@charset "shift_jis";
/*-------------------------------------------------
  == Website CSS Divider ==
  -------------------------------------------------
  File       : style.css
  Date       : 2007.10.09
  Last Update: 
-------------------------------------------------*/

body {
	
	font-size:12px;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	margin:0;
}

table, td, th {
	font-size: 12px;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

p {
	margin: 0;
	padding: 0;
}

a{
	color: #104194;
}


/* common */
h1, h2{
	margin:0 0 20px;
	padding:0;
}

div#container{
	width: 760px;
	margin: 20px 0 0;
	padding:0;
	text-align: center;
}

div#content{
	width: 700px;
	margin: 0 auto;
	padding:0;
	text-align: left;
}

/* toppage */
div#topLead{
	padding-bottom: 20px;
	
}
p#recommends{
	padding-bottom: 5px;
	margin: 0;
	/*color: #2e8eca; fix*/
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

table#lineupTbl{
	margin-bottom: 15px;
}

table#lineupTbl td#lineupLeft{
	background-color: #eaeaea;
}
table#lineupTbl td#lineupRight{
	background: url(../images/line01.gif) no-repeat top;
}

h3{
	padding: 10px;
	margin: 0;
}

div.modelBox{
	padding: 15px 0;
	background: url(../images/line01.gif) no-repeat bottom;
}

div.modelBox p.ModelSubText{
	font-size: 11px;
	color: #666;
	font-weight: bold;
}
div.modelBox p.ModelName{
	font-size: 14px;
	color: #104194;
	font-weight: bold;
}

div#LineupNotes{
	font-size: 11px;
	padding-bottom: 30px;
	color: #666;
}
ul.noteBgBlue{
	list-style-type: none;
	margin: 0 0 10px;
	padding: 10px;
	background: #e2f3fe;
}
ul.noteBgBlue li{
	color: #2e8eca;
}



/* product page */
div#productLead{
	background: url(../images/line02.gif) no-repeat bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
div#productLead p#recommends{
	padding:0;
}

table#productName{
	margin-bottom: 30px;
}
table#productName td#productImg{
	padding-right: 20px;
}
table#productName p#productHCopy{
	font-size: 14px;
	font-weight: bold;
}
table#productName h3{
	font-size: 18px;
	font-weight: bold;
	color: #104194;
	margin: 0;
	padding: 0;
}

table#specTbl{
	margin-bottom: 3px;
}
table#specTbl td{
	background-color: #eaeaea;
}
table#specTbl tr.odd td{
	background-color: #dfdfdf;
}
table#specTbl tr.noBg td{
	background-color: #fff!important;
}

div#ProductNotes{
	font-size: 11px;
	padding-bottom: 20px;
	color: #666;
	background: url(../images/line02.gif) no-repeat bottom;
}


div.backtoLineup{
	padding: 5px 0 20px;
}

div.backtoLineup p.linkTopP a{
	padding-left: 16px;
	background: url(../images/arrow02.gif) no-repeat 0 2px;
}


/* link color */
p.linkMore a{
	color: #2e8eca;
	padding-left: 13px;
	background: url(../images/arrow01.gif) no-repeat 0 4px;
}


/* paddings */
.pdb5px{
	padding-bottom: 5px;
}
.pdb10px{
	padding-bottom: 10px;
}
.pdb20px{
	padding-bottom: 20px;
}

/* margins */
.mgb5px{
	margin-bottom: 5px;
}
.mgb10px{
	margin-bottom: 10px;
}
.mgb20px{
	margin-bottom: 20px;
}
.mgr5px{
	margin-right: 5px;
}

.font80{
	font-size:80%;
	font-wieght:bormal;
}

.gray{
	color:#666;
}

.bgWhite{
	background:#fff!important;
}

.bdrb{
	border-right:solid 1px #eaeaea;
	border-bottom:solid 1px #eaeaea;
}