@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style:none;
}
/*containerここから*/
#container{
	width:800px;
	margin:0 auto;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	border:1px solid #999;
}
#header h1,#main_img h2,#main_img p,#contens_1 h2,#syashin_1 h2,#syashin_2 h2{	/*text-indent指定ここで*/
	text-indent:-99999px;
}
#container p{
	width:740px;
	margin:5px auto;
	text-align:justify;
	line-height:1.8;
}
/*containerここまで*/
/*headerここから*/
#header{
	width:800px;
	height:100px;
	margin:0 auto;
	background-image:url(i_kouiti_img/header_hai.gif);
	background-repeat:no-repeat;
}
/*headerここまで*/
/*main_imgここから*/
#main_img{
	width:800px;
	height:300px;
	margin:0 auto;
	background-image:url(i_kouiti_img/main_img.gif);
	background-repeat:no-repeat;
}
/*main_imgここまで*/
/*contensここから*/
#contens{
	width:780px;
	margin:10px auto;
}
/*contensここまで*/
/*contens_1ここから*/
#contens_1{
	width:770px;
	margin:0 auto;
}
#contens_1 h2{
	width:770px;
	height:55px;
	margin:5px auto;
	background-image:url(i_kouiti_img/midashi_1.png);
	background-repeat:no-repeat;
}
#img_cont{
	width:690px;
	margin:10px auto;
}
#img_cont img{
	margin:0 10px;
}
/*contens_1ここまで*/
/*contens_2ここから*/
#contens_2{
	width:770px;
	margin:0 auto;
	clear:both;
}

#syashin_1{		/*写真右側設定*/
	width:385px;
	float:left;
	overflow:hidden;
}
#syashin_1 h2{
	width:370px;
	height:55px;
	background-image:url(i_kouiti_img/midashi_2.png);
	background-repeat:no-repeat;
}

#syashin_2{		/*写真左側設定*/
	width:385px;
	float:left;
	overflow:hidden;
}
#syashin_2 h2{
	width:370px;
	height:55px;
	background-image:url(i_kouiti_img/midashi_3.png);
	background-repeat:no-repeat;
}
#syashin_1 img,#syashin_2 img{		/*２段目イメージ余白設定*/
	width:320px;
	margin:0 30px 10px;
}
/*contens_2ここまで*/
/*footerここから*/
#footer{
	width:800px;
	height:85px;
	background-image:url(i_kouiti_img/footer_hai.png);
	background-repeat:no-repeat;
	text-align:center;
}
address{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding-top:40px;
}
/*footerここまで*/