/* CSS Document */

body {
	padding:0;
	margin:0;
	width:200px;
}

.category_waku {
	width:198px;
	border-width:1px;
	border-style:solid;
	border-color:#CDE6FF;
	background-color:#F1F8FA;
	padding:5px 3px;
}

.category_title {
	font-size:11px;
	font-weight:bold;
	line-height:140%;
	color:#666666;
	padding:2px;
}

.category_title a {
	text-decoration:none;
	color:#666666;
}

.category_title a:hover {
	text-decoration:underline;
	color:#666666;
}

.category_text {
	font-size:11px;
	line-height:140%;
	color:#666666;
	padding:2px;
}

.category_text a {
	text-decoration:none;
	color:#666666;
}

.category_text a:hover {
	text-decoration:underline;
	color:#666666;
}

.calender_waku {
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	padding:9px;
	width:180px;
	text-align:center;
	font-size:11px;
	line-height:140%;
	color:#666666;
}

.holiday_waku {
	width:23px;
	height:23px;
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	background-color:#FFDFEF;
	text-align:center;
	font-size:11px;
	line-height:250%;
	color:#666666;
}

.nomalday_waku {
	width:23px;
	height:23px;
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	background-color:#DAEBF1;
	text-align:center;
	font-size:11px;
	line-height:250%;
	color:#666666;
}

#head {
	padding:0;
	margin:0;
	margin-bottom:1px;
}

#navi {
	background-color:#A7D2FE;
	height:24px;
	padding-left:100px;
	padding-right:99px;
	width:601px;
}

.foot_waku {
	background-image:url(../img/foot_bg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:10px;
	font-size:11px;
	line-height:140%;
	color:#666666;
	text-align:left;
	width:738px;
}

.foot_title {
	font-size:11px;
	font-weight:bold;
	line-height:140%;
	color:#666666;
	padding:10px 0;
}

.foot_title a {
	text-decoration:none;
	color:#666666;
}

.foot_title a:hover {
	text-decoration:underline;
	color:#666666;
}

.foot_text {
	font-size:11px;
	line-height:140%;
	color:#666666;
	padding:0 15px;
	vertical-align:top;
}

.foot_text a {
	text-decoration:none;
	color:#666666;
}

.foot_text a:hover {
	text-decoration:underline;
	color:#666666;
}

.fs-red {
	color:#CC0000;
}

