@charset "utf-8";
html {
	font-size: 62.5%;
}


body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	background-image: url(../images/back.gif);
	background-repeat: repeat;
	background-position: center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	
}
img {
	margin: 0px;
	padding: 0px;
}

#Copyright p {
	font-size: 12px;font-size: 1.2rem;
}

#container  {
	width: 960px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header  {
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 400px;
	margin: 0px;
}



#mainContent  {
	width: 880px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#question {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	background-color: #004000;
	margin-top: 0px;
	margin-bottom: 60px;
	padding: 0px;
}

#question ul {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#question ul li {
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
	list-style-type: none;
}
#question ul li a {
	color: #FFF;
	text-decoration: none;
}
#question ul li a:hover {
	color: #F30;
	background-image: url(../images/qus_point.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.answer {
	padding-bottom: 50px;
}
#gotop {
	padding-top: 10px;
	padding-bottom: 7px;
	text-align: right;
	padding-right: 60px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#answer9 {
	background-image: url(../images/sennin_09.gif);
	background-repeat: no-repeat;
	background-position: center 70px;
	height: 200px;
	padding-top: 140px;
	padding-left: 100px;
}

#gotop a {
	color: #323232;
}
#gotop a:hover {
	color: #F60;
}

#footer  {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}
* html #footer {
behavior: expression(IEPNGFIX.fix(this));
}
#logo {
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
* html #logo {
behavior: expression(IEPNGFIX.fix(this));
}
#Copyright {
	float: right;
}

#footer p  {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
