@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:5px 5px 15px;
	margin-bottom:15px;
	height:100%;
}
.box h3 {
	font-size:110%;
	background:url(../images/shikaku_g.gif) no-repeat 0 2px;
	padding:0 0 4px 19px;
}
.box a {
	text-decoration:none;
}
.box_l {
	float:left;
	width:230px;
	height:100%;
}
.box_c {
	float:left;
	width:230px;
	height:100%;
}
.box_r {
	float:right;
	width:230px;
	height:100%;
}
.box ul li {
	background:url(../images/daiya_g.gif) no-repeat 0 8px;
	padding:3px 0 3px 15px;
	margin-left:10px;
}
.box_ul {
	padding-bottom:15px;
	margin-bottom:10px;
}


































