@charset "utf-8";

/* 
=====================================================
   products 共通
=====================================================
*/

#content {
	line-height: 1.5;
}

body {
	background: url("../img/headerImgProducts.jpg") center top no-repeat;
}

#content h2 {
	margin-top: 100px;
	width: 65px;
	height: 14px;
	background: url("../img/h2Products.jpg") no-repeat;
	display: block;
	text-indent: -9999px;
}

#section {
	float: left;
	width: 686px;
}

#section .article .floatR {
	width: 366px;
	margin-top: 10px;
	margin-left: 40px;
}
#section .article .floatR2 {
	width: 366px;
	float:right;
	margin-top: 10px;
	margin-left: 40px;
}

#section .article .floatL {
	width: 280px;
	margin-top: 10px;
}
#section .article .floatL2 {
	width: 280px;
	float:left;
	margin-top: 10px;
}

#section .article .floatC {
	margin: 30px auto 30px auto;
	text-align:center;
}

#section .article h2 {
	margin-top: 1em;
//	width: 320px;
	width: 640px;
	height: 2em;
	background: none;
	text-indent: 0;
	font-size: 18px;
	font-weight: bold;	
	color: #086037;
}

#section .article h3 {
//	margin-top: 40px;
	margin-top: 0px;
	width: 280px;	
}

#section .article p {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 15px;
}

#ul-num li {
	margin-left: 20px;
	font-size: 14px;
	line-height: 1.7;
	list-style-type: decimal;
}

#section table {
	margin: 25px 0 28px;
	width: 686px;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    border-collapse: collapse;
    border-spacing: 0;
}

#section table caption {
	margin-bottom: 3px;
}

#section table th {
    padding: 5px 0;
    border-bottom: 1px solid #CBCBCB;
    text-align: center;
}

#section table th.lsp {
	letter-spacing: 1em;
}

#section table .field {
    width: 165px;
    border-right: 1px dotted #CBCBCB;
}

#section table .free {
    width: 520px;
    border-right: 1px dotted #CBCBCB;
}

#section table .number {
    width: 130px;
    border-right: 1px dotted #CBCBCB;
    text-align: center;
}

#section table .number p {
    margin-top: 5em;
}

#section table td {
    padding: 3px 10px 3px;
    vertical-align: top;
}

#contact {
	border: solid 1px #CBCBCB;
	padding: 15px 50px;
}

#subnavi {
	float: right;
	width: 213px;
	/*	width: 206px;	*/
	/* width: 191px; */
	height: 439px;
	background: url("../img/subnaviBg.jpg") repeat-x;
}

#subnavi h3 {
	margin: 10px 13px 0;
	font-size: 13px;
	background: url("../../common/img/contentArrow04.png") left center no-repeat;
	font-weight: bold;
	text-indent: 1em;
}

#subnavi ul {
	margin: 0 0 0 18px;
}

#subnavi ul li {
	margin-top: 10px;
	font-size: 11px;
	background: url("../../common/img/contentArrow01.gif") left 6px no-repeat;
	text-indent: 1em;
}

#subnavi ul li ul {
	margin: 0 0 0 12px;
}

#subnavi ul li ul li {
	margin-top: 5px;
	font-size: 11px;
	background: url("../../common/img/contentArrow02.gif") left 6px no-repeat;
	font-weight: normal;
	text-indent: 0.3em;
	padding-left: 0.3em;
}

#subnavi ul li a:link,
#subnavi ul li a:visited {
	color: #000;
	text-decoration: none;
}

#subnavi ul li a:hover {
	color: #999;
	text-decoration: underline;
}

#subnavi ul li .active {
	color: #25643C !important;
	text-decoration: none;
	font-weight: bolder;
}



/* 
=====================================================
   index.html
=====================================================
*/

#productsIndex #content .section {
	margin: 10px 0 30px 117px;
	padding: 16px 0;
	width: 675px;
}

#productsIndex .section h3 {
	margin: 0 0 15px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.25em;
	color: #595959;
}

#productsIndex #content .products {
	/padding-top: 8px;  /* for IE6,IE7 */
	width: 900px;
	border-top: 1px dotted #ccc;
}

#productsIndex #content .products h3 {
	margin: 1px 11px 5px;
	font-size: 13px;
	background: url("../../common/img/contentArrow01.gif") 0px 10px no-repeat;
	font-weight: bold;
	text-indent: 0.7em;
}

#productsIndex #content .products .box {
	width: 297px;
}

#productsIndex #content .products .spR {
	margin-right: 4px;
}

#productsIndex #content .products .spT {
	margin-top: 7px;
}

#productsIndex #content .products .box div {
	padding: 10px 10px 30px;
	background: url("../img/indexContentBg.jpg") repeat-x;
}

#productsIndex #content .products .box div h4 a {
	color: #116141;
	font-weight: bolder;
}

#clear-section {clear: left;}

table.tbl_type1 {
	width: 100%;
	border: 1px solid #cccccc;
	}
table.tbl_type1 th,
table.tbl_type1 td {
	padding: 3px 5px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
table.tbl_type1 tr {
	background-color: #FFFFFF;
	}
table.tbl_type1 th {
	text-align: center;
	color: #666666;
	font-weight: bold;
	background-color: #CAE8FF;
	}
caption {
	text-align: left;
	caption-side: bottom;
	font-size: 75%;
	}
caption.cpt_unit {
	text-align: right;
	caption-side: top;
	font-size: 75%;
	}

table.tbl_type9 {
	width: 100%;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}
table.tbl_type9 th,
table.tbl_type9 td {
	padding: 8px 5px;
	border-bottom: 1px solid #CCCCCC;
	}
table.tbl_type9 th {
	text-align: center;
	color: #666666;
	font-weight: bold;
	background-color: #CAE8FF;
	border-right: 1px dotted #999999;
	}
th.odd,
td.odd {
	background-color: #FFFFFF;
	}
th.even,
td.even {
	background-color: #F4F2F2;
	}
th.cell_non_datas,
td.cell_non_datas {
	text-align: center;
	color: #999999;
	}
th.cell_number_datas,
td.cell_number_datas {
	text-align: right;
	}
th.cell_spec_datas,
td.cell_spec_datas {
	text-align: center;
}

#section_cts table td {
    padding: 3px 10px 3px;
    vertical-align: middle;
}



/* 
=====================================================
   index.html
=====================================================
*/


#products01 h3 {
	font-weight: bolder;
}

#products01 .link_pdf {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 15px 50px;
	margin: 5px 0;
}

#products01 .link_pdf ul li {
	background: url(../../common/img/icon_pdf.gif) 0 5px no-repeat;
	padding: 5px 0 5px 25px;
}

.products .box .detail {
	margin-top: 0.5em;
	text-align: right;
}
