@charset "shift_JIS";

/* 基本設定
-----------------------------------*/
A:link {　color: #0033FF; text-decoration: underline;　}
A:hover {　color: #CC3333 ; text-decoration: none;　}
A:visited {　color: #9933CC; text-decoration: underline; }
A:active { color: #FF6600; text-decoration: underline; }

body {
	font-family: "MS P ゴシック","ヒラギノ角ゴ Pro W3","Osaka";
	background: url(../common/images/bg_tile.gif);
}
.tx14 {
	font-size: 14px; line-height: 130%;
}
.tx12 {
	font-size: 12px; line-height: 140%;
}
.tx10 {
	font-size: 10px; line-height: 150%;
}
h1 {
	font-size: 14px; line-height: 140%;
	margin: 10px 0px 10px 0px;
	padding: 0;
}
h2 {
	font-size: 12px; line-height: 140%;
	margin: 10px 0px 10px 0px;
	padding: 0;
}
h3 {
	font-size: 10px; line-height: 150%;
	font-weight: normal;
	text-align: center;
	margin: 5px 0px 5px 0px;
	padding: 0;
}
img {
	border: none;
	virtical-align: top;
}
.box {
	border: solid 1px gray;
}
.title1 {
	background-image : url("images/top/menuback_g.jpg")
}
.title1_2 {
	background-image : url("images/top/menuback_g2.jpg")
}
.title2 {
	background-image : url("images/top/menu_bg_g.jpg")
}
.title3 {
	background-image : url("images/top/a_gogyo2_2.jpg")
}

#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#headder {
	width: 800px;
	margin: 10px 0px 0px 0px;
}
#container {
	width: 798px;
	border: solid 1px #999;
	margin: 20px 0px 0px 0px;
	background-color:#fff;
	font-size:10px;
	text-align:center;
}
#guide {
	width: 760px;
	position:relative;
	font-size:10px;
	line-height: 140%;
	padding: 0px 20px 0px 20px;
}
#guide p {
	font-size:10px;
	line-height: 140%;
	text-align:center;
	margin: 10px 0px 10px 0px;
}
#footer {
	clear: both;
	width: 800px;
	color: #999;
	background-color: #444;
}
/* プルダウンメニュー
-------------------------------------------------------------------*/
.menu {
	width: 800px;
	text-align:center;
	font-size:10px;
	margin-left:0;
	margin-right:0;
	margin-bottom:5px;
	margin-top:0px;
	background-color:#5e8eab;
	height:2em;
	position:relative;
	top:0;
	left:0;
}
#menu1 {
	position:absolute;
	left:0;
	top:0;
}
#menu2 {
	position:absolute;
	left:161px;
	top:0;
}
#menu3 {
	position: absolute;
	left: 321px;
	top:0;
}
#menu4 {
	position: absolute;
	left: 481px;
	top:0;
}
#menu5 {
	position: absolute;
	left: 641px;
	top:0;
}
.menu a {
	color:#ffffff;
	background-color:#5e8eab;
	text-decoration:none;
	display:block;
	width:159px;
	line-height:2em
}
.menu a:hover {
	background-color:#49abdb;
}
.menuhead {
	border-right:solid 1px #ffffff;
}
.submenu {
	visibility: hidden;
	position:absolute;
	left:0
}
.submenu a {
	background-color:#005aaf;
	border-top:solid 1px #ffffff;
}
.menu span {
	color:#c5e1ed;
	display:none;
}