@charset "utf-8";

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

#img_top {
	width: 600px;
	height: 200px;
	background: url(../common/images/img_info.jpg) no-repeat;
}


#contents h3 {
	background: url(../common/images/icon.gif) left no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 5px;
	border-bottom: 1px dotted #8F7048;
	margin-bottom: 10px;
}

#contents p {
	margin-bottom: 10px;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

th,td {
	border: 1px solid #fff;
	padding: 5px;
}

th {
	background: #A8815E;
	color: #fff;
}
td {
	background: #8F7048;
	color: #fff;
}