@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 74%;
	background: #cdcdcd;
}
.oneColFixCtr #container {
	width: 856px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background: url(img/back.jpg) repeat-y center top;

}
.oneColFixCtr #mainContent {
margin: 0 auto; 
padding:0;
width:802px;
position:relative;
 /*
	padding: 0 20px; 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです 
	*/
}

p{
margin:0;
padding:0;
}

form{
margin:0;
padding:0;
}

.small{
font-size:10px;
}

#wrapper_con img{
float:left;
}

img{
margin:0;
padding:0;
}


#id01_ p {
	margin:0;
	padding:0;
	width:802px;
	height:490px;
	background:url(img/01.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px
}

#id04_ {
	margin:0;
	padding:0;
	width:236px;
	height:367px;
	background:url(img/04.jpg);
	background-repeat: no-repeat;
	float: left;
}

#id04_ p{
	width:220px;
	height:50px;
	float: left;
	top: 65px;
	position: absolute;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	left: 55px;
}

#id05_ {
	margin:0;
	padding:0;
	width:236px;
	height:367px;
	background:url(img/05.jpg);
	background-repeat: no-repeat;
	float: left;
}

#id05_ p{
	width:220px;
	height:50px;
	float: left;
	top: 65px;
	position: absolute;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	left: 295px;
}

#id06_ {
	margin:0;
	padding:0;
	width:230px;
	height:367px;
	background:url(img/06.jpg);
	background-repeat: no-repeat;
	float: left;
}

#id06_ p{
	width:220px;
	height:50px;
	float: left;
	top: 65px;
	position: absolute;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	left: 528px;
}

#id09_ {
	margin:0;
	padding:0;
	width:802px;
	height:430px;
	display: block;
	background:url(img/10.jpg) no-repeat;
	background-repeat: no-repeat;
}

#form1 {
	padding:100px 0 130px 160px;
	color:#FFF;
}

.searchBoxSelect{
width:130px;
margin:5px;
}

.searchBoxSend{
width:76px;
}

#form_txt {
padding-left:7px;
padding-top:5px;
margin:0;
color:#FFF;
}



#footer{
padding:0px auto 40px auto;
text-align:center;
}
#footer p{
padding:10px;
}

address{
	padding:5px auto;
	font-style: normal;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
	min-height: 1px;
	position: relative;
	line-height: 1;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#footer{
	padding:0 auto;
	text-align:center;
	height: auto;
	margin: 20px auto 0;
}
#footer p{
padding:10px;
}

#footer img{
	margin:0 5px;
	padding: 0 auto;
}
