@charset "Shift_JIS";

body {
	background:url(../img/share/body_bg.gif) repeat-x scroll left top;
}


/* ================================================================================ */
/*      contents                                                                   */  
/* ================================================================================ */






/* ================================================================================ */
/*      details                                                                   */  
/* ================================================================================ */
table.spec{
	border:#c5c5c5 solid;
	border-width:1px 0 0 1px;
	margin-bottom:8px;
}


table.spec th{
	font-weight:bold;
}

table.spec tr.color_g{
	background-color:#f9f9f9;
}

table.spec th{
	background-color:#e7f0f4;
	color:#036;
	text-align:center;
}

table.spec th.color_l{
	color:#366;
	background-color:#ddf5eb;
}

table.spec th.color_l2{
	color:#366;
	background-color:#d1ece0;
}

table.spec th,
table.spec td{
	padding:7px;
	border:#c5c5c5 solid;
	border-width:0 1px 1px 0;
	font-size:100%;
}


table.spec td{
	text-align:left;
}


.dotline{
	border-bottom:1px #c5c5c5 dotted;
	padding-bottom:10px;
}



