@charset "utf-8";
/* For Special Pages */

/* ------------------------------------------------------------------------------ */
/* Override */
body {
	margin: 0;
	padding: 12px;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 10pt;
	text-align: center;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Verdana, Arial;
}
p,div,table,td,th,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-align: left;
}

a {
	text-decoration: underline;
	color: #F06000;
}
a:visited {
	color: #CC3300;
}
a:active {
	color: #FFA000;
}
a:hover {
	color: #FF9900;
}

form {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------------------------ */
/* Foundation */
#main {
	width: 754px;
	padding: 0 12px 20px 12px;
	margin: 0 auto;
	background-image: url(/image/bg_special.gif);
	background-repeat: repeat-y;
}

#header {
	width: 778px;
	height: 26px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	background-image: url(/image/bg_special_top.gif);
	background-repeat: no-repeat;
}
#header h1 {
	padding-left: 800px;
}

#footer {
	width: 778px;
	height: 20px;
	margin: 0 auto;
	padding-top: 6px;
	clear: both;
	overflow: hidden;
	background-image: url(/image/bg_special_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color:#402F33;
	font-size: 90%;
	text-align: center;
}


.accent1 {
	color: #AE8566;
}

.accent2 {
	color: #B49347;
}

.notice{
	color: #9C8F9C;
}


