@charset "utf-8";
/* CSS Document */

/* **************Index.html CSS*************** */
#main-img {
	border-bottom:7px solid #e2e2e2;
}
#body{
	width:930px;
	height:100%;
	margin:15px 0 10px;
}
.body_main {
	margin-bottom:30px;
	height:100%;
}
.main {
	float:left;
	width:700px;
	height:100%;
}
.main_day {
	padding:0;
	margin:0;
	width:700px;
	height:235px;
}
/* box
------------------------------------*/
.box {
	padding:7px;
	margin-bottom:15px;
	height:100%;
	width:670px;
	border:8px solid #000;
	margin-top:0;
}
.box h3 {
	font-size:130%;
	padding-bottom:10px;
	margin:0;
	color:#333333;
}
.txt_p {
	margin-bottom:15px;
	border-bottom:2px dotted #777;
	padding-bottom:15px;
}
.box a {
	text-decoration:none;
}
.day_table {
	width:100%;
	font-size:105%;
	margin-bottom:15px;
	border-bottom:2px dotted #777;
}
.day_table th {
	vertical-align:top;
}
.pad_b {
	padding-bottom:15px;
}































