@charset "utf-8";

html{
	background:url(../images/bg.png) repeat-x #600000;
}

#wrapper{
	width:862px;
	margin:0 auto;
}

#header{
	background:url(../images/bg_header.png) no-repeat;
	background-position:bottom;
	position:relative;
	padding-bottom:30px;
}

#logo{
	float:left;
}

#logo h1{
	background:url(../images/logo.png) no-repeat;
	width:385px;
	height:63px;
	padding:20px 220px 15px 15px;
}

#logo h1 a{
	width:385px;
	height:63px;
	display:block;
	overflow:hidden;
	outline:none;
	text-indent:-1000px
}

#logo h2{
	position:absolute;
	left:465px;
	top:0px;
	color:#FFF;
	font-size:13px;
}

#header_tel{
	float:left;
	background:url(../images/tel.png) no-repeat;
	width:242px;
	height:98px;
	overflow:hidden;
	text-indent:-1000px;
}

#contents{
	clear:both;
	background:url(../images/bg_main.png) repeat-y;
	padding:20px 25px;
}

#contact table{
	margin:20px 10px;
}

#contact th{
	white-space:nowrap;
	padding:15px;
	border-top:solid 1px #af0d0d;
}

#contact td{
	padding:15px;
	border-top:solid 1px #af0d0d;
}

#hatsuishi table,#akitsu table{
	clear:both;
	margin:20px 0;
	border-bottom:solid 1px #af0d0d;
}

#hatsuishi th,#akitsu th{
	white-space:nowrap;
	padding:15px;
	border:solid 1px #af0d0d;
	font-size:107%;
	font-weight:bold;
	color:#6c0909;
}

#hatsuishi td,#akitsu td{
	padding:15px;
	border:solid 1px #af0d0d;
	font-size:107%;
}

#main{
	float:right;
	width:583px;
}

#main h3{
	padding-bottom:20px;
}

#top_main{
	padding-bottom:20px;
}

#toptopic_left{
	float:left;
	background:url(../images/bnr_top1.jpg) no-repeat;
	width:350px;
	height:120px;
	overflow:hidden;
	text-indent:-3000px;
}

#toptopic_right{
	float:right;
	background:url(../images/bnr_top2.jpg) no-repeat;
	width:200px;
	height:126px;
	overflow:hidden;
	text-indent:-3000px;
}

#new_topic{
	clear:both;
	float:left;
	width:350px;
}

#new_topic h4{
	background:url(../images/news_title.png) no-repeat;
	width:350px;
	height:30px;
	overflow:hidden;
	text-indent:-1000px;
}

#top_company{
	float:right;
	width:200px;
}

#top_company h4{
	background:url(../images/bnr_company.png) no-repeat;
	width:200px;
	height:53px;
	padding:0;
	overflow:hidden;
	text-indent:-500px;
}

#profile h4{
	background:url(../images/title_h4.png) no-repeat;
	padding:20px 10px 35px 80px;
	font-size:136%;
	font-weight:bold;
	color:#6c0909;
	margin:20px 0 0;
}

#contact h4{
	background:url(../images/title_h4.png) no-repeat;
	padding:20px 10px 35px 80px;
	font-size:136%;
	font-weight:bold;
	color:#6c0909;
	margin:20px 0 0;
}

.show_data{
	clear:both;
	padding-bottom:20px;
}

.show_data h4{
	background:url(../images/title_h4.png) no-repeat;
	padding:20px 10px 35px 80px;
	font-size:136%;
	font-weight:bold;
	color:#6c0909;
	margin:20px 0 0;
}

.show_detail{
	float:left;
	width:330px;
}

.show_image{
	float:right;
	width:230px;
}

.profile_data{
	clear:both;
	padding-bottom:20px;
}

.profile_data h5{
	padding:10px 5px;
	margin-bottom:10px;
	border-bottom:solid 1px #af0d0d;
	font-size:107%;
	font-weight:bold;
	color:#6c0909;
}

.profile_detail{
	float:left;
	width:330px;
}

.profile_image{
	float:right;
	width:230px;
}

#akitsu h4{
	background:url(../images/title_h4.png) no-repeat;
	padding:20px 10px 35px 80px;
	font-size:136%;
	font-weight:bold;
	color:#6c0909;
	margin:20px 0 0;
}

#hatsuishi h4{
	background:url(../images/title_h4.png) no-repeat;
	padding:20px 10px 35px 80px;
	font-size:136%;
	font-weight:bold;
	color:#6c0909;
	margin:20px 0 0;
}

#map{
	margin-top:10px;
	padding:1px;
	border:solid 1px #ccc;
}

#school{
	margin-bottom:10px;
}

#school img{
	float:right;
	margin-left:15px;
	padding:1px;
	border:solid 1px #ccc;
}

.topics_data{
	border-left:solid 5px #600000;
	margin-top:10px;
	padding:3px 10px;
}

.topics_message{
	padding:3px 25px 10px;
	border-bottom:dotted 1px #ccc;
}

#link li{
	list-style:disc inside;
	font-size:107%;
	padding:5px 10px;
}

#side_bar{
	float:left;
	width:193px;
}

#menu{
	margin-bottom:20px;
}

#menu h3{
	background:url(../images/title_menu.png) no-repeat;
	width:193px;
	height:15px;
	overflow:hidden;
	text-indent:-500px;
}

#menu a{
	background:url(../images/sprite.png) no-repeat;
	width:193px;
	height:40px;
	display:block;
	overflow:hidden;
	outline:none;
	text-indent:-500px;
}

#menu #menu1 a{
	background-position:left top;
}

#menu #menu1 a:hover{
	background-position:left -40px;
}

#menu #menu2 a{
	background-position:left -80px;
}

#menu #menu2 a:hover{
	background-position:left -120px;
}

#menu #menu3 a{
	background-position:left -160px;
}

#menu #menu3 a:hover{
	background-position:left -200px;
}

#menu #menu4 a{
	background-position:left -240px;
}

#menu #menu4 a:hover{
	background-position:left -280px;
}

#menu #menu5 a{
	background-position:left -320px;
}

#menu #menu5 a:hover{
	background-position:left -360px;
}

#menu #menu6 a{
	background-position:left -400px;
}

#menu #menu6 a:hover{
	background-position:left -440px;
}

#nav a{
	display:block;
	overflow:hidden;
	outline:none;
	text-indent:-2000px;
}

#nav1,#nav2{
	margin-bottom:10px;
}

#nav #nav1 a{
	background:url(../images/navi1.png) no-repeat;
	width:190px;
	height:108px;
}

#nav #nav2 a{
	background:url(../images/navi2.png) no-repeat;
	width:190px;
	height:107px;
}

#footer{
	clear:both;
}

#footer address{
	background:url(../images/bg_footer.png) no-repeat;
	text-align:center;
	padding:30px 0 10px;
	color:#999;
}

#f_nav{
	background:url(../images/bg_main.png) repeat-y;
	padding:15px 0;
}

#f_nav ul{
	text-align:center;
}

#f_nav li{
	display:inline;
}

