body{
	font-size: 12px;
	background: url(../_index_img/body_bg.jpg) repeat-x #ccc;
	margin: 0px;
	padding: 0px;
}

/*wrapper*/
#wrapper{
	width: 898px;
	text-align: left;
	margin: 0px	auto;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
	background: #fff;
}

/*header*/
#header{
	width: 898px;
}


/*left*/
#left{
	width: 185px;
	float: left;
	padding-left: 15px;
	padding-top: 25px;
	background: url(../_index_img/main_bg03.jpg) no-repeat top;
}

#leftnavi{
	width: 150px;
}

.navi a{
	display: block;
	background: url(../_index_img/navi_bg02.jpg) no-repeat top;
	width: 130px;
	height: 23px;
	padding-left: 20px;
	padding-top: 5px;
	color: #000;
}

.navi a:hover{
	display: block;
	background: url(../_index_img/navi_bg01.jpg) no-repeat top;
	width: 130px;
	height: 23px;
	padding-left: 20px;
	padding-top: 5px;
	color: #fff;
}



/*main*/
#main{
	width: 698px;
	float: right;
	padding-top: 25px;
	line-height: 150%;
}

#main h2{
	color:#000;
	background: #ccc;
	padding-left: 15px;
	padding-top: 5px;
	font-size: 14px;
	letter-spacing: 1px;
	height: 23px;
	border-left: solid 10px #f33;
	margin-bottom: 10px;
}


.detailtable{
	margin-top: 15px;
	width: 430px;
}

.detailtable th{
	padding: 4px;
	vertical-align: top;
	border-top: solid #ccc 1px;
	border-left: solid 4px #f33;
	font-weight: normal;
	width: 85px;
	text-align: left;
}

.detailtable td{
	padding: 4px;
	vertical-align: top;
	border-top: solid #ccc 1px;
	border-left: double 4px #ccc;
}

.panf{
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}

.mainleft{
	float: left;
	width: 480px;
}

.topics{
	margin-top: 50px;
}

/*contents*/
.bg_con1 {
	background-color: #BDD1B2;
	text-align: center;
}
.bg_con2 {
	background-color: #DED4A8;
	text-align: center;
}
.bg_con3 {
	background-color: #6699CC;
	font-weight: bold;
	padding-left: 10px;
	color: #FFFFFF;
}
.bg_con4 {
	background-color: #FFF1AF;
	padding-left: 5px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
.bg_con5 {
	background-color: #FFF1AF;
	padding-left: 5px;
	line-height: 140%;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.bg_con4_2 {
	line-height: 140%;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
.bg_con5_2 {
	line-height: 140%;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
}


/*sds50th*/

.sdstable{
	border-collapse: collapse;
	margin-bottom: 5px;
	margin-left: 10px;
}


.sdstable th{
	background: #333;
	color: #fff;
	padding: 2px;
	border: 1px solid #ccc;
}

.sdstable td{
	padding: 2px;
	border: 1px solid #ccc;
}

.footat{
	text-align: right;
	margin-right: 30px;
}

.basetable{
	border-collapse: collapse;
}

.basetable td{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 2px;
	vertical-align: top;
}

.basetable th{
	border-top: 1px solid #ccc;
	border-left: 4px solid #3366CC;
	padding: 2px 5px;;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

.auditable{
	width: 300px;
	border: 1px solid #ccc;
}

.auditable td{
	padding: 4px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: right;
font-size: 14px;
}

.auditable th{
	width: 100px;
	padding: 4px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: right;
	border-left: 4px #FF0033 solid;
	font-size: 14px;
}




/*footer*/
#footer{
	width: 898px;
	text-align: center;
	margin: 0px auto;
}


/*common*/
td,th{	font-size: 12px;}
img{	border: none;}
adrress{	font-style: normal;}
em{	font-weight: bold;	font-style: normal;}

a:link {	color: #00f;	text-decoration: none;}
a:active {	color: #f00;	text-decoration: underline;}
a:visited {	color: #60f;	text-decoration: none;}
a:hover {	color: #f00;	text-decoration: underline;}

form,h1,h2,h3,h4,h5,p {	margin: 0px;	padding: 0px}

ul,ol{
	padding: 0px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.txt10 {	font-size: 10px;}
.height150 {	line-height: 150%;}
.height120 {	line-height: 120%;}
.lead{ margin-top: 15px;}
.attention{ color:#c00}

.clear{
	clear: both;
	height: 1px;
	overflow: hidden;
}