@charset "utf-8";
/* CSS Document */

<!--

html {
	overflow-y: scroll;
	scrollbar-base-color: #00FFCC;
	background-color: #00FFCC;
	background-image: url(../img/html_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

/* --- linkcolor --- */

#flc #container a:link {
	color: #0033CC;
}

#flc #container a:visited {
	color: #0033CC;
}

#flc #container a:hover, a:focus {
	color: #99FFFF;
}

#flc #container a:active {
	color: #FF9999;
}

/*----- main -----*/

#flc #headerArea {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 92px;
	background-image: url(../img/hed_bg.jpg);
	background-repeat:repeat-x;
	border-bottom: 2px solid #006666;
	text-align: center;
}

#flc #headerArea img {
	margin: 5px 0;
}

#flc #footerArea {
	position: fixed !important;
	position:fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #009999;
	font-size: 11px;
	color: #DDDDDD;
	line-height: 20px;
	padding: 0px;
	border-top: 1px solid #006666;
}

#flc #container { 
	width: 900px;
	background-color: #FFFFFF;
	height: 100%;
	margin: 0 auto;
	padding: 92px 0 21px 0;
	text-align: left;
	border-left: 1px solid #009999;
	border-right: 1px solid #009999;
	
}

#flc #mainContent_ind {
	width: 860px;
	margin: 0 20px;
	text-align: center;
}

/*---------- ↓ ヘッダリンクボタン ボーダー入り ----------*/

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

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

#top_menu li a {
	width:auto;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-shadow:0 -1px 0px #333, 0 1px 0px #555;
	padding:8px 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;
}


/*---------- ↑ ヘッダリンクボタン ボーダー入り ----------*/



/*---------- ページトップスクロールボタン ----------*/

#page-top {
	position: fixed;
	bottom: 41px;
	right: 20px;
}

#page-top a {
	width: 84px;
	height: 91px;
	background-image:url(../img/top_icn01.png);
	background-repeat:no-repeat;
	display: block;
}

#page-top a:hover {
	background-image: url(../img/top_icn02.png);
	background-repeat:no-repeat;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/*-----------↓ index ページ ----------*/

#top_log {
	margin-top: 30px;
}

#guide_logo {
	margin-top: 20px;
	margin-left: 75px;
	margin-bottom: 5px;
	text-align: left;
}

#info_area {
	margin: 20px 75px 5px 75px;
	padding: 10px;
	text-align: left;
	border: solid 2px #F00;
	
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
}

#guide_box {
	width: 710px;
	height: 120px;
	border: 1px solid #999999;
}

.v_space {
	margin-top: 15px;
}

#txt_area {
	text-align:left;
	margin:10px 70px 30px 70px;
}





/*----- font -----*/

.txt14 {
	font-size: 14px;
}

#Layer1 {
	position:absolute;
	left:0px;
	top:-100px;
	width:100px;
	height:20px;
	z-index:1;
	visibility: hidden;
}

.txt_ind01 {
	text-indent: 1.1em;
}

.txt_red_bol {
	font-weight: bold;
	color: #F00;
}


-->
