/***************************************
 * sub.css
 ***************************************/
h1 {
	text-indent: -9999px;
	height: 148px;
}
h1.m1 { background: url(../images/pageHeadImage1.jpg) no-repeat; }
h1.m2 { background: url(../images/pageHeadImage2.jpg) no-repeat; }
h1.m3 { background: url(../images/pageHeadImage3.jpg) no-repeat; }
h1.m4 { background: url(../images/pageHeadImage4.jpg) no-repeat; }
h1.m5 { background: url(../images/pageHeadImage5.jpg) no-repeat; }
h1.m6 { background: url(../images/pageHeadImage6.jpg) no-repeat; }
h1.m7 { 
	height: 51px;
	background: url(../images/pageHeadImage7.jpg) no-repeat;
}
h1.m8 { 
	height: 51px;
	background: url(../images/pageHeadImage8.jpg) no-repeat;
}

h2 {
	height: 20px;
	line-height: 20px;
	margin: 20px 0 10px;
	padding-left: 6px;
	font-size: 110%;
	font-weight: bold;
	color: #005629;
	border-bottom: 1px solid #360;
	border-left: 5px solid #090;
}
/* [.main_text ///////////////////////////*/
.main_text {
	width: 570px;
	margin: 20px auto 0;
	line-height: 150%;
	font-size: 130%;
	color: #666;
}

/* [.info_box] ///////////////////////////*/
.info_box {
	width: 599px;
	margin-left: 10px;
	line-height: 1.7;
}
.info_box h3 {
	height: 20px;
	line-height: 20px;
	margin: 20px 0 10px;
	padding-left: 10px;
	color: #005629;
	border-bottom: 1px dotted #360;
	background: url(../images/bullet03.gif) no-repeat 0px 2px;
}

/* .info_box dl */
.info_box dl {
	overflow: hidden;
	padding: 0 5px;
}
.info_box dt {
	width: 15px;
	float: left;
}
.info_box dd {
	width: 559px;
	float: left
}

/* .info_box .totop */
span.totop {
	display: block;
	padding-top: 20px;
	text-align: right;
}

/* .info_box table */
.info_box table {
	width: 550px;
	margin: 15px 0;
	border-top: 1px solid #360;
	border-left: 1px solid #360;
}
.info_box table.t2 {
	margin: 0 0 15px;
}

.info_box table div {
	padding: 5px;	
}
.info_box th {
	font-weight: normal;
	background: url(../images/bg_tableHead.jpg);
	border-bottom: 1px solid #360;
	border-right: 1px solid #360;
}
.info_box table.t3 th {
	text-align: left;
	background: url(../images/bg_tableHead_v.jpg);
}
.info_box td {
	text-align: center;
	border-bottom: 1px solid #360;
	border-right: 1px solid #360;
}
.info_box table.t3 td {
	text-align: left;
}

/* .info_box table.type2 */
.info_box table.type2 {
	width: 500px;
	margin: 15px 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.info_box table.type2 div {
	padding: 5px 10px;	
}
.info_box table.type2 th {
	font-weight: bold;
	text-align: left;
	color: #990000;
	background: #F0F0F0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.info_box table.type2 td {
	padding-left: 30px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: url(../images/bt_link2.gif) no-repeat 10px 10px;
}

/* .info_box p */
.info_box p {
	width: 574px;
	padding: 0 5px 20px;
}
.info_box strong {
	display: block;
	padding-bottom: 10px;
	color: #005629;
}
.info_box p.waku {
	padding: 10px;
	border: 1px solid #999900;
	background: #FFFFCC;
}
.info_box p.but {
	padding: 20px 0 0;
	text-align: center;
}
/* .info_box ul */
.info_box ul {
	width: 574px;
	padding: 0 5px 20px;	
}
.info_box li {
	background: url(../images/bullet02.gif) no-repeat 0px 4px;
	padding-left: 20px;
}

/* .info_box ul.type2 */
.info_box ul.type2 {
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: 1px solid #ccc;
}
.info_box ul.type2 li {
	height: 30px;
	line-height: 30px;
	background: none;
	border-top: 1px solid #ccc;
}
.info_box ul.type2 li a{
	display: block;
	margin-left: -20px;
	padding-left: 15px;
}
.info_box ul.type2 li a:hover{
	text-decoration: none;
	color:#000;
	background: #DAFBD7 url(../images/download_text.gif) no-repeat right;
}

/* .info_box ul.type3 */
.info_box ul.type3 {
	margin: 0 15px 10px;
	padding: 0;
	padding-bottom: 0;
	border-top: 1px solid #ccc;
}
.info_box ul.type3 li {
	height: 40px;
	line-height: 40px;
	background: none;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.info_box ul.type3 li a{
	display: block;
	margin-left: -20px;
	padding-left: 35px;
	background: url(../images/bt_link2.gif) no-repeat 5px 15px;
}
.info_box ul.type3 li a:hover{
	text-decoration: none;
	color:#000;
	background-color: #DAFBD7;
}

/* .info_box div.space */
.space {
	width: 559px;
	margin-left: 15px;
}
.space2 {
	width: 544px;
	margin-left: 30px;
}

/* .pro_box */
.pro_box {
	overflow: hidden;
}
.pro_box img {
	display: block;
	width: 152px;
	float: left;
}
.pro_box ul {
	width: 420px;
	float: right;
}