﻿
/** スタイルリセット **/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}
:focus{
	outline:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells: show;
}
caption, th, td{
	text-align:left;
	font-weight:normal;
}
a img, iframe{
	border:none;
}
ol, ul{
	list-style:none;
}
input, textarea, select, button{
	font-size:100%;
	font-family:inherit;
}
select{
	margin:inherit;
}
/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol{margin-left:2em;}
/* == clearfix == */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}

/** // **/


h3 a:active,
h3 a:visited,
h3 a:link {
	color:#3366FF;
	text-decoration:none;
}
a {
	color:#FF9900;
}
/** 全ページ共通レイアウト部分 **/

body {
	text-align:center;
	background:#000 url(../img/bg_img.jpg) 0 0 repeat-x;
	font-size: 0.85em;
	color: #333;
}
#bodyWrapper {
	width:960px;
	margin:0 auto;
	background-color: #fff;
}

#header {
	position: relative;
}
#header .head_image {
	background: url(../img/header_img.jpg) 0 0 ; height: 108px;
}
a#siteTop {
	position:absolute;
	left:22px;
	top:33px;
	width:237px;
	height:60px;
	text-indent:-9999px;
}
a#efroTop {
	position:absolute;
	right:25px;
	top:7px;
	width:190px;
	height:82px;
	text-indent:-9999px;
}

#billboard {
	width: 960px;
	height: 209px;
	background:#eee url(../img/main_img.jpg) top left no-repeat;
}
.billboard_boom {
		background:#eee url(../img/main_top.jpg) top left no-repeat!important;
}
#billboard ul{
	float:left;
	width: 260px;
}
#billboard ul li{
	width:240px;
	height:45px;
	margin:6px auto 0;
}
#billboard ul li.menu1 a{
	background: url(../img/menu.gif) left top no-repeat;
}
#billboard ul li.menu1 a:hover{
	background: url(../img/menu.gif) right top no-repeat;
}
#billboard ul li.menu2 a{
	background: url(../img/menu.gif) 0 -49px no-repeat;
}
#billboard ul li.menu2 a:hover{
	background: url(../img/menu.gif) right -49px no-repeat;
}
#billboard ul li.menu3 a{
	background: url(../img/menu.gif) left -98px no-repeat;
}
#billboard ul li.menu3 a:hover{
	background: url(../img/menu.gif) right -98px no-repeat;
}
#billboard ul li.menu4 a{
	background: url(../img/menu.gif) left -147px no-repeat;
}
#billboard ul li.menu4 a:hover{
	background: url(../img/menu.gif) right -147px no-repeat;
}
#billboard ul li a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
/* trailメニュー */

#billboard ul li.menu5 a{
	background: url(../img/menu_trial.gif) left top no-repeat;
}
#billboard ul li.menu5 a:hover{
	background: url(../img/menu_trial.gif) right top no-repeat;
}
#billboard ul li.menu6 a{
	background: url(../img/menu_trial.gif) 0 -49px no-repeat;
}
#billboard ul li.menu6 a:hover{
	background: url(../img/menu_trial.gif) right -49px no-repeat;
}
#billboard ul li.menu7 a{
	background: url(../img/menu_trial.gif) left -98px no-repeat;
}
#billboard ul li.menu7 a:hover{
	background: url(../img/menu_trial.gif) right -98px no-repeat;
}
#billboard ul li.menu8 a{
	background: url(../img/menu_trial.gif) left -147px no-repeat;
}
#billboard ul li.menu8 a:hover{
	background: url(../img/menu_trial.gif) right -147px no-repeat;
}

