@charset "shift_jis";
/*▼ページ全体*/
* {
 margin:0;
 padding:0;
 }
 
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 11px;
	line-height: 1.5px;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	width: 800px;
	text-align: center;
	height: 100%;
	background-image: url(../img/index/hanakan-b-o01.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: -30px 20px;
}

div#page {
	width: 750px;
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 170px;
	float: left;
}

div#head {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px 0px 10px -170px;
	padding: 0px;
	height: 30px;
	width: 750px;
	text-align: left;
	background-repeat: no-repeat;
}
div#main {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #999999;
	text-align: left;
	padding: 0px;
	width: 750px;
	margin: 5px 0px 0px;
	height: 500px;
	float: left;
	clear: left;
	overflow: auto;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#999999;
scrollbar-shadow-color: #999999;
scrollbar-3dlight-color: #999999;
scrollbar-arrow-color: #999999;
scrollbar-track-color: #999999;
scrollbar-darkshadow-color: #999999;

}
div#footer {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	color: #663399;
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 25px;
	clear: both;
	text-align: center;
}
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/index/logo.gif);
	text-indent: -9999pt;
	background-repeat: no-repeat;
	height: 30px;
	width: 200px;
}
div#menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;
	color: #FFFFFF;
	padding: 0px;
	letter-spacing: 0.2em;
	font-style: normal;
	height: auto;
	margin: -10px 0px 0px;
	text-align: right;
}

/*▲ページ全体*/
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9999CC;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #99CCCC;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
