/*--------------------------------------------------------
total
--------------------------------------------------------*/

body{
	margin: 0;
	text-align: center;
	font-family: "Verdana","平成角ゴシック",sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333;
    background: url(./images/back.jpg) repeat-y center;
	scrollbar-base-color : #fff;
	scrollbar-face-color : #eee; 
	scrollbar-track-color : #eee;
	scrollbar-arrow-color : #a0a080; 
	scrollbar-3dlight-color : #a0a080;
	scrollbar-highlight-color : #fff; 
	scrollbar-shadow-color : #a0a080;
	scrollbar-darkshadow-color : #fff;
}

A:link { color: #3333cc;text-decoration: none; }
A:visited {	color: #FFC040;text-decoration: none; }
A:active { background: #E0E0E0; }
A:hover { color: #FFFFFF;background: #99CC00;}
.box_greenline {background: #FFFFFF;font: 10pt Verdana;}


form{
	text-align: left;
	padding: 18px 0px 14px 30px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	border: solid #808080 1px;
}

input, select, textarea {
	font-size: 10pt;
}

p{
	line-height: 1.4;
	margin-bottom: 0.5em;
	font-size: 10pt;
}


/*左右の枠線*/
div#header-logo,div#header-flash,div#main{
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}


/*--------------------------------------------------------
_container
--------------------------------------------------------*/

div#container{
	margin: 0 auto;
	text-align: left;
	width: 810px;
	_width: 812px;
}


/*--------------------------------------------------------
_h
--------------------------------------------------------*/

h1{
	z-index: 1;
	position: absolute;
	margin-top: 110px;
	width: 800px;
	text-align: right;
	font-size: 8.5pt;
	color: #666;
}

h2{
	clear: both;
	margin: 10px 0;
	padding: 3px 5px;
	width: 100%;
	font-size: 11pt;
	text-align: center;
	color: #333;
}

h2.yellow{
	border-top: solid #ffc040 1px;
	border-bottom: solid #ffc040 1px;
	background: #fff8d2;
	color: #333;
	margin-top: 25px;
}

h2.yellow a{
	text-decoration: none;
	color: #FF8040;
}

h3{
	margin: 10px 0;
	padding: 3px 5px;
	width: 100%;
	font-size: 10pt;
	text-align: center;
	color: #333;
}

h3.green{
	border-top: solid #00c000 1px;
	border-bottom: solid #00c000 1px;
	background: #d6eebb;
	color: #333;
	margin-top: 5px;
}

h3.green a{
	text-decoration: none;
}

h3.red{
	border-top: solid #ff8080 1px;
	border-bottom: solid #ff8080 1px;
	background: #ffe0e0;
	color: #333;
	margin-top: 5px;
}

h3.red a{
	text-decoration: none;
}

h3.blue{
	border-top: solid #0080ff 1px;
	border-bottom: solid #0080ff 1px;
	background: #d2e9ff;
	color: #333;
	margin-top: 15px;
}

h3.blue a{
	text-decoration: none;
}

h3.yellow{
	border-top: solid #ffc040 1px;
	border-bottom: solid #ffc040 1px;
	background: #fff8d2;
	color: #333;
	margin-top: 25px;
}

h3.yellow a{
	text-decoration: none;
	color: #FF8040;
}

h3.purple{
	border-top: solid #8000ff 1px;
	border-bottom: solid #8000ff 1px;
	background: #e0e0ff;
	color: #333;
	margin-top: 5px;
}

h3.purple a{
	text-decoration: none;
}


/*--------------------------------------------------------
_header-logo＆header-menu
--------------------------------------------------------*/

#header-logo{
	z-index: 0;
	position: absolute;
	height: 60px;
	background: url(./images/header-logo.gif) no-repeat;
	width: 810px;
	_width: 812px;
}

#header-logo ul{
	z-index: 1;
	position: absolute;
	top: 25px;
	right: 15px;
	text-align: right;
}

#header-logo li{
	float: left;
	display: inline;
	list-style-type: none;
	margin-left: 10px;
	font-size :8.5pt;
}


/*--------------------------------------------------------
_header-flash
--------------------------------------------------------*/

#header-flash{
	position: absolute;
	top: 0px;
}


/*--------------------------------------------------------
_main
--------------------------------------------------------*/

div#main{
	overflow: hidden;
	position: absolute;
	top: 110px;
	width: 810px;
	_width: 812px;
	background: #fff;
}

div#cont-all{
	padding: 0px 0;
}

div#cont-all hr{
	clear: both;
	margin: 10px 30px;
	color: #ccc;
	border-width: 3px;
	height: 3px;
	border-style: dotted none none none;
}


div#cont-all ul{
	margin: 10px 30px 0 30px;
	list-style: none;
}


div#cont-all li.q{
	padding: 10px 0 10px 30px;
	background: url(./images/q.gif) left no-repeat;
}


div#cont-all li.a{
	padding: 0 0 10px 30px;
	background: url(./images/a.gif) top left no-repeat;
}

div.contents{
	clear: both;
	margin: 20px 50px;
	font-size: 10pt;
}

div.contents li{
	font: 10pt Verdana,Arial,Century,'ＭＳ ゴシック';
	margin-top: 5px;
	margin-right: 10px;
	list-style: circle;
	line-height: 100%;
}



/*--------------------------------------------------------
_footer
--------------------------------------------------------*/

div#footer{
	clear: both;
	padding: 15px 18px;
	width: 774px;
	_width: 810px;
	border-top: 1px solid #333;
	font-size: 10pt;
}

div#footer #w3c{ float: left; }

div#footer #text{
	float: right;
	text-align: right;
}

/*float:clear*/
div#footer hr{
	clear: both;
	color: #fff;
	border-style: solid none none none;
}


/*------------------------------------------------------------
　written by Shigeoki Matsuo
-------------------------------------------------------------*/


/*　written by PURIWAKU.COM
/*--------------------------------------------------------
indexmenu
--------------------------------------------------------*/

div#indexmenu{
	width: 810px;
	_width: 812px;/*IE*/
	background: #fff;
	margin: 0px 0px 30px;
}

div#indexmenu ul{
	position: absolute;
	top: 0px;
	width: 810px;
	text-align: left;
	margin: 0px 0px;
}


div#indexmenu li{
	display: inline;
	font-size: 8.5pt;
	line-height: 14pt;
	color: #fff;
	margin: 0px 0px;
}

div#indexmenu li a:link{ color: #fff; }
div#indexmenu li a:visited{ color: #fff; }
div#indexmenu li a:hover{ color: #8787e9; }


/*--------------------------------------------------------
information
--------------------------------------------------------*/

div#information{
	background: #fff;
	margin: 40px 50px 10px 50px;
}

div#information hr{
	clear: both;
	margin: 5px 5px;
	color: #ccc;
	border-width: 3px;
	height: 1px;
	border-style: thin;
}

div#information ul{
	width: 600px;
	text-align: left;
	margin: 0px 90px;
	background: #fff;
}

div#information li{
	display: inline;
	font-size: 10pt;
	line-height: 14pt;
	color: #666;
	font-size: 10pt;
	margin: 0px 0px;
}

/*--------------------------------------------------------
patio
--------------------------------------------------------*/

div#patio {
	background: #FFE0E0;
	font: 10pt Verdana;
	text-align: center;
	border: solid #FF8080 1px;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 0px 90px;
}

div.flow{
	color: #666666;
	background: #C8FBDC;border: solid #1EC1C1 1px;
	font-weight: bold;
	font-size: 10pt;
	padding: 5px 5px 5px 10px;
	margin-top: 20px;
}
