@charset "shift_jis";
/* CSS Document */



#content {
	padding-top: 10px;
	margin: 0px;
	width: 800px;
	background: #2c2b15; 
}


#content #cal_top #month {
	float: left;
	margin-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}


#content #cal_top #prev_next {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	width: 80px;
	text-align: center;
	margin: 4px 6px 4px 0px;
	padding: 6px;
	background-color: #000000;

}


#content #cal_top #prev_next a {
	color: #FFFFFF;
	text-decoration: none;
}

#content #cal_top #prev_next a:hover {
	color:#990000;
	text-decoration: none;
}

#cals {
	padding-bottom: 10px;
	padding-left: 10px;
}


#table{
	clear: both;
	}

td {
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
.sun {
	color: #FF3300;
}
.wd {
	color: #FFFFFF;
}
.sat {
	color:#66CCFF;
}
.sun_prev {
	color: #993300;
}
.wd_prev {
	color: #666666;
}
.sat_prev {
	color: #6699FF;
}

dl.wds {
	font-size: medium;
	font-weight: bold;
	color:#FFFFFF;
}
dl.suns {
	font-size: medium;
	font-weight: bold;
	color:#FF3300;
}

dl.sats {
	font-size: medium;
	font-weight: bold;
	color:#66CCFF;
}
dt.name a {
	font-size:xx-small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
dt.name a:hover {
	font-size: xx-small;
	color: #990000;
}


dt.token a {
	font-size:xx-small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
dt.token a:hover {
	font-size: xx-small;
	color: #990000;
}

dt.token a:after {
	content: url(../img/icon/icon_token.gif);
	margin-left: 2px;
}


dd.detail {
	font-size: xx-small;
	font-weight: normal;
	color: #999999;
	margin:0px 0px 3px 0px;
}


dd.token2 {
	font-size: xx-small;
	font-weight: normal;
	color: #FFFFCC;
	margin:-3px 0px 3px 0px;
}


