﻿@charset "UTF-8";
div.section {
	width: 690px;
	margin-left: 10px;
}

div.leftarea0 {
	width: px;
	float: left;
}
div.centerarea0 {
	width: px;
	float: left;
}
div.rightarea0 {
	width: px;
	float: right;
}
/* h4 */
h4 {
	background: url(../../../images/f05_bg01.gif) no-repeat;
	width: 331px;
	height: 17px;
}
h4 span {
	display: block;
	text-align: center;
	line-height: 1;
	padding-top: 2px;
	font-weight: bold;
	color: #fff;
}

h4.con {
	background: url(../../../images/f05_bg02.gif) no-repeat;
	width: 191px;
	height: 17px;
}
/* spec_list */
ul.spec_list {
	padding: 10px;
}

ul.spec_list li {
	line-height: 1;
	padding-bottom: 0.5em;
}

ul.spec_list li span {
	color: #B7D200;
	font-weight: bold;
}

ul.spec_list li a {
	background: url(../../../images/right_box.gif) no-repeat right 3px;
	color: #797979;
	text-decoration: none;
	padding-right: 15px;
}

ul.spec_list li a:hover {
	text-decoration: underline;
}

div.leftarea01 {
	width: 331px;
	float: left;
}

div.rightarea01 {
	width: 331px;
	float: right;
}

div.leftarea02 {
	width: 491px;
	float: left;
}

div.rightarea02 {
	width: 191px;
	float: right;
}


/* --------------------------------------------------
table
-----------------------------------------------------*/
/* table.colum1Table colum2Table */
table{
	clear:both;
	empty-cells:show;
	border:#d6d6d6 1px solid;
	border-collapse:collapse;
	border-spacing:0;
}
table.colum1Table{
	width:700px;

	padding-top:15px;
}
table.colum2Table{
	width:540px;
	margin:0 0 0 15px;
}
table.colum1Table caption {
	text-align:left;
	color:#b3d333;
	padding:7px 0;
	margin:0 0 0 15px;
}
table.colum1Table caption{
	width:700px;
}
table.colum2Table caption{
	width:540px;
}
table.colum1Table tr,
table.colum2Table tr{
	vertical-align:middle;
}
table.colum1Table th,
table.colum1Table td {

	padding:3px 5px;
	border:#d6d6d6 1px solid;
}
table.colum1Table th {
	color:#fff;
	font-weight:bold;
	background:#b3d333;
}
table.colum1Table td {
	background:#fff;
}
table.colum1Table td.Hcell {
	background:#f0f0f0;
	text-align:left;
}

table.colum1Table th img,
table.colum1Table td img,
table.colum2Table th img,
table.colum2Table td img{
	margin:0 auto;
	vertical-align:middle;
}

table.colum1Table td dl dt {
}
table.colum1Table td dl dd {
	margin-left:4em;
}

/* mouseover highlight cells */
table.colum1Table tbody tr:hover th,
table.colum1Table tbody tr:hover td {
	background-color:#e0e0e0;
}


/* dl.Tblnotes */
dl.Tblnotes{

}

dl.Tblnotes dt,
dl.Tblnotes dd{
	display:inline;


}
dl.Tblnotes dt{
	margin-right:2px;
}
dl.Tblnotes dd ul{
	margin:0;
	padding:0;
}
dl.Tblnotes dd ul li{
	list-style: outside;
	list-style-type: disc;
	margin-left: 2em;
	padding:0;
}

