@charset"utf-8";

/* CSS Document */

.section01{
	padding:0 30px 28px 30px;
	border-bottom:1px solid #cccccc;
	}

.section02{
	padding:0 30px;
	}

.unit01 dd{
	padding-left:10px;
	}
.unit01 dt{
	margin-top:10px;
	}


.tbl{
	width:100%;
	margin-top:15px;
	}
.tbl th{
	border-right:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	vertical-align:top;
	text-align:left;
	padding:12px 10px 12px 19px;
	}
.tbl td{
	border-bottom:1px dotted #cccccc;
	vertical-align:top;
	text-align:left;
	padding:12px 10px 12px 19px;
	}
.tbl .colorcell{
	background:#f8f8f8;
	}
.tbl .cell01{
	background:#f8f8f8;
	padding-top:30px;
	color:#407aae;
	}
.tbl .cell02{
	padding-top:30px;
	color:#407aae;
	text-align:center;
	}
.tbl .cell03{
	padding-top:30px;
	color:#407aae;
	text-align:left;
	border-right:none;
	}
.tbl .cell04{
	background:#ede1e1;
	color:#701111;
	}
.tbl .cell05{
	color:#701272;
	font-weight:bold;
	background: #f4edf4;
	}
.tbl .cell06{
	color:#701111;
	font-weight:bold;
	background: #f4eded;
	}
.tbl .cell07{
	color:#706F11;
	font-weight:bold;
	background:#f4f4ed;
	}
.tbl .cell08{
	background:#e2f0e2;
	color:#158815;
	}
.tbl .cell09{
	color:#158815;
	font-weight:bold;
	background:#edf6ed
	}
.tbl .cell10{
	background:#e2eaf0;
	color:#155788;
	}
.tbl .cell11{
	color:#157688;
	font-weight:bold;
	background:#edf4f6;
	}
.tbl .cell12{
	color:#155788;
	font-weight:bold;
	background:#edf2f6;
	}
.tbl .cell13{
	color:#2D1588;
	font-weight:bold;
	background:#efeef4;
	}

.unit02 .fl01{
	float:left;
	width:323px;
	margin-top:17px;
	}
.unit02 .fr01{
	float:right;
	width:320px;
	margin-top:20px;
	}

.unit03 .fl01{
	float:left;
	width:500px;
	}
.unit03 .fr01{
	float:right;
	width:142px;
	}


a img{
	vertical-align:middle;
	}



.section01 h4{
	color:#407aae;
	}






/********** clear-fix  ***********/
.unit03:after,
.unit02:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
.unit03,
.unit02{
	zoom: 1;
	}
