#title{
	font-size:16px;
	font-weight:bold;
}

#title_b{
	margin-left:10px;
	padding-left:5px;
	padding-top:5px;
	border-left:5px solid #109033;
}

#title_p{
	margin-left:10px;
	padding-left:5px;
	padding-top:5px;
	border-left:5px solid #485E88;
}

.font_m{
    font-size: 10px; /* モダンブラウザ向け */
    *font-size: 8px; /* IE 7向け */
    *font: 8px; /* IE 6以下 */

}
.font_s{
    font-size: 10px; /* モダンブラウザ向け */
    *font-size: 9px; /* IE 7向け */
    *font: 9px; /* IE 6以下 */

}

table thead tr th a:link{
	text-decoration:underline;
	color:#FFFFFF;
}


table thead tr th a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}


.area{
	padding:5px 0 5px 5px;
}

.head{
	width:580px;
	height:44px;
	background-image: url(/images/user/courseGuide/head_bg.gif);
	background-repeat: no-repeat;
}

.today_text{
	float:left;
	padding:15px 0 0 350px;
}

.print{
	float:right;
	padding:10px 10px 0 0;
}

.year{
	width:575px;
	height:11px;
	background-image: url(/images/user/courseGuide/year_bg.gif);
	background-repeat: repeat-x;
	background-position: left 5px;
	padding:0 0 0 0;
	margin:5px 5px 10px 5px;
}

.year_text{
	background-color:#ECEBCC;
	margin:5px 0 0 260px;
	width:60px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:482506;
	line-height:18px;
}

.month_list_area {
	padding:0 0 0 0;
}

.month_list_area:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}

.month_list li{
	float:left;
	border-bottom:solid 1px #b7ad8d;
	padding:0 0 1px 0;
}

.btn_prev{
	float:left;
	padding:0 25px 0 0;
}

.btn_next{
	float:right;
	padding:0 5px 0 0;
}

#page_img_prev{
	float:left;
	padding:0 25px 0 0;
}

#page_img_next{
	float:right;
	padding:0 5px 0 0;
}

.day_list_area{
	height:100%;
	clear: both;
	padding:10px 0 10px 0;
	margin:0 0 10px 0;
}

.day_list_area:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}

.day_list_area_left{
	float:left;
	padding:0 0 0 0;
}

.day_list_area_right{
	float:right;
	padding:0 5px 0 0;
}

.day_list{
	width:273px;
	border:solid 1px #b7ad8d;
	padding:0 5px 10px 5px;
	font-weight:bold;
}

.day_list li{
	width:273px;
	border-bottom:solid 1px #b7ad8d;
	padding:5px 0 2px 0;
}

.day_list li:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}

.day_list_month{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:482506;
	line-height:18px;
}

.btn_result{
	float:right;
	padding:0 10px 0 0;
}


