@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;
}
body {
	color: #111111;
	text-align: center;
	background: #7f0111;
}
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）　*/
/*　system_preset.css　*/
.utility .pan {
	padding: 5px 0px 2px 0px;
	margin: 5px 0px;
}
.system_content p.pan {
	padding-bottom: 2px;
	margin-bottom: 8px;
}
.system_content p.pan {border-bottom: 1px dotted #C7BFB3;}

/*パンくずリンク*/
/*色*/
p.pan, p.pan a {color: #5C5C5C;}
/*サイズ*/
p.pan {font-size: 90%;}
/*行間*/
p.pan {line-height: 120%;}

dl, dd {
    margin-bottom: 0.5em;
}
p {
    margin-bottom: 1em;
	font-size: 95%;
}
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;
	margin-left: 80px;
	text-align: left;
	clear: both;
	margin-bottom: 5px;
}
.GoToTop a:link {
	font-size: 11pt;
	text-decoration: underline;
	color: #663300;
}
.GoToTop a:visited {
	font-size: 11pt;
	text-decoration: underline;
	color: #663300;
}

.GoToTop a:hover {
	font-size: 11pt;
	text-decoration: underline;
	color: #FF0000;
}