@charset "utf-8";



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+

+　スタイル

+

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */





/*　製品一覧　タイトル　*/

.newsttl01{
	display: block;
	height: 34px;
	width: 600px;
	text-indent: -9999px;
}

.newsttl01 {
	background: url(../img/news_ttl01.gif) no-repeat left top;
}

.section01 .subSection{
	margin-bottom: 25px;
}

.section01 ul{
	margin: 15px 0 15px 0;
	border-top: 1px solid #999;
}

.section01 ul li{
	border-bottom: 1px dotted #999;
	text-align: left;
	font-size: 10px;
	padding: 2px 0 2px 6px;
}

.section01 ul li strong{
	display: block;
	font-size: 12px;
}

.section01 dl{
	margin-top: 15px;
	padding: 6px;
	background-color: #f6f3ef;
}

.section01 dt{
	margin-bottom: 5px;
	background-color: #b9b4b0;
	color: #fff;
}

.section01 dd a{
	padding-left: 10px;
	background: url(../img/arrow.gif) no-repeat 0 0.5em;
}

.section01 .L,
.section01 .C,
.section01 .R{
	width: 180px;
	text-align: center;
}

.section01 .L{
	float: left;
	margin-right: 15px;
}

.section01 .C{
	float: left;
	margin-right: 15px;
}

.section01 .R{
	float: left;
}

.section02{
	padding-top: 10px;
}

.section02,
.section03{
	margin-bottom: 25px;
	margin-left: 16px;
	margin-right: 16px;
}


.section01 table,
.section02 table,
.section03 table,
.section04 table {
	margin-left: 16px;
	margin-right: 16px;
}

.section01 h3,
.section02 h3,
.section03 h3{
	margin-bottom: 20px;	
}

.section02 dl,
.section03 dl{
	width: 100%;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #999;
}

.section02 dt,
.section03 dt{
	float: left;
	width: 100px;
}

.section02 dd,
.section03 dd{
	float: right;
	width: 450px;
}

.section01 p.view,
.section02 p.view,
.section03 p.view{
	text-align: right;
}

.section01 p.view{
	margin-bottom: 15px;
}

.section02 dd,
.section03 dd,
.section01 p.view a,
.section02 p.view a,
.section03 p.view a{
	padding-left: 10px;
	background: url(../img/arrow.gif) no-repeat 0 0.5em;
}

.section02 ul{
	margin-top: 20px;
	text-align: center;
}

.section02 ul li{
	display: inline;
	color: #999;
}

.section02 ul li a{
	margin-right: 5px;
}

.section04 h3{
	min-height: 32px;
	margin-bottom: 20px;
	padding: 0px 0 0 10px;
	background-color: #f29700;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

*html .section04 h3{
	min-height: 32px;
}

.section04 h4{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}

.section04 p,
.section04 ul{
	width: 100%;
	margin-bottom: 20px;
}

.section04 .paragraph{
	float: left;
	width: 330px;
}

.section04 .photograph{
	float: right;
	width: 220px;
}

.section04 td{
	font-size: 12px;
}

/*　Clearfix　*/

.section04 ul:after,
.subSection:after,
.section02 dl:after,
.section03 dl:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.section04 ul,
.subSection,
.section02 dl,
.section03 dl{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
	overflow: hidden;  /* for DW*/
}
