body{
	margin:0px;
	padding:0px;
	text-algin:center;
}
div#contents{
	text-align:center;
}
div#sub_contents{
	width:800px;
	margin:20px auto 20px auto;
	text-align:left;
}

table#s_table{
	margin-top:20px;
	width:750px;
	height:20px;
}
td.s_td1{
	width:25%;
	text-align:right;
}
td.s_td2{
	width:25%;
	text-align:left;
}

table.spec{
	width:800px;
	border:solid #EEEEEE 2px;
	border-collapse: collapse;
    border-spacing: 0;
}

table.spec td{
	padding-left:10px;
	border:solid #EEEEEE 2px;
}

th.main{
	background-color:#001c58;
	color:white;
	width:100px;
}

th.sub{
	background-color:#DDDDDD;
	color:#666666;
	text-align:left;
	width:190px;
	padding-left:10px;
}

th.n_th{
	width:50px;
	vertical-align:top;
}

div#explanation{
	margin-top:20px;
}

th.e_th{
	text-align:left;
}

table#e_th{
	margin-top:0px;
}

th.e_title_th{
	font-weight:bold;
	width:300px;
	padding-left:10px;
	background-color:#001c58;
	color:white;
	text-align:left;
}

td.e_red_td{
	color:red;
}

div#s_box1{
	background-image: url("../../../images/spec/bg_waku_top.gif");
	background-repeat: no-repeat;
}

div#s_box2{
	background-image: url("../../../images/spec/bg_waku_btm.gif");
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom:8px;
}
div#s_box3{
	padding:20px;
}

div#spec_table{
	margin-top:30px;
}

div#spec_footer{
	text-align:center;
}