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

*{  margin:0;
	padding:0;
	list-style-type:none;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

body{
	background-image:url(../images/common/kouryoubkimage.gif);
	text-align:center;
	font-size:small;
}

img{
	border:none;
}


#wrap{
	width:850px;
	margin:0 auto;
	text-align:left;
	background-color:#FFF;
}

#header{
	width:850px;
	height:100px;
	position:relative;
	background-repeat:no-repeat;
	background-position:bottom;

}
#head_top{
	width:850px;
	height:30px;
	background-color:#d4f291;
	margin-bottom:10px;
}





#navi{
	width:850px;
	height:65px;
	text-align:center;
	background-image:url(../images/common/line.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#top_image{
	width:850px;
	height:250px;
	background-image:url(../images/common/top_image.jpg);
	clear:both;

	
}

#side_menu{
	width: 230px;
	float: left;
	text_align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}





#main_contents{
	width: 600px;
	float: right;
	margin-top: 20px;
	margin-bottom:20px;
	
}
#main_contents p{
	font-size:13px;
	}


#footer{
	width:850px;
	text-align:center;
	clear:both;
	background-image:url(../images/common/line.gif);
	background-repeat:no-repeat;
	background-position:top;

}

/*-----------------------------------------------*/
/*ヘッダーレイアウト*/
/*-----------------------------------------------*/


#head_tel {
	float: right;
	
}
#head_logo {
	float: left;
	width:580px;
}
h1{
	font-size:12px;
	font-weight:300;
	padding:5px;
}

/*-----------------------------------------------*/
/*ナビレイアウト*/
/*-----------------------------------------------*/

#navi ul li{
	float:left;
	margin-top:15px;
}

/*-----------------------------------------------*/
/*サイドメニューレイアウト*/
/*-----------------------------------------------*/
#side_menu img{
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0;
}

/*-----------------------------------------------*/
/*メインコンテンツレイアウト*/
/*-----------------------------------------------*/


h2 {
	font-size:14px;
margin-left:20px;
color:#006400;
font-weight:bold;
}
h3 {
		font-size:14px;
font-weight:bold;
border-bottom: solid 2px #006b33;
 border-left: solid 10px #006b33;
 text-indent:2px;
 margin:30px 40px 10px 0px;
 clear:both;
 }
 
h4{
	font-size:medium;
	margin-top:15px;
	color:#006b33;
}
#main_contents span{
font:weight:bold;
color:#ff0000;
}
#main_title{
width:560px;
height:41px;
background-image:url(../images/sub/main_title.gif);
margin-bottom:10px;
padding-top:25px;
clear:both;
}
/*-----------------------------------------------*/
/*フッターレイアウト*/
/*-----------------------------------------------*/
#footer {

	font-size:13px;
 clear:both;
}
		
#footer p{

	padding-bottom:5px;
    clear:both;
}

#footer ul li{
		display:inline;
		border-left:1px solid #000;
		border-right:1px solid #000;
		padding:0 10px;
		margin-top:20px;
		float:left;
				
}

#footer ul{
margin-left:200px;

padding:5px 0 25px 0;

}
/*-----------------------------------------------*/
/*リンク部分*/
/*-----------------------------------------------*/
a:link{
	color:#000;
	text-decoration:none;
}
a:visited{
	color:#006400;
	text-decoration:none;
}
a:hover{
	color:
	#006400;
	text-decoration:none;
}
#main_contents a:link{
	color:#006400;
	text-decoration:underline;
}