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

/* 画像リンク設定 */
img {border:0;}

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

#MainContBoxLeft {
	width:53px;
	height:933px;
	float:left;
	overflow: hidden;
}

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

#MainContBoxRight {
	width:697px;
	height:933px;
	float:right;
	background-image: url(img/ContBodyLogo.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	border-top:1px solid #A40101;
}

/*============================================
中央コンテンツ領域用
----------------------------------------------
#MainContBoxRightCenter			→中央ボックス
#MainContBoxRightCenterNavi		→上部右側ナビゲーション用
#MainContBoxRighCenterMainImage	→メインイメージ用
#MainContBoxRightCenterCaption	→下部テキスト用
#MainContBoxRightCenterSeikyu	→資料請求ボタン用
#MainContBoxRightNavi			→右側ナビゲーション用
============================================*/
#MainContBoxRightCenter {
	width:640px;
	height:933px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

#MainContBoxRightCenterNavi {
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
	padding-top:10px;
}

#MainContBoxRightCenterNavi ul {
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}

#MainContBoxRightCenterNavi li {
	display:inline;
	padding:0;
	margin:0;
}

#MainContBoxRighCenterMainImage {
	width:625px;
	height:250px;
	padding-bottom:50px;
	margin-left:auto;
	margin-right:auto;
}

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

#MainContBoxRightCenterCaption {
	height:476px;
	width:450px; /* テキスト領域幅の設定用 */
	padding-right:160px; /* 背景画像領域幅の設定用 */
	padding-left:20px;
	padding-bottom:40px;
	text-align:left;
	background-image:url(baby_ring/img/ContBodyBG.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	margin-left:auto;
	margin-right:auto;
	color:#666666;
}

.Tokuten {
	background-image:url(zeroplan/img/tokuten_icon.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:50px;
	padding-left:70px;
	padding-top:10px;
}

#MainContBoxRightCenterCaption h4 {
	font-size:12px;
	font-weight:normal;
	text-align:left;
}

#MainContBoxRightCenterSeikyu {
	width:620px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}

#MainContBoxRightNavi {
	width:56px;
	height:933px;
	overflow:hidden;
	float:right;
	text-align:right;
}
