@charset "UTF-8";
/* 全体構造
---------------------------------------------------------*/

* {
    margin: 0;
	padding: 0;
	font-size: 98%;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka,"MS UI Gothic", "MS Pゴシック",Verdana, Myriad,Helvetica,"Trebuchet MS",Arial,sans-serif;
}
a, a:link,a:visited {
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:active {
    color #7f0111;
}
ul {
    list-style-type: none;
	list-style-position: outside;
}
p {
    margin-bottom: 1em;
	font-size: 95%;
	color: #320f09;
}
body {
	color: #111111;
	text-align: center;
	background: #000000;
}
p.skipLink, p.hPhrase {
    display: none;
}
p.fClear {
    clear: both;
	height: 0;
}
p#Footer {
    clear: both;
	margin: 0 auto;
	font-size: 85%;
	text-align: center;
}
.backnext {
    margin-left: 230px;
	margin-top:0px;
	text-align: left;
	margin-bottom: 5px;
}
/* GO TO TOP */
.GoToTop {
	margin-top:0px;
	padding-left: 80px;
	text-align: left;
	clear: both;
	margin-bottom: 5px;
}
.GoToTop a:link {
	font-size: 11pt;
	text-decoration: underline;
	color: #ee7a13;
}
.GoToTop a:visited {
	font-size: 11pt;
	text-decoration: underline;
	color: #ee7a13;
}

.GoToTop a:hover {
	font-size: 11pt;
	text-decoration: underline;
	color: #663300;
}