@charset "utf-8";

h3{
	font-size:14px;
	line-height:24px;
	background:url(../img/icon03.gif) no-repeat 12px 0;
	padding-left:24px;
	margin-top:5px;
	border-bottom:#472E24 dotted 1px;
}
.senpai_box{
	margin-top:20px;
	border-bottom:1px solid #999;
}
.senpai_box_l{
	float:left;
	width:130px;
}
.senpai_box_r{
	float:right;
	width:440px;
}

.table{
	border-collapse:collapse;
	border-top:1px solid #CCC5C2;
	border-right:1px solid #CCC5C2;
	width:530px;
	margin:10px 0 20px 20px;
}
.table tr{
}
.table th,td{
	border-bottom:1px solid #CCC5C2;
	border-left:1px solid #CCC5C2;
	padding:1px 5px;
}
.table th{
	width:90px;
}
.table td{
}
.table_head{
	background:#472E24;
	color:#fff;
}
.table_glay{
	background:#eaeaea;
}

/*ページ内リンク*/
#navi ul{
	margin:10px 0px 20px 10px;
}
#navi ul li{
	display:inline;
}
#navi ul li a{
	font-size:14px;
	text-decoration:none;
	background:url(../img/icon01.gif) no-repeat 0 50%;
	padding-left:18px;
	margin:0px 0px 0px 15px;
}

#form{
	text-align:center;
	margin-top:10px;
}
