
body {
	background-color: #d4cdc5;

}

a {
	color:#708457;
}

a:hover {
	text-decoration: none;
	color:#ffff00;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394d4e;
}


.head {
	width:800px;
	height:110px;
	margin-right: auto;
	margin-left: auto;
}


.header .sub {
	font-size: 12px;
	color: #72716b;
	margin-left: 25px;
}





.contents {
	width:600px;
	float: left;
}

.contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contents h2 {
	font-size: 15px;
	padding-left: 10px;
	color: #3f3f3f;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #b3bda8;
	border-bottom-width: 1px;
	border-bottom-style: solid;

	padding-top: 2px;
	padding-bottom: 2px;
}


.contents ul {
	margin-left: 30px;
	list-style-type: none;
}
.contents li a {
	font-size: 12px;
}


.contents .c_pad {
	padding: 10px;
}

.contents .c_pad p a {
	line-height: 20px;
}

.contents .c_pad p strong {
	line-height: 20px;
}


.contents .top_img {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #b9b8ac;
	background-image: url(img/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
}

.contents .c_pad .top_img p {
	font-size: 11px;
	color: #fff;
	background-image: none;
	margin-top: 45px;
	margin-left: 20px;
	margin-right: 300px;
}


.contents .c_pad .top_left {
	float: left;
	padding: 20px;
}

.contents .c_pad .p_img {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}



.contents .c_pad table {
	width: 600px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.contents .c_pad table td {
	padding: 5px;
	border: 1px solid #eae8df;
}
.contents .c_pad table th {
	background-color: #efede7;
	padding: 7px;
}
.contents .c_pad form table th {
	width: 126px;

}

.side {
	width: 550px;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 11px;
}
