﻿@charset "utf-8";

/*
#######################################

	キャンペーン用CSS


#######################################
*/


/* 全体 */
#wrap {
	width:810px;
	padding-top: 130px;
}
#bd {
	padding-top: 20px;
}
.strong {
	font-weight:bold;
}
.red {
	color:#FF0000;
}
.strong_red {
	font-weight:bold;
	color:#DC0000;
}
.clear_h10 {
	clear:both;
	line-height:10px;
}
.clear_h20 {
	clear:both;
	line-height:20px;
}
.clear_h30 {
	clear:both;
	line-height:30px;
}


/* キャンペーン内容 */
div.tbox_l {
	width:455px;
	float:left;
}
div.tbox_r {
	width:340px;
	float:right;
}

/* エレクトリックブルーについて */
div.elbox_l {
	width:345px;
	float:left;
}
div.elbox_r {
	width:450px;
	float:right;
}


div.tbox_l h2 {
	padding:10px 0px 0px 0px;
}


/* プレゼント品 */
div.pres_l {
	width:550px;
	float:left;
}
div.pres_r {
	width:240px;
	float:right;
}
div.pres_l h2 {
	padding:0px 0px 35px 0px;
}
div.pres_l strong {
	font-weight:bold;
}

div.pres_tbox {
	width:300px;
	float:right;
}
div.pres_l2 {
	width:165px;
	float:left;
	text-align:left;
}
div.pres_r2 {
	width:150px;
	float:right;
	text-align:left;
}


/* ラインナップ */
div.lup_l {
	width:160px;
	float:left;
	text-align:center;
}
div.lup_r {
	width:150px;
	float:right;
	text-align:center;
}


/* 関連リンク */
#boby_link_l {
	width:415px;
	float:left;
}
#boby_link_r {
	width:395px;
	float:right;
}



/* 本文 */
h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div#contentsWrap h2 {
	padding:2px 0px 2px 10px;
	margin:10px 0px 10px 0px;
	width:570px;
	background-color:#D40000;
	font-size:100%;
	color:#FFFFFF;
	font-weight:bold;
}
h3 {
	font-size:100%;
	font-weight:bold;
}
p.headcopy {
	margin: 5px 10px 10px 0px;
	line-height:160%;
}

p.babt {
	font-size:90%;
	line-height:160%;
}


/* リンクボタン */
div#lnkbt {
	width:580px;
	margin:20px 0px 0px 280px;
	color:#33FFFF;
}
ul.goolshop {
	width:250px;
	margin:0px 0px 40px 0px;
	color:#FFFF33;
}
ul.goolshop li {
	background:transparent url(../img/bt_boby_ov.gif) no-repeat scroll 0 0;
}
ul.goolshop li {
	display:block;
	width:250px;
	height:50px;
	line-height:0;
}
ul.goolshop li a {
	display:block;
	width:250px;
	height:50px;
}
ul.goolshop li a:hover {
	background-color:transparent;
}
ul.goolshop li a:hover img {
	visibility:hidden;
}

