@charset "utf-8";
/* CSS Document */

/*-基本条項-*/
html,body{
	height: 100%;
}
h1,h2,h3,h4{margin:0;}
p{
	margin:0 0 0.7em 0;
}
form{margin:0;}
body{
	margin: 0;
	font-size:95%;
	color:#535353;
	font-family:"ＭＳ Ｐゴシック", Osaka, "MS UI Gothic";
	line-height:140%;
}


/*-ヘッダ-*/
#header{
	height: 124px;
}
#logo{
	width: 500px;
	height: 78px;
	position: absolute;
	left: 2px;
	top: 26px;
	cursor: pointer;
}
#logo h1 span{
	position: absolute;
	text-indent: -9999px;
}
#header_menu{
	width: 320px;
	height: 25px;
	background-image: url(../common_img/headmenu.gif);
	background-repeat: no-repeat;
	position: absolute;
	right: 2px;
	top: 60px;
}
#header_menu a{
    display:block;
}
#header_menu a span{
	position: absolute;
	text-indent: -9999px;
}
#header_menu ul{
	margin: 0;
	padding: 0;
}
#header_menu li{
	list-style-type: none;
	float: left;
}
li.home a{
	width:56px;
	height:25px;
}
li.home a:hover {
	width:56px;
	height:25px;
	background:url(../common_img/headmenu.gif) no-repeat 0px -25px;
}
li.sitemap a{
	width:88px;
	height:25px;
}
li.sitemap a:hover {
	width:88px;
	height:25px;
	background:url(../common_img/headmenu.gif) no-repeat -56px -25px;
}
li.privacy a {
	width:176px;
	height:25px;
}
li.privacy a:hover {
	width:176px;
	height:25px;
	background:url(../common_img/headmenu.gif) no-repeat -144px -25px;
}

.about h1{
	font-size:12px;
	font-weight: normal;
	position: absolute;
	text-align: right;
	right: 5px;
	top: 20px;
	color: #999999;
}

/*-メニュー（構造のみ）-*/
#menu{
	height: 44px;
	clear:both;
}
#menu a{
    display:block;
}
#menu a span{
	position: absolute;
	text-indent: -9999px;
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu li{
	list-style-type: none;
	float: left;
}

/*-パンくずリスト-*/
#navi{
	padding:2px 0 5px;
	font-size: 85%;
	color: #999999;
}

/*-ボックス構造-*/

#wrapper{
	width: 860px;
	margin: 0 auto -90px;
	position:relative;
	min-height:100%;
	_height:100%;
	background-color: #FFFFFF;
}

#main{
	padding: 0 20px;
	margin: 15px 0 0;
}

#content{
	float: right;
	padding-left: 15px;
	width: 605px;

}

#content-wide{
	padding-left: 15px;
	width: 805px;
}

.column{
	margin-bottom: 15px;
	padding: 8px;
	width: 589px;
}

/*-サブメニュー-*/

#submenu{
	width:200px;
	float: left;
	margin-top: 7px;
	margin-bottom: 10px;
}
#submenu a{
    display:block;
}
#submenu a span{
	position: absolute;
	text-indent: -9999px;
}
#submenu ul{
	margin: 0;
	padding: 0;
}
#submenu li{
	list-style-type: none;
	float: left;
}

/*-メインイメージ-*/
#main_img{}

/*-メインバナー-*/
#main_banner{}
#main_banner a{
    display:block;
}
#main_banner a span{
	position: absolute;
	text-indent: -9999px;
}
#main_banner ul{
	margin: 0;
	padding: 0;
}
#main_banner li{
	list-style-type: none;
	float: left;
}

/*-H3-*/
.h3case{
	width: 605px;
	height: 50px;
	overflow: auto;
}
.h3case h3 span{
	text-indent: -9999px;
	position: absolute;
}
.h3case_b{
	width: 820px;
	height: 50px;
}
.h3case_b h3 span{
	text-indent: -9999px;
	position: absolute;
}
/*-フッタ-*/
.push_footer{
	height: 100px;
	clear:both;
	}
#footer {
	height: 100px;
	position:absolute;
	bottom:0px;
	vertical-align: bottom;
	width: 860px;
	background-position: center;
	border-top: #cccccc 1px dotted;
}
.footer_menu{
	height: 15px;
	font-size: 85%;
	margin: 25px auto 15px;
	text-align: center;
	line-height: 120%;
}
.footer_menu a{
	display:inline-block;
	padding-left: 10px;
	background-image: url(../common_img/arrow.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
	background-position: 0px 2px;
}
.copyright{
	text-align: center;
	font-size: 80%;
	color: #999999;
}

/*-最新情報 newsクラスはそれぞれに-*/
.data table{
	border-collapse:collapse;
	line-height: 120%;
}
.data table td{
	padding:5px 3px 5px 8px;
	border-bottom:#FFFFFF 1px solid;
}
.bdr_right{
	border-right:#FFFFFF 1px solid;
}
.data table input{
	margin:3px 0;
}

/*-utility-*/
.mgn_bot10{
    margin-bottom:10px;
}
.clear{
	clear:both;
}
.left-img{
	float: left;
	padding-right: 10px;
}
.right-img{
	float: right;
	padding-left: 10px;
}
.caption{
	font-size: 75%;
	color: #828282;
}
.caution{
	color: #CC3300;
}
.contact-panel {
	padding: 0 0 0 5px;
	font-size: 80%;
	color: #828282;
	line-height: 1.2;
}


