@charset "UTF-8";
/* CSS Document */

div#wrap div#header {
	width:950px;
	height:326px;
	margin:0px auto;
	padding-top:54px;
	border-bottom:7px solid #90B634;
	background-image: url(../top_backimage/back01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#wrap div#header h1 {
	margin-left:37px;
}

div#header p {
	margin-left:159px;
	margin-top:35px;
}
div#header ul {
	margin-top:46px;
	margin-right:18px;
	text-align:right;
}
div#header ul li {
	display:inline;
	margin-right:7px;
}

div#menulist {
	width:800px;
	margin:10px auto;
}
div#menulistleft {
	float:left;
	width:528px;
}
dl#listleft,dl#listcenter,dl#listright {
	width:255px;
}

dl#listleft {
	float:left;
}
dl#listcenter {
	float:right;
}
dl#listright {
	float:right;	
}

dl#listleft dt {
	background-image: url(../img/top_catetitle_apa.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 145px;
	width: 255px;
	text-indent:-999999px;
}
dl#listcenter dt {
	background-image: url(../img/top_catetitle_gohuku.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 145px;
	width: 255px;
	text-indent:-999999px;
}
dl#listright dt {
	background-image: url(../img/top_catetitle_saiji.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 145px;
	width: 255px;
	text-indent:-999999px;
}



dl#listleft dd,dl#listcenter dd,dl#listright dd {
	min-height:320px;
	background-image: url(../img/top_cateback.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FDFFDF;
}

dl#listleft dd ul,dl#listcenter dd ul,dl#listright dd ul {
	margin:0px auto;
	padding-top:10px;
	width:200px;
}
dl#listleft dd ul li,dl#listcenter dd ul li,dl#listright dd ul li {
	background-image: url(../img/list_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:18px;
	line-height: 170%;
}


div#contactus {
	width:800px;
	border:1px solid #cccccc;
	margin:50px auto;
}

div#contactus h2 {
	background-color:#D7EF9F;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	padding:7px 14px;
}
div#contactus div#add {
	float:left;
	width:359px;
	margin:20px 0px 20px 40px;
	border-right:1px dotted #cccccc;
}
div#contactus div#add h3 {
	font-size:123.1%;
	font-weight:bold;
}
div#contactus div#map {
	float:right;
	width:360px;
	margin:10px 40px 10px 0px;
	text-align: right;
}
div#contactus div#add p {
	line-height: 150%;
	margin-top: 12px;
}
div#contactus div#add span {
	font-size: 85%;
	margin-left: 15px;
	color: #666666;
}
