/* CSS Document */
body{
	margin: 0;
	padding: 0;
	color: #666666;
	/*background-color: #ffffff;*/
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height: 130%;
}

h1{
	color: #33ccff;
	text-decoration: none;
}

.small_h1{
	font-size: medium;
}

td.nobr{
	white-space: nowrap;
}

dt{
	font-weight: bold;
}

img.diary{
	margin-bottom: 5px;
}

img.link{
	margin-bottom: 5px;
	border: 1px solid #000000;
}

img.floatL{
	float: left;
	margin-right: 20px;
}

.floatR{
	float: right;
}

.unfloat{
	clear: both;
}

td.cal{
	color: #999999;
	padding: 3px 3px 3px 3px;
	border: 1px solid #cccccc;
}

.cal_today{
	color: #666666;
	padding: 3px 3px 3px 3px;
	border: 2px solid #999999;
}

.cal_sat{
	color: #999999;
	padding: 3px 3px 3px 3px;
	border: 1px solid #33ccff;
}

.cal_sun{
	color: #999999;
	padding: 3px 3px 3px 3px;
	border: 1px solid #ff99ff;
}

.cal_sat_today{
	color: #666666;
	padding: 3px 3px 3px 3px;
	border: 2px solid #33ccff;
}

.cal_sun_today{
	color: #666666;
	padding: 3px 3px 3px 3px;
	border: 2px solid #ff99ff;
}

p.cal_title{
	font-weight: bold;
	color: #999999;
}

/*リンク設定*/
a {color : #9999ff}

a:active{color : #9999ff;}

a:visited{color :#99ccff}

a:hover{
	cursor : crosshair;
	position : relative;
	top : 1pt;
}

.now{
	position : relative;
	top : 1pt;
}

#header{
	margin-top: 10px;
	padding-top: 10px;
	width: 900px;
	/*height: 100px;*/
	background-color: #ffffff;
	background-image: url(../img/header_bg.jpg);
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	
	text-align: left;
}

#main{
	padding: 10px 10px 10px 10px;
	width: 880px;
	background-color: #ffffff;
	/*border-left: 1px solid #666666;
	border-right: 1px solid #666666;*/
	border: 1px solid #666666;
	
	text-align: left;
}

#footer{
	margin-bottom: 10px;
	width: 900px;
	/*height: 100px;*/
	background-color: #ffffff;
	background-image: url(../img/footer_bg.jpg);
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;

	text-align: right;
	font-size: small;
}

.cat_title{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 875px;
	border-bottom: 1px solid #cccccc;
	line-height: 130%;
}

.cat_big{
	font-size: 150%;
	line-height: 130%;
}

.cat_small{
	padding-left: 5px;
	font-size: 80%;
	line-height: 130%;
}

#dam{
	width: 625px;
	border-top: 1px solid #cccccc;
	border-left: none;
	border-bottom: none;
	border-right: none;
	text-align: left;

}

.date_line{
	padding: 3px 0px 3px 10px;
	width: 850px;
	background-color: #eeeeee;
	border-left: 15px solid #999999;
	font-weight: bold;
}

.report_L{
	float: left;
	width: 400px;
	margin-top: 10px;
}

.report_R{
	float: right;
	width: 400px;
	margin-top: 10px;
}

.report_C{
	clear: both;
}

.link_site{
	
	margin: 10px 0px 10px 10px;
	padding-bottom: 5px;
}

.dotted_line{
	width: 50%;
	border-bottom: 1px dotted #cccccc;
	/*text-align: center;*/
}

.history{
	padding: 5px 5px 5px 5px;
	width: 290px;
	border: 1px solid #cccccc;
	text-align: left;
	font-size: small;
}

.amazon_search{
	float:left;
	margin-right: 5px;
}

.amazon_adv{
	float:right;
}

/* 壁紙 */
.wallpaper{
	margin-right: 10px;
	width: 280px;
	float: left;
	font-size: small;
}

.wallpaper_clear{
	clear: both;
}

/* ネタバレ反転用 */
.turn{
	color:#ffffff;
}
