@charset "utf-8";
/* top.css */

.topmainbox {
	background: url(../img/main_topimg.jpg) no-repeat;
	width: 900px;
	height: 180px;
	position: relative;
}

h1{
	text-indent: -9999px;
}

.testbtn { 
	width: 350px; height: 149px; 
	float: right; 
	position: absolute;	
	top: 30px;
	right: -5px;
	overflow: hidden;		
}

.testbtn span a {
	display: block;
	width: 346px;
	height: 149px;
	text-indent: -9999px;
	background: url(../img/test_btn_00.gif) no-repeat;
	overflow: hidden;
}

.testbtn span a:hover {
	background: url(../img/test_btn_00.gif) no-repeat;
	background-position: 0 -149px;
}


.bakusu {width: 800px;height: 20px; padding: 5px 5px 5px 10px;}

.bakusu a {
	font-weight: 700;
	color: #232270;
	text-decoration: underline;
}

.maint { width: 650px; _width: 640px;}

h2 { margin: 10px 0 15px 0px;}

.maint dt { margin: 10px 0 15px 0px;}

.maint dd { line-height: 1.8em;	font-size: 12px;}

.mainnavi { width: 212px; float:right;}

.mainnavi li {
	width: 212px;
	height: 52px;
	background: url(../img/topnavi_bgimg.gif) no-repeat;
	font-size: 12px;
	font-weight: 700;
	padding: 0px 0 0 10px;
	line-height: 1.8em;
}

.mainnavi li a {
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	color: #232270;
}

.mainnavi li a:hover {color: #dc6e43;}

.chapter-nb { color:#969696; font-weight: 700;}

.chapter-nb span { color:#e27d56; font-weight: 700;}

.maint-cpt { width: 650px; _width: 640px; margin: 30px 0 0px 0; clear: both; overflow: hidden;}

.maint-cpt li { margin-top: 10px;}

.ttlbar {
	background: url(../img/topbar_bgimg.gif) repeat-x;
	width: 650px;
	height: 36px;
	display: block;
	margin-bottom: 20px;
}

.ttlbar span { font-size: 18px; font-weight: 700; line-height: 1.8em; color: #FFFFFF; padding-left: 10px;}

.ichiran-lt { width: 310px; float: left;}
.ichiran-rt { width: 310px; float: right; }

.ichiran-cpttext { font-size: 16px; font-weight: 700; line-height: 1.8em; color: #232270;  text-decoration: underline; margin-left:20px;}
.ichiran-cpttext a { font-size: 16px; font-weight: 700; line-height: 1.8em; color: #232270; text-decoration: underline;}
.ichiran-cpttext a:hover { color: #dc6e43;}

.boxspecial {
	background: url(../img/special_boxbg.gif) no-repeat;
	width: 635px;
	height: 245px;
	overflow: hidden;
	margin: 50px 0 0 5px;
		_margin: 35px 0 0 5px;

	position: relative;
}

.boxspecial-btn {
	position: absolute;
	top: 85px;
	left: 165px;
	height: 120px;
}

.boxspecial-btn a {
	display: block;
	width: 346px;
	height: 149px;
	text-indent: -9999px;
	background: url(../img/test_btn_00.gif) no-repeat;
	overflow: hidden;
}

.boxspecial-btn a:hover {
	background: url(../img/test_btn_00.gif) no-repeat;
	background-position: 0 -149px;
}


