@charset "shift_jis";
/* CSS Document */

html {
	overflow-y: scroll;
	scrollbar-track-color: #CCFFFF;
	scrollbar-base-color: #CCFFFF;
}

body {
	font: 90% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 100px 0 50px 0;
	background: #CCFFFF;
	text-align: center;
	color: #000000;
}

/*--------------------------- コンテナ部 -----------------*/

 #container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	margin-bottom: -25px;
}

* html body {
	overflow: hidden;
}

div#headerArea {
	position: fixed !important;
	position: static;
	top: 0;
	width: 100%;
	height: 112px;
	background-color: #CCFFFF;
	color: #fff;
	text-align: center;
}

div#footerArea {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25px;
	background-color: #F0F0F0;
	font-size: 12px;
	line-height: 25px;
	color: #444444;
	text-align: center;
	vertical-align: middle;
}

div#contentsArea {
	height: 100%;
	overflow: auto;
	width:900px;
	padding:25px 0px 0px 0px;
	text-align:center;
	background-color: #CCFFFF;
}

/*--------------------------- sound Area ----------------------*/

#sound {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 180px;
	height: 40px;
	z-index: 1;
	visibility: bisible;
}

/* ------------------------- top_link button ---------------------- */

#top_menu {
	width:900px;
	padding:0;
	margin:0;
	list-style-type: none;
}

#top_menu li {
	width:20%;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
}

#top_menu li a {
	width:auto;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-shadow:0 -1px 0px #333, 0 1px 0px #555;
	padding:10px 0;
	text-decoration:none;
	display:block;
	background:#666;
	background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
	border-left:1px solid #444;
	box-shadow: 1px 0px 0px rgba(225, 225, 225, 0.3) inset,  -1px 0px 0px rgba(225, 225, 225, 0.3) inset,  0px 1px 1px rgba(0, 0, 0, 0.1) inset,  0px -1px 1px rgba(0, 0, 0, 0.3) inset,  0px 1px 3px #666;
}

#top_menu li:first-child a {
	border-left:0px;
	border-radius:5px 0 0 5px;
	border-left:0;
	box-shadow:-1px 0px 0px rgba(225, 225, 225, 0.3) inset,  0px 1px 1px rgba(0, 0, 0, 0.1) inset,  0px -1px 1px rgba(0, 0, 0, 0.3) inset,  0px 1px 3px #666;
}

#top_menu li:last-child a {
	border-radius:0 5px 5px 0;
	box-shadow: 1px 0px 0px rgba(225, 225, 225, 0.3) inset,  0px 1px 1px rgba(0, 0, 0, 0.1) inset,  0px -1px 1px rgba(0, 0, 0, 0.3) inset,  0px 1px 3px #666;
}

#top_menu li a:hover {
	background:#555;
	background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
	box-shadow: 1px 0px 0px rgba(225, 225, 225, 0) inset,  -1px 0px 0px rgba(225, 225, 225, 0) inset,  0px 1px 1px rgba(0, 0, 0, 0.1) inset,  0px -1px 1px rgba(0, 0, 0, 0.3) inset,  0px 1px 3px #666;
}

/*--------------------- ind html linkcoior ---------------------------*/

#container a:link {
	color: #003399;
}

#container a:visited {
	color: #003399;
}

#container a:hover, a:focus {
	color: #00FFCC;
}

#container a:active {
	color: #CC3300;
}


/*----------------------- guide box ---------------------------------*/

.guide_box {
	width: 600px;
	border: #0FF 1px solid;
}

/*-------------------------- return buttonn 用 ---------------------*/

#return {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 150px;
	height: 25px;
	z-index: 1;
	visibility: inherit;
}
