@charset "utf-8";
/*
Theme Name: theme270
Theme URI: http://theme.o2gp.com/
Description: theme270
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: Travel

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{margin:0;padding:0;}

body{
font: 12px/1.2 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333333;
}


a{color:#36b130;text-decoration:none;}
a:hover{color:#62d35d;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}

/*************
メインビジュアル
*************/
#main_img{
width: 644px;
height: 240px;
padding: 0 0;
background: url(images/main.jpg) no-repeat top center;
float: right;
margin-bottom:20px;
}

/*************
全体
*************/
#wrapper{
width: 100%;
}
#content{
margin: 0 auto;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
height: 153px;
margin: 0 auto;
width: 910px;
}

#header h1 {
margin: 10px 0;
padding: 0 0;
font-size: 12px;
font-weight: normal;
}

#header_area{
height:80px;
padding: 0 0 10px 0;
background: url(images/header.png) no-repeat 100% 20px;
}

/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 0 0 20px;
width: 910px;
height: 46px;
background:url(images/topnav.png) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:130px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 130px;
height: 46px;
background:url(images/topnav.png) no-repeat;
}

ul#topnav a#nav_01{background-position:0 0;}
ul#topnav a#nav_02{background-position:-130px 0;}
ul#topnav a#nav_03{background-position:-260px 0;}
ul#topnav a#nav_04{background-position:-390px 0;}
ul#topnav a#nav_05{background-position:-520px 0;}
ul#topnav a#nav_06{background-position:-650px 0;}
ul#topnav a#nav_07{background-position:-780px 0;}

ul#topnav a#nav_01:hover, ul#topnav li.active a#nav_01{background-position:0 -46px;}
ul#topnav a#nav_02:hover, ul#topnav li.active a#nav_02{background-position:-130px -46px;}
ul#topnav a#nav_03:hover, ul#topnav li.active a#nav_03{background-position:-260px -46px;}
ul#topnav a#nav_04:hover, ul#topnav li.active a#nav_04{background-position:-390px -46px;}
ul#topnav a#nav_05:hover, ul#topnav li.active a#nav_05{background-position:-520px -46px;}
ul#topnav a#nav_06:hover, ul#topnav li.active a#nav_06{background-position:-650px -46px;}
ul#topnav a#nav_07:hover, ul#topnav li.active a#nav_07{background-position:-780px -46px;}


/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 620px;
padding: 0 0 15px;
display: inline;
}

#main .bannerM {
width: 617px;
height: 220px;
background: #ffffff url(images/bg.jpg) no-repeat;
padding: 15px 0;
margin: 0 0;
overflow:auto;
clear:both;
}
#main .bannerM dl {
width: 191px;
float:left;
padding: 0 0 0 15px;
}
#main .bannerM .line{
background: url(images/border.gif) repeat-y bottom right;
}
#main .bannerM .last{
padding: 0 0 0 14px;
}
#main .bannerM dt{
width: 174px;
}
#main .bannerM dd img{
padding-bottom: 10px;
}
#main .bannerM dd h4{
font-size: 14px;
font-weight: normal;
height:15px;
padding:1px 15px 0 10px;
background: url(images/icon.png) repeat-y bottom left;
}
#main .bannerM dd p{
font-size: 12px;
padding:5px 15px 5px 0;
}
#main .bannerM dt{
width: 109px;
padding-left:33px;
}

#main h2{
	display: block;
	height: 36px;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	background: url(images/heading.png) no-repeat top left;
	padding: 8px 35px 0 25px;
}

#main h3 {
display: block;
padding: 8px 35px 0 25px;
height: 36px;
font-size: 14px;
background: url(images/h3.png) no-repeat top left;
color: #666666;
margin: 10px 0 0;
}

#main p {
padding: 15px 15px 15px 20px;
}

/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 0 0 10px 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin: 0 0 20px 10px;
}

#date {
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight:bold;
	color:#666666;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 10px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}
.center{text-align:center;}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}
#footer li{
background: url(images/list.png) no-repeat 0 center;
margin: 0 0 5px 0;
padding:0 0 0 20px;
list-style: none;
}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 0 0 15px;
}

.side_ban_last{margin-bottom:20px;}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
	display: block;
	height: 36px;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	background: #ffffff url(images/heading2.png) no-repeat;
	padding: 8px 10px 0 25px;
}

#sidebar ul{
margin-left: 5px;
padding: 10px 0;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px dotted #cccccc;
line-height: 140%;
}

#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:20px;
}

/*************
/* 検索
*************/
#search {
width:265px;
height:240px;
background: url(images/search.jpg) no-repeat 0 0;
margin-bottom:20px;
}
#search .searchform-params{
text-align:left;
padding: 55px 0 0 20px;
}

.searchform-controls input {
display:block;
width:163px;
height:42px;
background: url(images/search_btn.png) no-repeat 0 0;
margin: 15px auto 0 auto;
border: none;
cursor:pointer;
text-indent: -9999px;
}

.TextField input {
width:215px;
height: 26px;
padding: 3px 5px;
border: #cccccc solid 1px;
background: #ffffff url(images/icon_search.gif) no-repeat 205px center;
margin: 5px 0;
}

.DropDownField select {
width:225px;
height: 26px;
padding: 3px 5px;
border: #cccccc solid 1px;
margin: 5px 0 0;
}
/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
background: #efeeee url(images/bg_foot.png) repeat-x center top;
}

#footer .inner{
width: 910px;
margin: 0 auto;
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
color:#999999;
}
