@charset "utf-8";
/* CSS Document */


body {background:url(../img/back.jpg) repeat-x;}

.main_01 {
	background:url(../img/main_img_01.jpg) no-repeat;
		height:270px;
}

	
/* トップページ　*/


.navi {	background:url(../img/navi.gif) no-repeat; height:69px; margin-bottom:20px;}

.navi li{
float:left;
list-style:none;
}

.navi .navi_01 a,.navi .navi_02 a,.navi .navi_03 a,.navi .navi_04 a{
	width:200px;
	height:69px;
	text-indent:-9999px;
	display: block;
	}


.navi .navi_01 a:hover {
	background:url(../img/navi.gif) 0 -69px no-repeat;
}

.navi .navi_02 a:hover {
	background:url(../img/navi.gif) -200px -69px no-repeat;
}

.navi .navi_03 a:hover {
	background:url(../img/navi.gif) -400px -69px no-repeat;
}

.navi .navi_04 a:hover {
	background:url(../img/navi.gif) -600px -69px no-repeat;
}


.consul_hashira {
	background:url(../img/consul_01_01.gif) no-repeat;
	text-indent:-9999px;
	height:204px;
	margin: 30px auto;
}

.nakata_message dl{
	border:1px #CCC solid;
	padding:5px;
	background:url(../img/back_01.gif) repeat-x;
	margin-top: 15px;
}
.nakata_message dt{ margin-bottom:5px; font-weight:bold;}
