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

body{
	font-size: 0.8em;
	line-height: 1.5em;
	}
img{
	line-height: 1.0em;
	vertical-align: bottom;
	}
a{
	color: #308EA3;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
.clear{
	clear: both;
	}

/* ヘッダー */

#bg_header{
	width: 100%;
	background-color: #49B5CA;
	}
#header{
	width: 960px;
	margin: 0 auto;
	padding: 23px 0 22px 0;
	}
#header_logo{
	width: 500px;
	float: left;
	}
#header_menu{
	width: 460px;
	float: left;
	text-align: right;
	}
#header_menu ul{
	margin: 0 0 22px 0;
	padding: 0 0 0 0;
	}
#header_menu li{
	margin: 0 0 0 25px;
	padding: 0 0 0 0;
	list-style-type: none;
	float: right;
	}

/* メインメニュー */

#mainmenu{
	width: 960px;
	margin: 0 auto;
	}
#mainmenu ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
#mainmenu li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	float: left;
	}

/* フッター */

#bg_footer{
	width: 100%;
	border-top: 1px solid #fff;
	background-color: #555;
	padding: 20px 0 20px 0;
	}
#footer{
	width: 960px;
	margin: 0 auto;
	color: #fff;
	}
#footer a{
	color: #fff;
	text-decoration: none;
	}
#footer a:hover{
	text-decoration: underline;
	}
#footer_address{
	width: 320px;
	float: left;
	}
#footer_address th{
	text-align: left;
	}
#footer_address td{
	font-size: 0.9em;
	padding: 10px 0 0 20px;
	}
#footer_menu{
	width: 540px;
	float: left;
	}
#footer_menu table{
	margin: 20px 0px 0 0px;
	}
#footer_menu th{
	padding-left: 20px;
	}
#footer_menu td{
	width: 150px;
	vertical-align: top;
	}
#footer_menu ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
#footer_menu li{
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	list-style-type: none;
	background-image: url(../img/common/footer_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

/* メインイメージ */

#bg_mainimg{
	width: 100%;
	background-color: #ddd;
	border-top: 1px solid #fff;
	}
#top_mainimg{
	background-image: url(../img/top/mainimg_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 360px;
	}
#mainimg{
	width: 960px;
	margin: 0 auto;
	}

/* サブメニュー */

#submenu{
	width: 220px;
	float: left;
	}
.submenu{
	width: 220px;
	border-top: 1px solid #49B5CA;
	margin: 0 0 30px 0;
	}
.submenu th{
	border-bottom: 1px solid #49B5CA;
	text-align: left;
	padding: 10px 0 10px 0;
	color: #333;
	text-indent: 23px;
	background-image: url(../img/common/submenu_arrow.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	}
.submenu td{
	border-bottom: 1px solid #49B5CA;
	padding: 10px 0 10px 43px;
	color: #333;;
	background-image: url(../img/common/submenu_arrow.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	}
.submenu_title{
	margin: 0 0 5px 0;
	}
#submenu ul{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	}
#submenu li{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	list-style-type: none;
	}
#submenu a{
	color: #333;
	text-decoration: none;
	}
#submenu a:hover{
	text-decoration: underline;
	}
.banner_gelande{
	margin: 0 0 15px 0;
	}

/* ページトップへ戻る */

p.gotop{
    position: fixed !important;
    right: 80px;
    bottom: 0;
	margin-bottom: 50px;
	z-index: 99;
}
p.gotop a{
    width: 130px;
    height: 130px;
    display: block;
}