@charset "utf-8";
/* dummy \*/
* html div {
 height:1%;
 }
html {
	height: 100%;
	width: 100%;
}
/* dummy */
/* 基本項目設定 */
*{
margin:0;
padding:0;
}

body{
	color: #333333;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	height: 100%;
	width: 100%;
	background-image: url(../images/base_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

img{
border:none;
vertical-align:bottom;
}

a{
	text-decoration:none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
}

ul{
list-style-type:none;
}

hr{
display:none;
clear:both;
}

.left {
	float: left;
}
.clear_both {
	float: none;
}

.right {
	float: right;
}
.left {
	float: left;
}

.center {
	text-align:center;
}

td a{
	text-decoration: underline;
	color: #333333;
}




#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 159px;
	width: 980px;
	position: relative;
	float: left;
}
#header h1 {
	height: 58px;
	width: 387px;
	position: absolute;
	left: 5px;
	top: 41px;
}
#wrapper #mainnavi {
	width: 980px;
	position: absolute;
	z-index: 1;
	left: 0px;
	height: 53px;
	bottom: 0px;
}
#mainnavi  li {
	float: left;
}

#wrapper #container {
	float: left;
	width: 980px;
	padding-bottom: 50px;
}

h2 {
	height: 65px;
	width: 980px;
	margin-bottom: 20px;
	padding-top: 55px;
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	color: #F00;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: left;
	text-indent: 20px;
}

#container #contents {
	width: 720px;
	float: left;
}
.breadclumb {
	width: 100%;
	margin-bottom: 20px;
	font-size: 10px;
	float: left;
	text-align: right;
}
#container #sidemenu {
	width: 230px;
	float: right;
}
#sidemenu .sidenavi {
	padding: 19px;
	float: left;
	width: 190px;
	margin-bottom: 30px;
	background-color: #FFF;
	border: 1px solid #E8E8E8;
	box-shadow: 0px 0px 3px #e8e8e8;
	-moz-box-shadow: 0px 0px 3px #e8e8e8;
	-webkit-box-shadow: 0px 0px 3px #e8e8e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#sidemenu h4 {
	background-image: url(../images/arrow01.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	float: left;
	width: 93%;
	margin-bottom: 15px;
	padding-left: 7%;
	font-size: 14px;
	font-weight: normal;
}
#sidemenu .sidenavi ul {
	float: left;
	width: 94%;
	padding-left: 6%;
}
#sidemenu .sidenavi ul li {
	background-image: url(../images/arrow02.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	float: left;
	width: 94%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e8e8e8;
	padding-left: 6%;
}

#sidemenu .info {
	float: left;
	width: 230px;
}

#sidemenu .map {
	float: left;
	width: 230px;
	height:250px;
}





.pagetop {
	position: fixed;
	bottom: 20px;
	display: none;
	right: 30px;
}
