@charset "utf-8";

/* use css
============================================================================================================*/
div#mainArea div#mainWrap {
	width: 800px;
	margin-top: 5px;
	padding-bottom: 0;
	background: transparent none;
}

table.solution{
	margin:0 10px 30px;
	border-collapse: collapse;
}

table.solution th{
	border:#e8e9e9 solid 1px;
	padding:5px;
	text-align:left;
	font-weight:normal;
	background: #F5FCFB;
}

table.solution td{
	border:#e8e9e9 solid 1px;
	padding:5px;
}

table.solution .w01{
	width:7em;
}

div#underContents .textCenter{
	text-align:center;
}


table .cellLeft{
	text-align:left!important;
}
table .cellCenter{
	text-align:center!important;
}
table .cellMiddle{
	vertical-align:middle!important;
}
table .cellMidashi{
	background:#EDEDED;
	border:#CCCCCC solid 1px;
	padding:6px;
	display:block;
	margin:0 26px;
}
div#underContents .explanation dt{
	text-align:center;
	font-weight:bold;
	background: url(../../images/generalBox_line.gif) left bottom repeat-x;
	color:#F4893B;
	margin-bottom:5px;
	padding-bottom:2px;
}
div#underContents .explanation dd{
	padding:0 15px 10px;
}

