@charset "shift-jis";

/* --------------------------------------------------------------------
	
	default settings
	
-------------------------------------------------------------------- */

/* -- reset
----------------------------------------------------- */
html {
	
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}


/* -- default
----------------------------------------------------- */
body {
	background: #ffffff;
	color: #333333;
	font-size: 78%;
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','‚l‚r ‚oƒSƒVƒbƒN','MS P Gothic',sans-serif;
	line-height: 2.2;
}

a:link {
	color:#ff6600;
	text-decoration:none;
}
a:visited {
	color:#ff6600;
	text-decoration:none;
}
a:hover {
	color:#ff6600;
	text-decoration:underline;
}

/* -- basic layout
----------------------------------------------------- */
body {
	text-align:center;
}
#container {
	margin:0 auto;
	width:950px;
	text-align:left;
}
#contents {
	margin:20px 0 0;
	padding:0;
}

/* -- header setting */
#header {
	
}
#sceneHeader {
	margin-top:20px;
}
#sceneHeader h1 {
	float:left;
	width:411px;
}
#sceneHeader #navi {
	float:right;
	width:300px;
}
#corporateLogo {
	float:left;
	width:148px;
}
#brandLogo {
	float:left;
	width:127px;
}
#productInfo {
	float:right;
	width:257px;
}

/* -- navigation setting */
#sceneHeader ul li {
	float:left;
	height:25px;
}

/* -- footer setting */
#footer {
	margin-top:30px;
}

/* -- main area setting */
#main {
	float:left;
	width:660px;
}
#scene1 #mainInner {
	background:url(../../scene1/images/bg.gif) no-repeat left top;
}
#scene2 #mainInner {
	background:url(../../scene2/images/bg.gif) no-repeat left top;
}
#scene3 #mainInner {
	background:url(../../scene3/images/bg.gif) no-repeat left top;
}
#scene4 #mainInner {
	background:url(../../scene4/images/bg.gif) no-repeat left top;
}
#mainInner {
	padding:20px 55px 0 35px;
}
#mainInner2 {
	padding:20px 55px 0 35px;
	background:url(../../scene4/images/bg2.gif) no-repeat left top;
}
.mainImage {
	text-align:center;
}

/* -- 2column box setting */
.boxes {
	margin-top:30px;
}
/* image LR */
.imgL .textBox {float:right;}
.imgL .imageBox {float:left;}
.imgR .textBox {float:left;}
.imgR .imageBox {float:right;}

/* image width */
.imgW350 .textBox {width:200px;}
.imgW350 .imageBox {width:350px;}

.imgW275 .textBox {width:275px;}
.imgW275 .imageBox {width:275px;}

.imgW250 .textBox {width:300px;}
.imgW250 .imageBox {width:250px;}

.imgW233 .textBox {width:317px;}
.imgW233 .imageBox {width:233px;}

.imgW192 .textBox {width:358px;}
.imgW192 .imageBox {width:192px;}

.imgW172 .textBox {width:378px;}
.imgW172 .imageBox {width:172px;}

/* -- image float setting */
.imgFloatR {
	float:right;
	margin-left:20px;
}
.notes {
	font-size:90%;
}
.notice {
	margin:10px 0 30px;
	padding-left:1.2em;
	text-indent:-1.2em;
	line-height:1.2;
	font-size:90%;
}

/* -- sub area setting */
#sub {
	float:right;
	background:url(../images/bg_submenu_btm.gif) no-repeat left bottom;
	width:250px;
	margin-top:30px;
}
#subInner {
	padding:10px 25px;
	background:url(../images/bg_submenu_tp.gif) no-repeat left top;
}

/* -- link decoration */
.linkArrow {
	margin:0 5px 0 2px;
	vertical-align:text-bottom;
}

/* -- generic class */
.mb1em {margin-bottom:1em ! important;}
.mb10 {margin-bottom:10px ! important;}
.mb20 {margin-bottom:20px ! important;}
.mt20 {margin-top:20px ! important;}
.mt50 {margin-top:50px ! important;}

/* -- clearfix */
#header:after,
#sceneHeader:after,
#sceneHeader ul:after,
#contents:after,
.boxes:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header,
#sceneHeader,
#sceneHeader ul,
#contents,
.boxes {zoom:1;}