@charset 'utf-8';

html,body{
	width:100%;
	height:100%;
}

html{
	overflow:auto;
}

body{
	font-family: 'ヒラギノ角ゴ Pro W3',  "MSP ゴシック", sans-serif;
	margin:0px;
	padding:0px;
	background:#ffffff;
	color:#00273F;
	font-size:11px;
	scrollbar-base-color:#000000;
}

input.menuinput{
	padding:3px 2px;
	height:15px;

}

select{
	border:#000000 solid 1px;
}

a:link , a:visited {
	color:#8EFF50;
}

#all{

	position:absolute;
	z-index:15000;
	top:45%;
	left:45%;
	background:transparent;

}



#map{
	height:200px;
	width:200px;
	position:absolute;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	opacity:0.80;
	position:absolute;
	top:20px;
	right:50px;

}



#help{
	top:0;
	width:100%;
	height:100%;
	background:#000000;
	position:absolute;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	opacity:0.80;
	overflow:auto;
	padding:0px;
	color:#ffffff;
}

#c1{
	background:url(../images/controller_bt_01.gif) no-repeat ;
	height:25px;
	width:85px;
	text-indent:-999px;
}

#c2{
	background:url(../images/controller_bt_02.gif) no-repeat ;
	height:25px;
	width:85px;
	text-indent:-999px;
}

#c3{
	background:url(../images/controller_bt_03.gif) no-repeat ;
	height:25px;
	width:85px;
	text-indent:-999px;
}

#c4{
	background:url(../images/controller_bt_04.gif) no-repeat ;
	height:25px;
	width:85px;
	text-indent:-999px;
}

#c5{
	background:url(../images/controller_bt_05.gif) no-repeat ;
	height:25px;
	width:85px;
	text-indent:-999px;
}

h1{
	margin:5px;
}

h2{
	margin:20px 15px 10px 15px;
}

p{
	font-size:13px;
	margin: 10px 30px 10px 30px;
}

dl{
	margin:0px 30px;
}

dt{
	margin:10px 20px 0px 20px;
}

dd{
	margin:0px 30px;
}

.topreturn{
	text-align:right;
}

h1{
	border-bottom:5px solid green;
}

h2{
	border-bottom:1px solid pink;
	border-left:5px solid pink;
	padding-left:3px;
}

#footer{
	border-top:5px solid green;
	text-align:center;
	margin:20px 0px;
}
