@charset "Shift_JIS";

/* -------------------- start of Style Sheet -------------------- */

/* Cascading Style Sheet for ゴールデンベスト ベース */

html {
	margin: 0 auto;
	padding: 0;
}
body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "メイリオ", "Hiragino kaku Gothic Pro", "Arial", sans-serif, "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka";
	line-height: 1.8;
	color: #000000;
	background: #ffffff url(../img/basic/back_body.jpg) 50% 50% no-repeat fixed;
	
	/* for Windows IE 6 or lower */
	text-align: center;
}
#main {
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	width: 950px;
	margin: 0 auto;
	padding: 0 0 1px 0;
	
	/* for Windows IE 6 or lower */
	text-align: left;
}


/* ########## 要素・クラス・全般 ########## */
a         { color: #0186cb; }
a:visited { color: #666666; }
a:hover   {
	color: #ff9900;
	text-decoration: none;
}
a.outside {
	margin-right: 2px;
	padding-right: 13px;
	background: url(../img/basic/icon_outside_white.gif) 100% 100% no-repeat;
}
a.zoom {
	margin-right: 2px;
	padding-right: 13px;
	background: url(../img/basic/icon_zoom_white.gif) 100% 100% no-repeat;
}

img {
	margin: 1px 0;
	padding: 0;
	border: none;
	vertical-align: middle;
}
img.frame {
	border: 1px solid #999999;
}

hr {
	display: none;
	border: none;
}
hr.clear {
	clear: both;
	display: block;
	visibility: hidden;
	margin: 0;
	padding: 6px 0;
	width: 50%;
}
hr.separate {
	clear: both;
	display: block;
	visibility: visible;
	margin: 1.5em auto;
	padding: 0;
	width: 95%;
	text-align: center;
	border-bottom: 2px dashed #cccccc;
}
span.roman {
	font-family: "Times New Roman", serif;
}
span.ruby {
	font-size: 80%;
}

del,
del * {
	color: #cccccc !important;
	text-decoration: line-through !important;
}

ins,
ins * {
	color: #ff0000 !important;
	text-decoration: none;
}
ins a {
	color: #ff0000 !important;
	text-decoration: underline;
}

/* ########## ヘッダ ########## */
#header {
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #ffffff;
}
#header h2 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

/* ---------- トピックパス ---------- */
#header #topicpath {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1010;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #008ccf url(../img/basic/back_header_footer.gif);
}

#header #topicpath p {
	margin: 0;
	padding: 0.6em 10px;
	color: #ffffff;
	font-size: 82%;
	text-align: right;
	line-height: 1.2;
}
#header #topicpath a {
	color: #ffffff;
}
#header #topicpath a:visited {
	color: #ffffff;
}
#header #topicpath a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ---------- ロゴ ---------- */
#header h1 {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1020;
	width: 940px;
	margin: 0 20px;
	padding: 0;
	font-size: 50%;
	line-height: 1.2;
}
#header h1 img {
	margin: 0;
	padding: 0;
}

/* ########## フッタ ########## */
#footer {
	overflow: hidden;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 3000;
	width: 100%;
	margin: 0;
	padding: 1em 0;
	color: #ffffff;
	text-align: left;
	background: #008ccf url(../img/basic/back_header_footer.gif);
}

#footer div.link {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 12px;
	padding: 0;
}
#footer div.main {
	margin: 0 12px 0 12px;
}
html[xmlns] #footer div.main {
	margin: 0 12px 0 24px;
}
#footer div.link p {
	margin: 0 0 0.2em 0;
	padding: 0.2em 10px;
	font-family: "Trebuchet MS";
	font-size: 90%;
	text-align: right;
	letter-spacing: 0.2em;
	background: #1586c1;
}
#footer div.link ul {
	list-style-type: none;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 10px;
	padding: 0;
	white-space: nowrap;
}
#footer div.link ul li {
	margin: 0;
	padding: 0.2em 0;
	font-size: 82%;
}
#footer div.link ul li a {
	color: #ffffff;
	text-decoration: none;
}
#footer div.link ul li a:hover {
	text-decoration: underline;
}
#footer div.link ul li a.outside {
	padding: 0;
	background: none;
}
/* ---------- フッターその他 ---------- */
#footer ul.valid {
	float: right;
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
}
html[xmlns] #footer ul.valid {
	margin: 0 25px;
}
#footer ul.valid li {
	float: left;
	margin: 0 6px 0 0;
	padding: 0.2em 8px;
	font-size: 82%;
	background: #1586c1;
}
html[xmlns] #footer ul.valid li {
	margin: 0 6px 0.5em 0;
}

#footer ul.valid li a {
	color: #ffffff;
	text-decoration: none;
}
#footer ul.valid li a:hover {
	color: #ffffff;
}
#footer ul.valid li a:visited {
	color: #ffffff;
}


#footer p.notice{
	clear: both;
	margin: 0.4em 25px 0 25px;
	padding: 0;
	font-size: 82%;
	text-align: right;
}
html[xmlns] #footer p.notice{
	margin: 0 25px;
}
#footer address {
	margin: 0 25px;
	padding: 0;
	font-size: 82%;
	font-weight: normal;
	text-align: right;
}
#footer address a {
	color: #cccccc;
}
#footer address a:hover {
	color: #cccccc;
	text-decoration: none;
}
#footer address a:visited {
	color: #cccccc;
}

#footer p.banner {
	float: right;
	width: 400px;
	margin: 0 10px;
	padding: 0;
	font-size: 82%;
	text-align: right;
}
html[xmlns] #footer p.banner {
	float: right;
	margin: 0 20px;
}

/* ################################## */
/* ### ポップアップサイトイメージ ### */
/* ################################## */
#site-image {
	position: absolute;
	top: -9000px;
	left: -9000px;
	z-index: 65536;
	width: 202px;
	margin: 0;
	padding: 20px 25px;
	text-align: center;
	border: 1px solid #ffffff;
	background: #000000 url(../img/basic/back_stripe_black.gif);
}
html[xmlns] #site-image {
	width: auto;
	min-width: 152px;
	background: url(../img/basic/back_transparent_black_80.png);
}
#site-image span {
	display: block;
	width: 100%;
	margin: 12px 0 -8px 0;
	padding: 0;
	color: #ffffff;
	font-size: 71%;
	text-align: right;
	line-height: 1.2;
	white-space: nowrap;
}
#site-image img {
	margin: 0;
	padding: 0;
	border: 1px solid #ffffff;
}

/* ############################ */
/* ### ローディングアイコン ### */
/* ############################ */
#loading-icon {
	position: absolute;
	top: -9000px;
	left: -9000px;
	z-index: 65535;
	margin: 0;
	padding: 0;
}
#loading-icon img {
	margin: 0;
	padding: 0;
}

/* ######################## */
/* ### リターンアイコン ### */
/* ######################## */
#back-to-top {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 65535;
	margin: 0;
	padding: 0;
	width: 25px;
	height: 25px;
}
back-to-top img {
	margin: 0;
	padding: 0;
}