@charset "UTF-8";
body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;*/
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	/*padding: 0;*/
	/*text-align: center;*/ /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	/*color: #000000;*/
}
.oneColFixCtr #container {
	width: 800px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
.oneColFixCtr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.oneColFixCtr #container #mainContent #topBox {
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

.oneColFixCtr #container #mainContent #eigyousyoBox {
	width: 770px;
	padding-right: 7px;
	padding-left: 7px;
	clear: both;
	margin-top: 10px;
}

/*セコムシール*/

.oneColFixCtr #container #sealBox {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.oneColFixCtr #container #sealBox p {
	font-size: 80%;
	color: #5a5a5a;
	float: left;
	width: 450px;
	margin-left: 15px;
}




.oneColFixCtr #container #mainContent #leftBox  {
	width: 388px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d5d5d5;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	margin-bottom: 10px;
	height: auto;
}

.oneColFixCtr #container #mainContent #leftBox iframe {
	width: 380px;
	height: 305px;
}

.oneColFixCtr #container #mainContent #rightBox {
	padding: 10px;
	float: right;
	width: 345px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	border: 1px solid #d5d5d5;
	background-color: #fbfbfb;
}

.oneColFixCtr #container #mainContent #rightBox iframe {
	width: 345px;
	height: 180px;
}

.oneColFixCtr #container #mainContent #searchBox {
	padding: 10px;
	float: right;
	width: 345px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	border: 1px solid #d5d5d5;
	background-color: #F1EAD5;
}

.oneColFixCtr #container #mainContent #searchBox #form1 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.oneColFixCtr #container #mainContent #searchBox p {
	font-size: 12px;
	color: #5a5a5a;
	margin-top: 3px;
	margin-bottom: 3px;
}

/*ページトップ*/

#pageTop {
	width:780px;
	top: 0px;
	height: 11px;
	text-indent: -9999px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}

#pageTop a {
	width:75px;
	top: 0px;
	height: 11px;
	text-indent: -9999px;
	float: right;
	background-image: url(../../img/page_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#pageTop a:hover {
	width:75px;
	top: 0px;
	background-image: url(../../img/page_top.gif);
	background-repeat: no-repeat;
	height: 11px;
	background-position: 0px -29px;
	float: right;
}

/*ページ戻る*/

#prevPage {
	width:580px;
	top: 0px;
	height: 11px;
	text-indent: -9999px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	float: left;
}

#prevPage a {
	width:75px;
	top: 0px;
	height: 11px;
	text-indent: -9999px;
	float: left;
	background-image: url(../../img/prevPage.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#prevPage a:hover {
	width:75px;
	top: 0px;
	background-image: url(../../img/prevPage.gif);
	background-repeat: no-repeat;
	height: 11px;
	background-position: 0px -29px;
	float: left;
}

/*ページ戻るワイド版*/

#prevPageWide {
	width:760px;
	top: 0px;
	height: 11px;
	text-indent: -9999px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	clear: both;
	float: left;
}

#prevPageWide a {
	width:75px;
	top: 0px;
	height: 11px;
	text-indent: -9999px;
	float: left;
	background-image: url(../../img/prevPage.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#prevPageWide a:hover {
	width:75px;
	top: 0px;
	background-image: url(../../img/prevPage.gif);
	background-repeat: no-repeat;
	height: 11px;
	background-position: 0px -29px;
	float: left;
}

.oneColFixCtr #container .floatClear {
	display: block;
	clear: both;
}

.oneColFixCtr #container .mainPhoto {
	float: left;
}

