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

div#mainContents {
  padding: 0 95px;
}

div#mainHeader {
	width: 700px;
	height: 31px;
	border-bottom: 1px solid #000000;
	margin-bottom: 40px;
	}

div#mainHeader h2 {
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	}

div#mainContents h3 {
	font-size: 130%;
	border-bottom: 1px solid #917C38; 
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-weight: bold;
}
div#mainContents ul {
	margin-bottom: 40px;
}
div#mainContents ul li {
	margin-bottom: 0;
}
div#mainContents h4 {
	padding: 3px 10px;
	background-color: #000000;
	color: #C3A74C;
	margin-bottom: 10px;
	font-size: 100%;
}
h3 a:link,
h3 a:visited {
	color:  #000000;
	text-decoration: none;
	}
h3 a:hover,
h3 a:active {
	color:  #736432;
	text-decoration: underline;
	}
div#answer h3 a:link,
div#answer h3 a:visited,
div#answer h3 a:hover,
div#answer h3 a:active {
	color:  #000000;
	text-decoration: none;
	}
div#mainContents h4 a:link,
div#mainContents h4 a:visited,
div#mainContents h4 a:hover,
div#mainContents h4 a:active {
	color:  #C3A74C;
	text-decoration: none;
	}
div#mainContents p {
	margin-bottom: 20px;
	font-size: 100%;
}
div#mainContents div.top_btn {
	margin-bottom: 30px;
	font-size: 92%;
	text-align: right;
}
