@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%;
}
/* box
------------------------------------*/
.box {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
	height:100%;
}
.box dl {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}
.box dt {
	font-size:110%;
	font-weight:bold;
	padding-bottom:5px;
}
.box dl dd {
	margin-left:1em;
}
.box h3 a {
	text-decoration:none;
}


































