@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	/*font-size: medium;*/
	color: #333333;
	font-family: "CI", Meiryo, Verdana, "lr oSVbN", sans-serif;
}

a {
	overflow: hidden;
}
a img{
	border:none;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: none;
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-indent: 0em;
}
#container{
	margin:0;
}

div #layout{
	width:820px;
	background:url(../images/bg_1.png) repeat-y;
	margin:0 auto;
	/*overflow:hidden;*/
}
div#layout:after{/*clearfix*/
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
h1{font-size:20px;}
h2{font-size:14px;}
h3{font-size:14px;}
h4{
	font-size:16px;
	margin-left: 0px;
}
.small {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 9px;
	color: #999999;
}

p{font-size:12px;}
dd{font-size:14px;}
#header {
	width:820px;
	background:#FFFFFF url(../images/img_head.png) no-repeat;
	height:150px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 35px;
}

#header #logo {
	width: 350px;
	margin-left: 30px;
	margin-top: 0px;
	height: 85px;
}
#header #logo a {
	height: 85px;
	width: 350px;
	text-indent: -999em;
	display: block;
}
#header #r_home {
	float: right;
	height: 20px;
	width: 157px;
	margin-right: 12px;
}
#header #r_home a {
	height: 20px;
	width: 157px;
	text-indent: -999em;
	display: block;
}


div #sidebar1{
	width:202px;
	margin-left:15px;
	margin-top:5px;
	float:left;
	margin-bottom: 0px;
}
*html div#sidebar1 { /*IE6p*/
	width:202px;
	margin-left:7px;
	margin-top:5px;
	float:left;
}

#sidebar1 ul li{
	background:url(../images/btn_navi.png) no-repeat;
	color:#999999;
	font-size:14px;
	line-height:45px;
	text-indent:15px;
	width:200px;
	height:40px;
	margin-bottom: 5px;
}
#sidebar1 ul li a{
	color:#333333;
	font-size:14px;
	text-decoration:none;
	line-height: 40px;
	width: 200px;
	display: block;
}
#sidebar1 ul li a:hover{
	color:#FF6600;
}

#sidebar1 p{
	margin-top:10px;
	margin-bottom:5px;

	/* font-size: 12px; */
	/* text-indent:10px; */
}
#sidebar1 dl{
	width:200px;
	margin-top:5px;
	padding-top:5px;
	background-color:#dbe7f2;
}
#sidebar1 dd{
	text-indent:10px;
	margin-bottom:5px;
}
#sidebar1 dd a{
	text-decoration:none;
	color:#333333;
}
#sidebar1 dd a:hover{
	text-decoration:none;
	color:#4e5dde;
}
div #maincontent{
	width:580px;
	float:left;
	margin-left:10px;
	margin-top:5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
*html div#maincontent { /*IE6p*/
	width: 580px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
div #maincontent h1{
	color:#333;
	background:url(../images/bg_h1.gif) no-repeat;
	text-indent:10px;
	line-height:35px;
	font-weight: normal;
	margin-bottom: 15px;
}
div #maincontent h2{
	color:#FFFFFF;
	background-color:#999999;
	border-left:solid 10px #666666;
	text-indent:25px;
	line-height:16px;
	margin-bottom:10px;
	margin-top: 10px;
}
div #maincontent h3{
	color:#555555;
	background-color:#FFFFCC;
	border-left:solid 10px #FFCC66;
	text-indent:25px;
	line-height:20px;
	margin-bottom:10px;
	margin-top: 15px;
	font-size: 16px;
	font-weight: normal;
}
div #maincontent h4.news{
	color:#707070;
	width:auto;
	height:34px;
	border-top:solid 1px #ccc;
	line-height:35px;
	text-indent:25px;
	background:url(../images/icon01.png) left center no-repeat;
	margin-right: 5px;
}

div #maincontent .news_box{
	width:auto;
	border-top:dotted 1px #ccc;
	border-bottom:dotted 1px #ccc;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div #maincontent .news_box p{
	text-indent:15px;
}
.floatbox{
	float:left;
	width:188px;
	height:150px;
	margin-bottom:5px;
	border: 1px solid #F7F7F7;
	margin-right: 3px;
}
.floatbox img {
	float: left;
	margin-right: 5px;
}

*html .floatbox p{ /*IE6p*/
	font-size:14px;
	line-height:18px;
}
.floatbox p a {
	text-decoration: none;
	color: #333333;
}
.floatbox p a:hover {
	text-decoration: none;
	color: #FF6600;
}
.route{background: #eff4fe url(../images/bg_route.png) no-repeat;}
.route p{margin:30px 0px 5px 65px;}
.tour{background:url(../images/bg_tourbus.png) no-repeat;}
.tour p{margin:30px 0px 5px 85px;}
.sonminbus{background:url(../images/bg_sonminbus.png) no-repeat;}
.sonminbus p{ margin:30px 0px 5px 3px;}
.tugakubus{ background:url(../images/bg_tugakubus.png) no-repeat;}
.tugakubus p{ margin:60px 0px 5px 3px;}

.box1 ,.box2 {
	width:420px;
	height:45px;
	border:solid 1px #ccc;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 150px;
	background-image: url(../images/h_kankoutigoannai.png);
	background-position: 15px 10px;
	background-repeat: no-repeat;
}
.box1 p{ 
	font-size:10px;
	width:100px;
	margin-right:10px;
}
.box2 {
	background-image: none;
	padding: 5px;
	width: 565px;
}
.box2 dd{
	border-bottom:dotted 1px #ccc;
	text-indent:10px;
}

div #maincontent .totop{
	margin-top: 10px;
	width: auto;
	margin-right: 10px;
	text-align: right;
	float: right;
	clear: both;
}
div #maincontent .totop a {
	background-image: url(../images/btn_totop.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 110px;
	display: block;
	text-indent: -999em;
	text-align: left;
}
div #footer{
	width:820px;
	height:70px;
	background:url(../images/img_foot.png) no-repeat;
	margin:0 auto;
}
#container #footer p {
	text-indent: -999em;
}

.float{
	float:left;
	text-align: center;
	width: 100px;
}
.clearfloat {
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
#maincontent .floatbox h4 {
	background-repeat: no-repeat;
	height: 40px;
	width: 181px;
	text-indent: -999em;
	margin-top: 2px;
	margin-bottom: 7px;
	margin-right: auto;
	margin-left: auto;
}
.floatbox #h4_top1 {	background-image: url(../images/toph4_kankounoriai.gif);}
.floatbox #h4_top2 {	background-image: url(../images/toph4_kankouruto.gif);}
.floatbox #h4_top3 {	background-image: url(../images/toph4_kankoutuer.gif);}
.floatbox #h4_top4 {	background-image: url(../images/toph4_kankoubus.gif);}
.floatbox #h4_top5 {	background-image: url(../images/toph4_kankoukurumon.gif);}
.floatbox #h4_top6 {	background-image: url(../images/toph4_kankoukoukou.gif);}

