/* ボディ */
body { background-color:#3399cc; margin-top:0; margin-height:0; margin-left:0; margin-right:0; margin-bottom:0; background-image:url(../image/base_bg.jpg); background-repeat:repeat-x }

/* 背景 */
.bg_white { background: #ffffff }
.bg_green { background: #99cc00 }
.bg_gray { background: #999999 }
.bg_table { background-image: url("../image/table_back.gif")}
.bg_diarytitle { background-image: url("../image/diary_title.jpg")}
.bg_goto { background-image: url("../image/goto_back.gif")}

/* テキストカラー */
.txt_gray { color:#666666 }
.txt_pink { color:#ff6666 }

.txt_pick { color:#669900 }
.txt_white { color:#ffffff }
.txt_white2 { color:#ffffff; margin:5px }
.txt_blue { color:#53acff }
.txt_green { color:#99cc00 }
.txt_blue2 { color:#66CCCC }
.txt_orange { color:#ff9900 }
.txt_dblue { color:#006699 }
.txt_violet { color:#c795c7 }
.txt_brown { color:#cc9933 }

/* リンク -- 下線あり・緑 */
a.link_g:link { color:#669900; text-decoration:underline }
a.link_g:visited { color:#669900; text-decoration:underline }
a.link_g:hover { color:#669900; text-decoration:underline }
a.link_g:active { color:#669900; text-decoration:underline }

/* リンク -- 下線あり・紺 */
a.link_n:link { color:#003366; text-decoration:underline }
a.link_n:visited { color:#003366; text-decoration:underline }
a.link_n:hover { color:#003366; text-decoration:underline }
a.link_n:active { color:#003366; text-decoration:underline }


/* 最新刊 */
.newbooks { margin-top:10px }

/* マージン */
.margin10 { margin-top:10px; margin-bottom:10px }
.margin5 { margin-top:5px; margin-bottom:5px }
.dragon { margin:5px }

.mark {margin-right:5px }

