@charset "UTF-8";

/* Initializations / Rules
------------------------------------------------------------------*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,N
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	}

body{
	background:url(../img/bg.gif) repeat-y;
	margin: 0px;
	text-align:center;
	font-size:12px;
	line-height:18px;
	font-family: sans-serif;
	color:#333333;
	}

img {
	border: none;
	}
	
img.b,
img.boxPart{
	display:block;
	}

th,td{
	vertical-align: top; 
	text-align:left;
	font-size:12px;
	line-height:18px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
	}

.floatRight{
	float:right;
	display:inline;
	}
	
.floatLeft{
	float:left;
	display:inline;
	}

.leftImg{
	float:left;
	display:inline;
	margin:0 10px 5px 0;
	}

.rightImg{
	float:right;
	display:inline;
	margin:0 0 5px 10px;
	}

.clear{
	clear: both;
	font: 1px/1px monospace;
	}

.clear2{
	_clear:both;
	display:none;
	_display:inline;
	font: 1px/1px monospace;
	}

/* === clearfix ==*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.alignRight{
	text-align:right;
	}

.alignCenter{
	text-align:center;
	}


/* ====text==== */
strong{
	font-weight:bold;
	color:#213d96;
	}

em{
	font-weight:bold;
	}

p{
	margin:0 0 15px 0;
	}

.noMarg{
	margin-bottom:0 ! important;
	}

.moreMarg{
	margin-bottom:25px ! important;
	}

.miniMarg{
	margin-bottom:5px ! important;
	}

.supp{
	font-size:10px ! important;
	line-height:14px ! important;
	}
	
.imgBox{
	margin:0 0 20px 0;
	}


/* ====Form==== */
input{
	font-size:12px;
	/*height:16px;
	_height:19px;
	border:1px solid #333;
	vertical-align:middle;*/
	}

select option{
	padding-right:15px;
	}

* html select option{
	padding-right:0;
	_padding-right:15px;
	}

label{
	cursor: pointer;
	}



/* Base Link
------------------------------------------------------------------*/
a{
	color:#ff7901;
	}
	
a:hover{
	text-decoration:none; 
	color:#ff7901;
	}


/* Common Layout
------------------------------------------------------------------*/
#container{
	text-align:left;
	width:100%;
	}

#wrapper{
	width:950px;
	}

h1{
	text-align:right;
	margin:3px 0;
	width:950px;
	}

#header{
	border-top:4px solid #213d96;
	border-bottom:4px solid #213d96;
	}

/* === clearfix ==*/
#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#header{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html #header{height: 1%;}
#header{display: block;}
/* End hide from IE-mac */

#headerIn{
	width:950px;
	}

h2{
	float:left;
	display:inline;
	margin:0 0 0 20px;
	}

#productBox{
	background:url(../img/box_bg.gif) repeat;
	border:1px solid #d2d2d2;
	padding:6px;
	width:358px;
	float:left;
	display:inline;
	margin:15px 0 0px 20px;
	}

#productBox #icon{
	float:left;
	display:inline;
	margin:5px 0 0 0;
	}

#productBox .txt{
	float:left;
	display:inline;
	width:226px;
	margin:0 0 0 24px;
	}

#productBox .txt p{
	margin:0
	}

#productBox .txt p.title{
	margin:0 0 2px 0;
	}

#productBox .txt p.title a,
#productBox .txt p.title span{
	font-weight:bold;
	color:#ff7901;
	}

#productBox .txt .price{
	color:#666666;
	margin:0 0 0px 0;
	}

#productBox .txt .banner{
	margin:2px 0 0 0;
	}

#header #navi{
	float:right;
	display:inline;
	}

#header #navi .lang{
	text-align:right;
	margin:10px 0 0 0;
	}

#header #navi ul{
	margin:0;
	padding:0;
	}

#header #navi ul li{
	float:left;
	display:inline;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
	list-style:none;
	}

#wrapper{
	width:950px;
	padding:18px 0 0 0;
	}

/* === clearfix ==*/
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#wrapper{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html #wrapper{height: 1%;}
#wrapper{display: block;}
/* End hide from IE-mac */
	
#mainArea{
	float:left;
	display:inline;
	width:590px;
	margin:0 0 0px 20px;
	}

#mainArea #news{
	float:left;
	display:inline;
	width:210px;
	}

#mainArea #news dl{
	margin:0 12px;
	}
	
#mainArea #news dl dt{
	font-weight:bold;
	color:#213c96;
	margin:0 0 3px 0;
	}

#mainArea #news dl dd{
	margin:0 0 20px 0;
	}

#mainArea #about{
	float:right;
	display:inline;
	width:360px;
	}

#mainArea #about h4{
	font-weight:bold;
	color:#213c96;
	margin:0 0 3px 0;
	}

#mainArea #about #aboutEn{
	background:url(../img/line.gif) repeat-x;
	padding:20px 0 0 0;
	margin:20px 0 0 0;
	}

#subArea{
	float:right;
	display:inline;
	width:320px;
	}

h3{
	margin:0 0 10px 0;
	}

#copyRights{
	background:url(../img/footer.gif) repeat-x left top;
	padding:5px 0 0 0;
	margin:0 0 0 250px;
	clear:both;
	font-size:10px;
	text-align:right;
	}

#content{
	padding:18px 0 0 0;
	margin:0 0 0 250px;
	width:700px;
	}

#content #copyRights{
	margin:0;
	}

.basicTable{
	margin:0 0 20px 0;
	}

.basicTable th,
.basicTable td{
	padding:10px 10px 10px 0;
	}

.basicTable th{
	font-weight:bold;
	width:100px;
	}

.basicTable td input{
	width:200px;
	}

.basicTable td textarea{
	width:400px;
	height:100px;
	}



#ss{
	clear:both;
	margin:0 0 50px 250px;
	padding:20px 0 0 0;
	}

#ss .img{
	float:left;
	display:inline;
	margin:0 5px 0 0;
	}

#ss .img.last{
	margin:0;
	}

/* === clearfix ==*/
#ss:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#ss{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html #ss{height: 1%;}
#ss{display: block;}
/* End hide from IE-mac */


