@charset "utf-8";

/* 全体のレイアウト
************************************************************************************************ */

/* container 全体を囲むボックス
---------------------------------------------------------------------------*/
#container {
	position: relative;
	width: 940px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}


/**
 * clearfix ※floatした要素は高さを認識されていないので、親ボックスに擬似ボックスを仕掛ける
 */

#container:before,
#container:after { /* For modern browsers */
    content: "";
	display: table;
}
#container:after {
	clear: both;
}
#container { /* For IE 6/7 (trigger hasLayout) */
    zoom: 1;
}



/* contents
---------------------------------------------------------------------------*/
#contents {
	width: 100%;
	/*padding-bottom: 80px;*/
}
	

.main {
	width: 100%;
}
.main a:link{ 	color:#ed8804;text-decoration:none; }
.main a:visited{ color:#ed8804;text-decoration:none; }
.main a:active{	color:#ed8804;text-decoration:none;}
.main a:hover{ 	color:#ed8804;text-decoration:underline;}


/* header ヘッダー
---------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 940px;
	height: 56px;
	background: url(../img/bg_head.png) no-repeat 0 0;
	margin-top: 20px;
}

h2 {
	position: absolute;
}
h2 {
	top: 0;
	left: 322px;
	width: 297px;
	height: 56px;
	margin: auto;
}

h3 {
	line-height: 1.7em;
}


/* フッター
---------------------------------------------------------------------------*/
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: #000;
	text-align: center;
}

.naviFoot {
	height: 20px;
	text-align: center;
	margin: 20px auto;
	padding: 10px;
}
.naviFoot ul {
	width: 410px;
	border-right: #C90 1px solid;
	margin-left: -50px;
	display: inline; /* !これを消すとborderが無くなる？*/
}
.naviFoot ul li a {
	border-left: #C90 solid 1px;
	color: #FFF;
	text-decoration: none;
	padding: 0 4px 0 7px;
	display: inline;
}

.naviFoot ul li a:hover {
	color: #CC6;
}


/* その他、個別指定
************************************************************************************************ */

/* メイン大バナー
******************************************************************** */
div#bnr_main {
	position: relative;
	width: 940px;
	height: 610px;
	background: url(../img/bg_mainbnr.jpg) no-repeat 0 0;
	margin: 25px 0 0;
}


/* バナー内 商品写真リンク
---------------------------------------------------------------------------*/
div#bnr_main ul {
	position: absolute;
	top: 250px;
	left: 20px;
	width: 900px;
	height: 170px;
}
div#bnr_main ul li {
	width: 180px;
	float: left;
}
div#bnr_main ul li a {
	width: 180px;
	height: 170px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
 	text-decoration: none;
	display: block;
}
li#item01 a { background-image: url( ../img/li_item01.png);}
li#item02 a { background-image: url( ../img/li_item02.png);}
li#item03 a { background-image: url( ../img/li_item03.png);}
li#item04 a { background-image: url( ../img/li_item04.png);}
li#item05 a { background-image: url( ../img/li_item05.png);}


#bnr_main ul li a:hover { background-position: 0  -170px;}
#bnr_main ul li a:focus { overflow: hidden;}




/* キャンペーン概要
******************************************************************** */
table#cpn {
	width: 94%;
	text-align: left;
	margin: 20px auto 50px;
}
table#cpn th {
		width: 50%;
}
table#cpn td {
	vertical-align: text-top;
	line-height: 1.4em;
	padding: 7px 15px 15px 7px;
}
table#cpn td p {
	margin-bottom: 7px;
}





/* 各商品詳細
******************************************************************** */
ul#tower_item {
	width: 940px;
}
ul#tower_item li {
	width: 940px;
	height: 400px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#bg_itm01 { background-image: url(../img/bg_item01.png); }
#bg_itm02 { background-image: url(../img/bg_item02.png); }
#bg_itm03 { background-image: url(../img/bg_item03.png); }
#bg_itm04 { background-image: url(../img/bg_item04.png); }
#bg_itm05 { background-image: url(../img/bg_item05.png); }




ul#tower_item li dl {
	position: relative;
	width: 910px;
	height: 360px;
	margin: 20px auto 0 20px;;
}
ul#tower_item li dl dt,
ul#tower_item li dl dd {
	position: absolute;
	text-align: left;
}
ul#tower_item li dl dt { /* タイトル */
	width: 480px;
	height: 40px;
	top: 25px;
	left: 68px;
	font-size: 24px;
	font-weight: bold;
	color: #5A493F;
	line-height: 1.1em;
}
ul#tower_item li dl dd.outline { /* 本文 */
	width: 564px;
	height: 247px;
	top: 82px;
	left: 17px;
}
ul#tower_item li dl dd.outline p { margin-bottom: 7px;}
ul#tower_item li dl dd.outline div { width: 540px; line-height: 1.2em;}
ul#tower_item li dl dd.outline .copy { /* 本文の中のキャッチコピー */
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #5A493F;
	padding-bottom: 5px;
	padding-top:20px;
}
ul#tower_item li dl dd.outline .detail { /* 詳細 */
	font-size: 13px;
}

ul#tower_item li dl dd.outline .detail ul.spec { /* 仕様リスト */
	margin: 5px;
}
ul#tower_item li dl dd.outline .detail ul.spec li {
	width: 540px;
	list-style: none;
	height: inherit;
	font-size: 12px;
	margin: 1px 0 0;
}


ul#tower_item li dl dd.toWeb {
	width: 380px;
	height: 23px;
	top: 355px;
	left: 10px;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 3px 0 0 187px;
}
dd.btn_itm01 { background-image: url(../img/btn_toWeb01.png); }
dd.btn_itm02 { background-image: url(../img/btn_toWeb02.png); }
dd.btn_itm03 { background-image: url(../img/btn_toWeb03.png); }
dd.btn_itm04 { background-image: url(../img/btn_toWeb04.png); }
dd.btn_itm05 { background-image: url(../img/btn_toWeb05.png); }

ul#tower_item li dl dd.img_itm { /* 商品画像 */
	width: 345px;
	height: 335px;
	top: 10px;
	right: 0;
}




/* プレゼント応募 ボタンフィールド
******************************************************************** */
.btn01 {
	position: absolute;
	top: 470px;
	left: 52px;
	width: 836px;
	height: 120px;
}
.btn02 {
	width: 836px;
	height: 120px;
	margin: 40px auto 10px;
}



.putin {
	margin: auto;
}

.putin a {
	width: 836x;
	height: 120px;
	background: url(../img/btn_putin.png) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
 	text-decoration: none;
	display: block;
	}

.putin a:hover { background-position: 0  -120px;}
.putin a:focus { overflow: hidden;}






/* 注意事項 
******************************************************************** */
#attention {
	width: 883px;
	border: #666 solid 1px;
	margin: 40px auto 30px;
}
#attention img {
	border: #FFF solid 1px;
}
#attention p {
	width: 91%;
	text-align: left;
	line-height: 1.4em;
	margin: 10px auto 10px;
}