@import "../../common/css/common.css";


#contents {
	width:600px;
	margin:0px 0px 20px 0px;
	padding:0px;
	overflow:hidden;
}


.sche_table {
	width:450px;
	margin:0px;
	padding:0px;
	border:solid #333333 1px;
	border-collapse:collapse;
}

.day_sun {
	color:#FF0000;
	line-height:200%;
	text-align:right;
}

.day {
	line-height:200%;
	text-align:right;
}

.days {
	line-height:130%;
	text-align:right;
}

.cal_space {
	line-height:10px;
}

.red {
	color:#FF0000;
}

#cation {
	width:450px;
	margin-top:10px;
	margin-bottom:30px;
	text-align:left;
	line-height:130%;
	font-size:90%;
	}
	
.title_dayweek {
	border-bottom:solid 1px #333333;
	line-height:130%;
	font-weight:bold;
	}
	
.title_detail {
	border-bottom:solid 1px #333333;
	border-left:solid 1px #333333;
	line-height:130%;
	font-weight:bold;
	}
.detail_dayweek {
	border-bottom: dotted 1px #333333;
	line-height:130%;
	text-align:center;
}

.detail_detail {
	border-bottom: dotted 1px #333333;
	border-left:solid 1px #333333;
	line-height:130%;
	text-align:center;
}

.caption {
	font-size:130%;
	font-weight:bold;
}

.red {
	color:#FF0000;
}

.month {
	font-weight:bold;
	margin-bottom:15px;
}


.dTable {
	margin:0.75em 0 1.5em 0;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
}
.dTable th {
	padding:0.25em 0.5em 0.25em 0.5em;
	border-top:1px dashed #CCCCCC;
	border-left:1px solid #999999;
	font-style:normal;
	font-weight:normal;
}
.dTable td {
	padding:0.25em 0.5em 0.25em 0.5em;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	text-align:center;
}	



.style2 {color: #0099FF;
}

a:link, a:visited {
	color: #000A2F;
	text-decoration:none;
}
a:hover{
	color: #001664;
	text-decoration:underline;
}


