@charset "utf-8";
/* CSS Document */

#contents .contents_main .text_left {
	width: 900px;
	float: left;
	margin-bottom: 20px;
	margin-left: auto;
}

/*#contents .contents_main .text_left h2 {
	margin: 0px 0px 20px;
	width: 800px;
	border-left: 4px solid #66CC00;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	font-weight: bolder;
	text-indent: 20px;
}*/

.text_left .table_box caption {
	text-align: left;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
}
.table_menu {

}
.table_menu table {
	width: 400px;
	border-collapse: separate;
}

.table_menu .tabTop {
	width: 200px;
	line-height: 40px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.table_menu .tabBtm {
	width: 200px;
	line-height: 40px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.table_menu th a {
	text-align: center;
	display: block;
}

.table_menu th a:hover {
	background-color:#fae8a3;
}
.table_a {
	margin-left: 30px;
	margin-bottom: 50px;
}
.table_a table {
	width: 500px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-top: 30px;
	margin-bottom: 30px;
}

.table_a table th {
	text-align: center;
	padding: 10px;
	width: 130px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCC;
}
.table_a table td {
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 270px;
}

.text_left a {
	color:#333333;}

.table_b {
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 50px;
}

.table_b table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width: 820px;
}

.table_b table th {
	text-align: center;
	padding: 10px;
	border-right: 1px solid #CCCCCC;
}

.table_b table td {
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.table_b table tr th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.table_c {
	margin: 15px 0px 20px 30px;
}
.text_left .table_box {
	border: 1px solid #CCC;
	padding: 20px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.table_c tr td {
	line-height: 26px;
}
.contents_main .text_left ul {
	list-style-type: disc;
	margin-left: 50px;
	margin-right: 30px;
}
.contents_main .text_left dl {
	margin-top: 0px;
	margin-right: 40px;
	margin-left: 30px;
}
.contents_main .text_left dt {
	line-height: 26px;
	width:23%;
	float:left;
}
.contents_main .text_left dd {
	line-height: 26px;
	width: 77%;
	float: left;
	margin-bottom: 10px;
}
.contents_main .text_left .m40 {
	margin-bottom: 20px;
}
