@charset "shift_jis";



html{
	height:100%;
	overflow-y:scroll;
}


html:first-child body{
	min-height:100%;
	padding-bottom:1px;
}






body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0xp;
	background-image: url(../image/bkg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

img{border: 0;}
.indexContent #container {
	width: auto;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.indexContent #mainContent {
	width:auto;
	text-align: center;
	margin: 0px;
	padding: 0;
}


.indexContent #mainContent h1{
	height: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #dfdb01;
	margin: 0px;

}

.indexContent #mainContent h2{
	height: 60px;
	font-size: 14px;
	font-weight: normal;
	color: #a67602;
	margin: 10px 0px 0px 0px;
	padding-bottom: 0px;
}
.indexContent #mainContent .swf {
	width: autopx;
	height: 410px;
	text-align: center;

	background-image: url(../image/index_kadomaru.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 2px;
}


.indexContent #mainContent .botan{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
}

.indexContent #img {
	width: 403px;
	float: left;
	background-image: url(../img/index_img.jpg);
	background-repeat: no-repeat;
	height: 403px;
	padding: 0;
}

/*2009.10.23追記*/
#mainContent p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 10px;
	margin-bottom: 5px;
}
