/*-----------------------------------------------*/
/* top */
/*-----------------------------------------------*/


.top_topi {
	width:380px;
	float:left;
}

.top_topi_list {
	width:380px;
	padding:10px 0px;
}

.top_topi_list A:link		{ background:URL("../img/menu/p0.gif") no-repeat; color:#666666; width:360px; position:static; display:block; padding:4px 0px 4px 20px; border-width:0px 0px 1px 0px; border-color:#666666; border-style:none none dotted none; }
.top_topi_list A:visited	{ background:URL("../img/menu/p0.gif") no-repeat; color:#666666; width:360px; position:static; display:block; padding:4px 0px 4px 20px; border-width:0px 0px 1px 0px; border-color:#666666; border-style:none none dotted none; }
.top_topi_list A:active		{ background:URL("../img/menu/p1p.gif") no-repeat; color:#FF0099; width:360px; top:1px; left:1px; position:relative; display:block; padding:4px 0px 4px 20px; border-width:0px 0px 1px 0px; border-color:#666666; border-style:none none dotted none; }
.top_topi_list A:hover		{ background:URL("../img/menu/p1p.gif") no-repeat; color:#FF0099; width:360px; top:1px; left:1px; position:relative; display:block; padding:4px 0px 4px 20px; border-width:0px 0px 1px 0px; border-color:#666666; border-style:none none dotted none; }

.top_album {
	width:180px;
	float:right;
	background-color:#FFE6F7;
}

.top_album_list {
	width:180px;
	padding:0px 0px 10px 0px;
}

.top_album_list A:link		{ background:URL("../img/menu/p0.gif") no-repeat; color:#666666; width:160px; position:static; display:block; padding:2px 0px 2px 20px; background-color:#FFE6F7; }
.top_album_list A:visited	{ background:URL("../img/menu/p0.gif") no-repeat; color:#666666; width:160px; position:static; display:block; padding:2px 0px 2px 20px; background-color:#FFE6F7; }
.top_album_list A:active	{ background:URL("../img/menu/p1b.gif") no-repeat; color:#3070EE; width:160px; top:1px; left:1px; position:relative; display:block; padding:2px 0px 2px 20px; background-color:#FFE6F7; }
.top_album_list A:hover		{ background:URL("../img/menu/p1b.gif") no-repeat; color:#3070EE; width:160px; top:1px; left:1px; position:relative; display:block; padding:2px 0px 2px 20px; background-color:#FFE6F7; }

.top_album_photo {
	text-align:center;
	padding:10px 0px 10px 0px;
}

.top_album_photo IMG {
	width:160px;
	padding:4px;
	margin:5px;
	border:1px #999999 solid;

}

/*----------------------*/
/* calendar */
/*----------------------*/

.calendar_box {
	width:165px;
	background-color:#FFE6F7;
	padding:5px 0px;
}

.calendar_table {
	width:146px;
	background-color:#FFFFFF;
	margin:5px auto;
	border:2px #DDEEFF solid;
}

TR.calendar_top {
	background-color:#88AACC;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
}

TD.calendar {
	width:22px;
	border-width:0px 1px 1px 0px;
	border-color:#FF66CC;
	border-style:none solid solid none;
	text-align:center;
	font-weight:bold;
	color:#666666;
	font-size:11px;
}

TD.cal_today {
	border:1px #FF0000 solid;
}
TD.cal_check {
	background-color:#FFFF99;
}
TD.cal_holiday {
	color:#FF0000;
}
TD.cal_saturday {
	color:#0099FF;
}
TD.cal_omonth {
	font-weight:normal;
}
