@charset "Shift_JIS";

body {
	margin: 0 auto;
	text-align: center;
}

font strong.product {
	color: #6079a2;
}

.back_dot{
	background-image: url(/img/dot_line.gif);
	background-repeat: repeat;
}

.pad5 {	
	padding-left: 6px;
}

.style1 {
	color: #486b7b;
}


p.ask {
	color: #FF0000;
}

div.contents {
	/*width: 730px; /*Last update:080423 18:30  */
	background: #e3eae4;
	padding: 15px;
}

div.innerContents {
	background: #fff;
	border: 1px solid #b1cfbc;
	padding: 14px;
}

p.read {
	padding: 15px 0 15px 15px;
}

p.imageDelivery {
	padding: 5px 20px 0 25px;
	color: #6079a2;
}

td.secGallery {
	padding: 0 10px 10px;
	background: url(../img/bg_secGallery.gif) left top repeat-x;
}

dl, dt, dd {
	margin: 0;
	padding:0;
}

dt {
	margin-bottom: 15px;
	color: #6079a2;
	font-weight: bold;
	font-size: larger;
}

dd {
	margin-bottom: 10px;
}

dd.offer {
	color: #666666;
}

dl.answer {
	padding-left: 14px;
}

dl.answer dd {
	margin: 5px 0 40px 14px;
}

dl.answer dd span {
	color: #666666;
}

p.footnote {
	padding: 15px;
	border: 1px solid #CCC;
}

p.links {
	margin-top: 1em;
	padding-left: 1.1em;
	background: url(../img/tri.gif) left center no-repeat;
}

td.details {
	border-left: 2px solid #e8e7a9;
	background: #fffee2;
	padding: 5px 1em;
	font-size: 16px;
}

table.footnavi {
	margin: 23px auto;
	text-align: center;
}

.mt30 {
	margin-top: 30px;
}

.p15 {
	padding: 15px;
}

a img {
	border: none;
}

/*======================================

   1-1. contentsMenu
  
=======================================*/
/* Last Up Date: 2010-07-08 ’Ç‰Á *//* Author: Yoshinori Shimizu */

table.contentsMenu {
	border-collapse: collapse;
}

table.contentsMenu th,
table.contentsMenu td {
	margin: 0;
	padding: 0;
}


/*======================================

   1-2. productList
  
=======================================*/
/* Last Up Date: 2010-06-21 ’Ç‰Á *//* Author: Yoshinori Shimizu */

body.productList h1 {
	margin: 0 0 25px 0;
	padding: 0;
	line-height: 1.0;
}

productList
table.productsList,
table.productsList th,
table.productsList td,
table.productsList th ul,
table.productsList th ul li,
table.productsList td ul,
table.productsList td ul li {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

table.productsList {
	border-collapse: collapse;
}

table.productsList, 
table.productsList th, 
table.productsList td {
	border: 1px solid #DADEE6;
	padding: 4px;
}

table.productsList thead {
	background: #E6EBF2;
	color: #3565B2;
}

table.productsList tbody th {
	background: #F2F6FA;
}

table.productsList tbody th, 
table.productsList tbody td {
	color: #5B6A84;
}

table.productsList tbody th {
	border-bottom: 3px double #DADEE6;
	font-weight: bold;
	text-align: left;
}

table.productsList tbody td {
	text-align: center;
	width: 72px;
}

table.productsList tbody th.model {
	font-weight: normal;
	border-bottom: 1px solid #DADEE6;
	background: none;
}

table.productsList th.function, 
table.productsList td.function {
	background: #F2F2F2;
	color: #999999
}

table.productsList th ul li {
	list-style: none;
	float: left;
	width: 7.75em;
	letter-spacing: 1.0;
}

*table.productsList th ul li {/*for IE*/
	width: 7em;
}

table.productsList th.model ul {
	overflow: hidden;
}

table.productsList th.model ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

table.productsList th.model ul {
	display: inline-block;	/* for IE7 */
}

table.productsList th.model ul {
	zoom: 1;				/* for IE7 */
}

/*\*/
* html body table.productsList th.model ul { 
	height: 1em;		/* This fix is for IE6 only */
	overflow: visible;	/* This fix is for IE6 only */
}
/**/

.pt10 {padding-top: 10px;}
.pt30 {padding-top: 30px;}