@charset "UTF-8";



/*----------------------------------------------------------------------

top_img

----------------------------------------------------------------------*/
#top_img {
	height: 30px;
	background-color: #000;
}


/*----------------------------------------------------------------------

Contents Style

----------------------------------------------------------------------*/

#nav ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}

.contents_left {
	width:240px;
	float:left;
	padding-top: 20px;
	margin-right: 20px;
}
	
.contents_right {
	width:700px;
	float:right;
	padding-top: 20px;
	margin-bottom: 20px;
}

.text_box {
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	float: left;
	margin-bottom: 20px;
	width: 700px;
}

h2 {
	margin-bottom: 10px;
	background-image: url(../img/mark3.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}

.rogo {
	float: left;
	width: 200px;
	margin-top: 10px;
}

#contents .contents_right h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}.text_box th {
	line-height: 30px;
	border-bottom: 2px solid #7f6009;
	width: 170px;
	text-align: left;
	padding: 10px;
}
.text_box td {
	border-bottom: 1px dotted #7f6009;
	padding: 10px;
}
