/* CSS Document */

body {
	margin: 0 auto;
	background-color: #000000;
	background-image: url(/nol/chapter1_image/bg_dark.jpg);
	background-repeat: repeat;
	font-size:12px;
	line-height:1.5;
}
body{
	color: #000000;
	background-image: url(/nol/index_image/bg_dark.jpg);
}


a:link { color:#FF3333;} 
a:visited { color:#F88; } 
a:hover { color: #F88; } 
a:active { color:#FF0000;} 
img			{ border:none;}
*{
	line-height: 1.5;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color: #000000;
	background: url(/nol/shinsei/img/chapter3/chapter3_1/mainback.jpg);
}

/* container */

#container {
	border-bottom: #990000 1px solid;
	text-align: center;
	maegin: 0 auto;
}

.cntCneter{
	width: 635px;
	margin: 0 auto;
	text-align: center;
	/* border: solid 1px #fff; */
	padding-bottom: 30px;
}

.conbk_center{
	width: 635px;
	margin: 0 auto;
	text-align: center;
	background-image: url(/nol/shinsei/img/chapter3/chapter3_1/conbk_center.jpg);
}

.conBox1{
	width: 530px;
	color: #000;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 10px 0;
	/* border: solid 1px #fff; */
}

.conBox2{
	width: 450px;
	color: #000;
	text-align: left;
	margin: 0 auto;
	/* border: solid 1px #fff; */
}

.conBox3{
	width: 564px;
	color: #000;
	text-align: left;
	margin: 0 auto;
	padding: 40px 0 10px 0;
	/* border: solid 1px #fff; */
}

.conBox4{
	width: 564px;
	color: #000;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	/* border: solid 1px #fff; */
}

.conBox5{
	width: 610px;
	color: #000;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 10px 0;
	/* border: solid 1px #fff; */
}


.leftBox1{
	width: 220px;
	color: #000;
	text-align: left;
	margin: 0 auto;
	padding: 5px 10px 10px 0;
	float: left;
	/* border: solid 1px #fff; */
}

.leftBox2{
	width: 260px;
	color: #000;
	text-align: left;
	margin: 0 auto;
	padding: 5px 10px 10px 0;
	float: left;
	/* border: solid 1px #fff; */
}

.rightBox1{
	width: 300px;
	color: #000;
	text-align: left;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	float: left;
	/* border: solid 1px #fff; */
}

.rightBox2{
	width: 250px;
	color: #000;
	text-align: left;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	float: left;
	/* border: solid 1px #fff; */
}

.miniTitle1{
	width: 520px;
	padding: 3px 0 3px 5px;
	border-left: solid 7px #104B4B;
	border-bottom: solid 1px #104B4B;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #104b4b;
}


/* footer */


#footer {
	padding:10px 60px 12px 40px;
}

#footer .notice {
	float: left;
	width: 510px;
	color: #fff;
	font-weight:bold;
}

.toTop {
	float: right;
	width: 170px;
	text-align: right;
	margin: 10px 70px 0 0;
}
#black {
background:#000;
}

table{
	border-collapse: collapse;
	border: solid 2px #000;
}

#tableType1{
	margin-bottom: 10px;
}

#tableType1 td{
	padding: 5px;
	border: solid 1px #000;
}


#tableType1 td.tdver1{
	background: #104b4b;
	color: #fff;
}

#tableType1 td.tdver2{
	background: #187272;
	color: #fff;
}




/* Botan */

#pageBox{
	width: 300px;
	height: 18px;
	/* border: solid 1px #fff;*/
	padding: 10px;
	float: right;
	text-align: right;
}



#bt_3ndTop {
	width: 107px;
	height: 18px;
	display: block;
	/* border: solid 1px #fff;*/
	float: left;
	margin-right: 10px;
}
#bt_3ndTop a{
	background: url(/nol/shinsei/img/chapter3/chapter3_1/bt_3ndTop.jpg) no-repeat;
	width: 107px;
	height: 18px;
	display: block;
}
#bt_3ndTop a:hover{
	background: url(/nol/shinsei/img/chapter3/chapter3_1/bt_3ndTop.jpg) 0px -18px;
	width: 107px;
	height: 18px;
	display: block;
}
#bt_3ndTop strong{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}



#bt_topPage {
	width: 107px;
	height: 18px;
	display: block;
	/* border: solid 1px #fff;*/
	float: left;
}
#bt_topPage a{
	background: url(/nol/shinsei/img/chapter3/chapter3_1/bt_topPage.jpg) no-repeat;
	width: 107px;
	height: 18px;
	display: block;
}
#bt_topPage a:hover{
	background: url(/nol/shinsei/img/chapter3/chapter3_1/bt_topPage.jpg) 0px -18px;
	height: 18px;
	display: block;
}
#bt_topPage strong{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}





/* CSS Document */




.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

.clearfix{display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/

strong{
	font-weight: bold !important;
} 












