@charset "Shift_Jis";

/* 全体 */

* {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
html{
	scrollbar-base-color:#ffffff;
	scrollbar-arrow-color:#ffcc00;
	scrollbar-face-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#cccccc;
	scrollbar-shadow-color:#cccccc;
	overflow-y: hidden;
}
body {
	font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	color: #99ab4e;
	background-color: #FFFFCC;
	background-attachment: fixed;
	background-image : url(main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow-y: hidden;
}


/* リンク */

a,a:visited,a:active {
	color: #ffcc00;
	text-decoration: none;
}
a:hover{color: #ffff00;}

/* リスト */
ol,ul {margin-left:15px;}

/* ページレイアウト */
#page {
	position: relative;
	width: 100%;
}

/* ヘッダー */
#header {
	line-height: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 420px;
}
h1 {
	font-size: 25px;
	font-weight: normal;
	color: #CCCCCC;
}

/* メニュー */
#menu {
	height: 420px;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 11px;
}
#menu ul{
	margin:0px;
	list-style-image: none;
	list-style-type: none;
}
#menu li,#menu a {
	width: 150px;
	height: 69px;
	line-height: 69px;
}
#menu li{margin-bottom: 1px;}
#menu a {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
#menu a:hover,.on {
	filter: alpha(opacity=80) !important;
	-moz-opacity:0.80 !important;
	opacity:0.80 !important;
}

/* メイン */
#main {
	width: 70%;
	margin-left: 50%;
	height: 420px;
	overflow: auto;
	line-height: 150%;
}
h2 {
	font-size: 30px;
	font-weight: normal;
	color: #669966;
	letter-spacing: 3px;
	text-align: right;
	padding: 5px 10px;
}
h3 {
	font-size: 110%;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	background-image : url(h3.gif);
	text-align: center;
	height: 20px;
	margin: 0px 10px 0.7em 0px;
}
.text {
	margin: 0px 20px 0px 10px;
	padding-bottom: 2em;
}
h4 {
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-image : url(h4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 1.5em 0px 0.7em;
	padding-left: 17px;
}


/* フッター */
#footer {
	font-size: 11px;
	color: #999999;
	line-height: 27px;
	width: 100%;
	height: 27px;
	border-top: 3px double #000000;
}
#footer ul{
	list-style-type:none;
	list-style-image:none;
	text-align: right;
}
#footer li{
	display: inline;
	margin: 0px 10px;
}
address {
	display: inline;
	font-style: normal;
}



