@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:130%;
	background:url(../images/shikaku_b.gif) no-repeat 0 2px;
	padding:0 0 4px 19px;
}
.box a {
	text-decoration:none;
}
.box p {
	margin-bottom:10px;
}
.box_com {
	padding-top:20px;
	text-align:center;
}
.box_com p {
	margin-bottom:10px;
}
.txt_p {
	color:#F39;
}
/* table
------------------------------------*/
.table_com {
	width:100%;
	height:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.table_com th {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.table_com td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-left:10px;
}
.th_bb {
	background-color:#c1dfed;
	padding:5px 0;
}
.th_bp {
	background-color:#e3e3e3;
	width:18px;
}
.th_by {
	background-color:#fdf8de;
}



























