/*===============================
e-marry.net CSS
店舗名：e-marry.net
ページ：index.html
作成日：2006/8/9
更新日：2006/10/25
作成者：Daisuke Suenaga
===============================*/

/*============================================
index.htmlのメインコンテンツ部分
----------------------------------------------
#MainContBox		→メインコンテンツボックス用
#MainContBoxLeft	→左側ボックス
#MainContBoxLeft h3	→左側画像用
#MainContBoxRight	→中央と右側のボックス
============================================*/
#MainContBox {
	width:750px;
	height:auto;
	clear:both;
}

#MainContBoxLeft {
	width:53px;
	height:701px;
	float:left;
	background-color: #A40101;
}

#MainContBoxLeft h3 {
	margin:0;
	padding:0;
}

#MainContBoxRight {
	width:697px;
	height:auto;
	float:right;
	background-image:url(img/LeftUpBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A40101;
}

/*============================================
中央バナーリンク領域用
----------------------------------------------
#MainContBoxRightCenter		→中央ボックス
#MainContBoxRightCenter h3	→中央ボックス画像用
#MainContBoxRightCenter p	→中央ボックステキスト用
#MainContBoxRightNavi		→右側ナビゲーション
============================================*/
#MainContBoxRightCenter {
	width:644px;
	height:700px;
	float:left;
	background-image: url(img/RightBottomBG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#MainContBoxRightCenter h3 {
	margin:0;
	padding:0;
}

#MainContBoxRightCenter p {
	margin:0;
	padding:0;
	padding-left:10px;
	font-family:osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:17px;
	color:#666666;
}

/* エントリー用 */
.TopEntryBox {
	width:auto;
	font-size:10px;
	color:#666666;
}

/* 特典ボックス用 */
.Tokuten {
	background-image:url(zeroplan/img/tokuten_icon.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:40px;
	padding-left:60px;
	padding-top:10px;
	margin-left:10px;
	font-size:10px;
}

/* 中央画像バナー上段 */
#MainContBoxRighCenterBanner01 {
	padding-left:290px;
	padding-top:20px;
	padding-bottom:50px;
	margin:0;
	font-size:10px;
	line-height:15px;
}

/* 中央画像バナー中段 */
#MainContBoxRighCenterBanner02 {
	padding-left:220px;
	padding-bottom:50px;
	margin:0;
	font-size:10px;
	line-height:15px;
}

/* 中央画像バナー下段 */
#MainContBoxRighCenterBanner03 {
	padding-left:40px;
	margin:0;
	font-size:10px;
	line-height:15px;
}

#MainContBoxRightNavi {
	width:53px;
	height:700px;
	float:right;
	text-align:right;
	overflow:hidden;
	background-image: url(img/MainRightNaviBG.gif);
	background-repeat: repeat-y;
}
