/* CSS Document */

/* トップ新着 */
.new_table{
	text-align:left;
	margin-top:3px;
	margin-left:3px;

}
.n_table{
	margin-top:10px;
	width:460px;
}
.td_header{
	background-image:url('');
	height:48px;
}
.td_body{
	background-image:url('');
}
.td_footer{
	background-image:url('');
	height:58px;
}
.new_title{
	font-size:12px;
	text-align:center;
	width:100%;
	display:block;
	margin-bottom:10px;
}
.new_date{
	margin-left:30px;
	padding-left:5px;
	text-align:left;
}
.new_log{
	padding-left:5px;
	text-align:left;
}

/* スケジュール */
.lo{
	margin:5px 0px;
	text-align:center;
}
.lo_h{
	margin-top: 0px;
	font-size:12px;
	text-align: right;

}
.lo_p{
	margin-top: 5px;
	margin-right:40px;
	text-align: right;
	font-size:12px;
}
.SAll{
	width:600px;
	border: 1px solid #996633;
	text-align:center;
}
.SAll_table{
	width:531px;
	margin-top:15px;
	margin-left:35px;
}
.log_header{
	background-image:url('../schedule/images/s_top.jpg');
	height:55px;
}
.log_title{
	background-image:url('../schedule/images/s_line.gif');
	background-position:center;
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
	width:531px;
	height:39px;

}
.log_title_s{
	width:450px;
	vertical-align:bottom;
	padding-top:10px;
	padding-left:30px;
	display:block;
}
.log_line{
	background-image:url('../schedule/images/s_line.gif');
	height:39px;
}
.log_body{
	background-image:url('../schedule/images/s_body.jpg');
}
.log_com{
	text-align:left;
	margin-top:10px;
	padding:0px 40px;

	color:#000000;
}
.log_date{
	margin-bottom:5px;
	margin-top:20px;
	color:#2124A5;
	text-align:center;
}
.log_footer{
	background-image:url('../schedule/images/s_bottom.jpg');
	height:67px;
	vertical-align:top;
	text-align:center;
}