#contentWrapper {
	width: 960px;
	padding:10px 5px;
	background:url(../img/contentBg.jpg) 0 0 repeat-y;
}
#content {
	float: right;
	width:660px;
	text-align:left;
	line-height:1.5em;
	padding:0 25px;
	_padding:0;
}
#content h2{
	font-size: 1.2em;
	padding: 10px 0 10px;
	color: #000;
}
#content h3{
	clear:both;
	font-size: 1.1em;
	padding: 10px 0 5px;
	color: #000;
}
#content ul.lineUp{
	float:left;
}
#content ul.lineUp li{
	float:left;
	width:160px;
	height:108px;
	margin:0 2px;
}
#content ul.lineUp li.product1 a{
	background:#000 url(../img/lineUp.jpg) left top no-repeat;
}
#content ul.lineUp li.product1 a:hover{
	background:#000 url(../img/lineUp.jpg) 0 -108px no-repeat;
}
#content ul.lineUp li.product2 a{
	background:#000 url(../img/lineUp.jpg) -163px 0 no-repeat;
}
#content ul.lineUp li.product2 a:hover{
	background:#000 url(../img/lineUp.jpg) -163px -108px no-repeat;
}
#content ul.lineUp li.product3 a{
	background:#000 url(../img/lineUp.jpg) -326px 0 no-repeat;
}
#content ul.lineUp li.product3 a:hover{
	background:#000 url(../img/lineUp.jpg) -326px -108px no-repeat;
}
#content ul.lineUp li.product4 a{
	background:#000 url(../img/lineUp.jpg) -489px 0 no-repeat;
}
#content ul.lineUp li.product4 a:hover{
	background:#000 url(../img/lineUp.jpg) -489px -108px no-repeat;
}
#content ul.lineUp li a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}


#content div.text{
	float: left;
	width:450px;
}
#content div.media{
	float: right;
	width:200px;
	padding: 15px 0;
	text-align:center;
	font-size: 0.8em;
}
#content div.media a{
	display:block;
}
#content p{
	padding: 10px 5px;
}
#content div.toCaution{
	text-align:right;
	padding-right:40px;
}
#content div.toTop{
	clear:both;
	text-align: right;
}


#recommendbar {
	border:2px #999 dotted;
}

#banner {
	float: left;
	width:250px;
	text-align:center;
	padding: 20px 0;
}


#footer {
	clear: both;
	text-align: left;
	font-size: 0.78em;
	padding: 20px 25px 10px;
	background:#eee url(../img/footer_line01.gif) 0 0 no-repeat;
}
#footer ul {
}
#footer ul li:first-child {
	border-left: 1px solid #333;
}
#footer ul li {
	display: inline;
	padding: 0 14px;
	border-right: 1px solid #333;
}
#footer ul li a:visited,
#footer ul li a:link,
#footer ul li a:hover,
#footer ul li a:active {
	color:#FF6600;
	text-decoration:underline;
}


.productInfoTop {
	clear:both;
	margin-top:20px;
	padding-top:20px;
	background:#fff url(../img/productInfoBg.gif) 0 10px no-repeat;
}
.productInfo {
	padding:0 10px 10px;
	background:#fff url(../img/productInfoBg.gif) left bottom no-repeat;
	text-align:center;
}
.productInfo {
	clear:both;
	margin:0 auto 0;
}
.productInfo table {
	margin:0 0 25px;
}
.productInfo table caption {
	margin:10px 0 5px;
}

.productInfo table.othInfo,
.productInfo table.info {
	border-bottom: 3px dotted orange;
}
.productInfo table.othInfo{
	width:640px;
}
.productInfo table.othInfo td{
	text-align:right;
	color:#000;
	font-size:3em;
	font-weight:bold;
	line-height:1em;
}

.productInfo table.info td {
	vertical-align: top;
}
.productInfo table.spec th,
.productInfo table.spec td {
	vertical-align: top;
	border: 1px solid #333;
}
.productInfo table.spec th {
	text-align: centert;
	background-color: #adfbcc;
	white-space:nowrap;
	border-top-style:double;
	border-top-width:3px;
}
.productInfo table.spec th a,
.productInfo table.spec td a {
	display:block;
	padding:5px 0;
	text-align:center;
}

td,
th {
	padding:5px 8px;
}

td.price {
	text-align: right;
}
td.price span {
	font-weight:bold;
	font-size:2em;
	padding: 0 5px;
	color:orange;
}
td.image,
td.button {
	text-align: center;
}

#lightpop-data-wrap{
	background:#fff url(../img/lightpopBorder.jpg) top left repeat-x;
	margin: 0 auto;
	padding:0 10px;
	line-height:1.4em;
}

#lightpop-details-caption{
	padding:15px 0 10px;
}




