/* Reset-----------------------------------------------------------*/
html, body, div, span, h1, h2, h3 p, blockquote, pre,
a, address, big, code, em, font, img,  strong,
ol, ul, li, form, label, table,  tr, th, td,
article, aside, footer, header, menu, nav, section, summary
 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;
}
ul, ol { list-style: none;}
img { border: none; vertical-align: bottom; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dd,dt {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
}

.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
height: 1px;
}

.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}



/* Layout-----------------------------------------------------------*/
a {
	color:#003399;
	text-decoration:none;
}
a:hover {
	color:#999999;
	text-decoration:underline;
}
body {
	background:#ffffff url(../img/common/bg_center.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 80%;
	line-height:1.6em;
	text-align: center;
	font-family: verdana, arial, hevetica, sans-serif;
}

#all {
	background:#FFFFFF url(../img/common/menu_shadow.jpg) left top repeat-x;
	width:1020px;
	margin: 0 auto;
}

/* header-----------------------------------------------------------*/
header {
	width: 1020px;
	height: auto;
	margin: 0 auto 15px;
}

#header_left {
	float:left;
	width: 610px;
	height: 81px;
}

h1#header_logo a {
	background: url(../img/common/header_logo.jpg) repeat;
	width: 610px;
	height: 81px;
	display: block;
	text-indent: -9999px;
	margin-top:15px;
}

#header_right {
	float:right;
	width:370px;
}

#sub_menu {
	background:#70a5eb;
	padding:5px;
}

#sub_menu a {
	color:#FFFFFF;
}

#sub_menu li {
	float:left;
	padding-right:20px;
}


#select_language {
	float:left;
	margin-top:10px;
}

#search {
	float:right;
	width:191px;
	height:auto;
	margin-top:10px;
}

/* menu-----------------------------------------------------------*/
nav {
	width:1020px;
	height: 40px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

nav li {
	float: left;
}

/************* nav_home *************/
a#nav_home {
	background: url(../img/common/menu.jpg) 0px 0px;
	width: 85px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}
a#nav_home:hover {
	background: url(../img/common/menu.jpg) 0px -40px;
}
a#nav_home_now {
	background: url(../img/common/menu.jpg) 0px -40px;
	width: 85px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}

/************* nav_sightseeing *************/
a#nav_sightseeing {
	background: url(../img/common/menu.jpg) -85px 0px;
	width: 206px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}
a#nav_sightseeing:hover {
	background: url(../img/common/menu.jpg) -85px -40px;
}
a#nav_sightseeing_now {
	background: url(../img/common/menu.jpg) -85px -40px;
	width: 206px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}

/************* nav_recommend *************/
a#nav_recommend {
	background: url(../img/common/menu.jpg) -291px 0px;
	width: 151px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}
a#nav_recommend:hover {
	background: url(../img/common/menu.jpg) -291px -40px;
}
a#nav_recommend_now {
	background: url(../img/common/menu.jpg) -291px -40px;
	width: 151px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}

/************* nav_events *************/
a#nav_events {
	background: url(../img/common/menu.jpg) -442px 0px;
	width: 122px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}
a#nav_events:hover {
	background: url(../img/common/menu.jpg) -442px -40px;
}
a#nav_events_now {
	background: url(../img/common/menu.jpg) -442px -40px;
	width: 122px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}

/************* nav_specialties *************/
a#nav_specialties {
	background: url(../img/common/menu.jpg) -564px 0px;
	width: 144px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}
a#nav_specialties:hover {
	background: url(../img/common/menu.jpg) -564px -40px;
}
a#nav_specialties_now {
	background: url(../img/common/menu.jpg) -564px -40px;
	width: 144px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}

/************* nav_gallery *************/
a#nav_gallery {
	background: url(../img/common/menu.jpg) -708px 0px;
	width: 163px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}
a#nav_gallery:hover {
	background: url(../img/common/menu.jpg) -708px -40px;
}
a#nav_gallery_now {
	background: url(../img/common/menu.jpg) -708px -40px;
	width: 163px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}

/************* nav_access *************/
a#nav_access {
	background: url(../img/common/menu.jpg) -871px 0px;
	width: 149px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}
a#nav_access:hover {
	background: url(../img/common/menu.jpg) -871px -40px;
}
a#nav_access_now {
	background: url(../img/common/menu.jpg) -871px -40px;
	width: 149px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}

/* index-----------------------------------------------------------*/
article#index_left {
	width: 688px;
	height: 423px;
	float:left;
}

article#index_right {
	width: 291px;
	height: 423px;
	float:right;
}

.indeximg {
	overflow: hidden;
}


/* common section-----------------------------------------------------------*/
section#main01 {
	width: 980px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

article#left01 {
	width: 688px;
	height: auto;
	float:left;
	margin-top:15px;
}

article#right01 {
	width: 266px;
	height: auto;
	float:right;
	margin-top:15px;
}

article#left02 {
	width: 688px;
	height: auto;
	float:left;
}

article#right02 {
	width: 266px;
	height: auto;
	float:right;
}

article#spots {
	width: 980px;
	height: 130px;
}


/* common images-----------------------------------------------------------*/

#ikoma_location {
	background:url(../img/common/ikoma_location.gif) no-repeat;
	width: 245px;
	height:479px;
	margin-left:20px;
	display:block;
	text-indent:-9999px;
}

#ikoma-city_logo a {
	background:url(../img/common/ikoma-city_logo.gif) no-repeat;
	width: 171px;
	height:43px;
	display:block;
	text-indent:-9999px;
}


/* title-----------------------------------------------------------*/
hgroup#title_sightseeing {
	width: 688px;
	height:122px;
	margin:0 auto;
	background:url(../img/sightseeing/title_sightseeing.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
}

hgroup#title_recommend {
	width: 688px;
	height:122px;
	margin:0 auto;
	background:url(../img/recommend/title_recommend.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
}

hgroup#title_gallery {
	width: 688px;
	height:122px;
	margin:0 auto;
	background:url(../img/gallery/title_gallery.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
}

hgroup#title_event {
	width: 688px;
	height:122px;
	margin:0 auto;
	background:url(../img/event/title_event.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
}

hgroup#title_specialties {
	width: 688px;
	height:122px;
	margin:0 auto;
	background:url(../img/specialties/title_specialties.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
}

/* breadcrumb-----------------------------------------------------------*/
.breadcrumb {
	background:url(../img/common/bg_pankuzu.gif) no-repeat 0 1.1em;
	height:auto;
	width:980px;
	margin:0 auto;
	padding:5px 0;
	text-align:left;
}

.breadcrumb p {
	font-size:90%;
	padding:5px 0 0 17px;
}

/* pagetop-----------------------------------------------------------*/
#pagetop a {
	width:980px;
	height:24px;
	background:url(../img/common/btn_pagetop.gif) no-repeat right;
	margin:20px auto 0;
	display:block;
	text-indent:-9999px;
}

#pagetop a:hover {
	background:url(../img/common/btn_pagetop_over.gif) no-repeat right;
}

/* footer-----------------------------------------------------------*/
footer {
	width:980px;
	margin:0 auto;
	padding:20px 20px 5px;
	background:#c5dcee;
	text-align:left;
}

h2#footer_logo a {
	background: url(../img/common/footer_logo.gif) repeat;
	width: 199px;
	height: 34px;
	display: block;
	text-indent: -9999px;
}

ul.footer_list {
	float:left;
	padding-left:30px;
}

.footer_list li {
	padding-bottom:5px;
}

footer p{
	font-size:.8em;
	color:#999999;
	margin-top:50px;
}

/************* sightseeing *************/
.arealist{
    width: 980px;
}
.arealist ul{
    margin-right:-21px;
    overflow: hidden;
    zoom: 1;
}
.arealist ul li{
    float: left;
    margin-right:21px;
	margin-top:15px;
    width: 310px;
    display: inline;
}

.areatxt{
    width: 980px;
}
.areatxt ul{
    margin-right:-21px;
    overflow: hidden;
    zoom: 1;
}
.areatxt ul li{
    float: left;
    margin-right:21px;
	margin-top:5px;
    width: 310px;
    display: inline;
}

#index_map_northern {
	background: url(../img/sightseeing/index_map_northern.jpg) repeat;
	width: 310px;
	height: 244px;
	border:#999 solid 1px;
}

p#title_northern {
	background: url(../img/sightseeing/title_northern.jpg) repeat;
	width: 133px;
	height: 21px;
	display: block;
	text-indent: -9999px;
}

#index_map_central {
	background: url(../img/sightseeing/index_map_central.jpg) repeat;
	width: 310px;
	height: 244px;
	border:#999 solid 1px;
}

p#title_central {
	background: url(../img/sightseeing/title_central.jpg) repeat;
	width: 133px;
	height: 21px;
	display: block;
	text-indent: -9999px;
}

#index_map_southern {
	background: url(../img/sightseeing/index_map_southern.jpg) repeat;
	width: 310px;
	height: 244px;
	border:#999 solid 1px;
}

p#title_southern {
	background: url(../img/sightseeing/title_southern.jpg) repeat;
	width: 133px;
	height: 21px;
	display: block;
	text-indent: -9999px;
}

/* sightseeing rightcolumn-----------------------------------------------------------*/
p#side_title_guidemenu {
	background:url(../img/sightseeing/side_title_guidemenu.gif) no-repeat;
	width: 266px;
	height:32px;
	display:block;
	text-indent:-9999px;
}

p#side_title_areaguide {
	background:url(../img/sightseeing/side_title_areaguide.jpg) no-repeat;
	width: 266px;
	height:21px;
	display:block;
	text-indent:-9999px;
}

p#side_title_visitspots {
	background:url(../img/sightseeing/side_title_visitspots.jpg) no-repeat;
	width: 266px;
	height:21px;
	display:block;
	text-indent:-9999px;
}

/* sightseeing icon-----------------------------------------------------------*/
.icon_temple {
	background:url(../img/sightseeing/icon_temple.png) no-repeat 0 0.5em;
	padding-left:25px;
}

.icon_leisure {
	background:url(../img/sightseeing/icon_leisure.png) no-repeat 0 0.5em;
	padding-left:25px;
}

.icon_gourmet {
	background:url(../img/sightseeing/icon_gourmet.png) no-repeat 0 0.5em;
	padding-left:25px;
}

.icon_accomodations {
	background:url(../img/sightseeing/icon_accomodations.png) no-repeat 0 0.5em;
	padding-left:25px;
}

/* sightseeing caption-----------------------------------------------------------*/
h1.caption_area01 {
	background:url(../img/sightseeing/caption_area01.jpg) no-repeat;
	width: 688px;
	height:32px;
	padding-left:30px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
	color:#FFFFFF;
}

/* sightseeing images-----------------------------------------------------------*/

#map_northern01 {
	background:url(../img/sightseeing/map_northern01.jpg) no-repeat;
	width: 318px;
	height:500px;
	display:block;
	text-indent:-9999px;
}

/************* reccomend *************/

/* reccomend rightcolumn-----------------------------------------------------------*/
p#side_title_courselist {
	background:url(../img/recommend/side_title_courselist.gif) no-repeat;
	width: 266px;
	height:32px;
	display:block;
	text-indent:-9999px;
	border-bottom:#999999 dotted 1px;
}

/* reccomend button-----------------------------------------------------------*/
#btn_view01 a {
	background: url(../img/recommend/btn_view01.jpg) no-repeat;
	width: 144px;
	height: 22px;
	display: block;
	text-indent: -9999px;
}

#btn_view01 a:hover {
	background: url(../img/recommend/btn_view01_over.jpg) no-repeat;
}

#btn_view02 a {
	background: url(../img/recommend/btn_view02.jpg) no-repeat;
	width: 144px;
	height: 22px;
	display: block;
	text-indent: -9999px;
}

#btn_view02 a:hover {
	background: url(../img/recommend/btn_view02_over.jpg) no-repeat;
}

#btn_view03 a {
	background: url(../img/recommend/btn_view03.jpg) no-repeat;
	width: 144px;
	height: 22px;
	display: block;
	text-indent: -9999px;
}

#btn_view03 a:hover {
	background: url(../img/recommend/btn_view03_over.jpg) no-repeat;
}

#btn_view04 a {
	background: url(../img/recommend/btn_view04.jpg) no-repeat;
	width: 144px;
	height: 22px;
	display: block;
	text-indent: -9999px;
}

#btn_view04 a:hover {
	background: url(../img/recommend/btn_view04_over.jpg) no-repeat;
}

/* reccomend caption-----------------------------------------------------------*/
h1.caption_recommend_course01 {
	background:url(../img/recommend/caption_recommend_course01.jpg) no-repeat;
	width: 688px;
	height:32px;
	padding-left:120px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
	color:#3366ff;
}

h1.caption_recommend_course02 {
	background:url(../img/recommend/caption_recommend_course02.jpg) no-repeat;
	width: 688px;
	height:32px;
	padding-left:120px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
	color:#cc9900;
}

h1.caption_recommend_course03 {
	background:url(../img/recommend/caption_recommend_course03.jpg) no-repeat;
	width: 688px;
	height:32px;
	padding-left:120px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
	color:#669900;
}

h1.caption_recommend_course04 {
	background:url(../img/recommend/caption_recommend_course04.jpg) no-repeat;
	width: 688px;
	height:32px;
	padding-left:120px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
	color:#ff6600;
}

h2.caption_course_spot01 {
	background:url(../img/recommend/caption_course_spot01.jpg) no-repeat;
	width: 980px;
	height:32px;
	padding-left:30px;
	margin:10px auto;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
}

h2.caption_course01_spot02 {
	background:url(../img/recommend/caption_course01_spot02.jpg) no-repeat;
	width: 980px;
	height:32px;
	padding-left:30px;
	margin-top:10px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
	color:#ffffff;
}

h2.caption_course02_spot02 {
	background:url(../img/recommend/caption_course02_spot02.jpg) no-repeat;
	width: 980px;
	height:32px;
	padding-left:30px;
	margin-top:10px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
	color:#ffffff;
}

h2.caption_course03_spot02 {
	background:url(../img/recommend/caption_course03_spot02.jpg) no-repeat;
	width: 980px;
	height:32px;
	padding-left:30px;
	margin-top:10px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
	color:#ffffff;
}

h2.caption_course04_spot02 {
	background:url(../img/recommend/caption_course04_spot02.jpg) no-repeat;
	width: 980px;
	height:32px;
	padding-left:30px;
	margin-top:10px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
	color:#ffffff;
}

/* reccomend arrow-----------------------------------------------------------*/
p.arrow_recommend01 {
	background: url(../img/recommend/arrow_recommend01.gif) no-repeat bottom;
	width: 37px;
	height: auto;
	display: block;
	text-indent: -9999px;
}

p.arrow_recommend02 {
	background: url(../img/recommend/arrow_recommend02.gif) no-repeat bottom;
	width: 37px;
	height: auto;
	display: block;
	text-indent: -9999px;
}

p.arrow_recommend03 {
	background: url(../img/recommend/arrow_recommend03.gif) no-repeat bottom;
	width: 37px;
	height: auto;
	display: block;
	text-indent: -9999px;
}

p.arrow_recommend04 {
	background: url(../img/recommend/arrow_recommend04.gif) no-repeat bottom;
	width: 37px;
	height: auto;
	display: block;
	text-indent: -9999px;
}

/* reccomend box-----------------------------------------------------------*/
.box_coursemap {
	background:#CCCCCC;
	text-align:center;
}

.box_course01 {
	background:#ecf1ff;
	border:#999999 solid 1px;
	padding:10px;
	margin-bottom:10px;
}

.box_course02 {
	background:#f9f2da;
	border:#999999 solid 1px;
	padding:10px;
	margin-bottom:10px;
}

.box_course03 {
	background:#effdd3;
	border:#999999 solid 1px;
	padding:10px;
	margin-bottom:10px;
}

.box_course04 {
	background:#fde8d2;
	border:#999999 solid 1px;
	padding:10px;
	margin-bottom:10px;
}

/************* photo gallery *************/
/* photo gallery rightcolumn-----------------------------------------------------------*/
p#side_title_seasonphoto {
	background:url(../img/gallery/side_title_seasonphoto.gif) no-repeat;
	width: 266px;
	height:32px;
	display:block;
	text-indent:-9999px;
}

/* photo gallery caption-----------------------------------------------------------*/
h2.caption_gallery_spring {
	background:url(../img/gallery/caption_gallery_spring.jpg) no-repeat;
	width: 980px;
	height:32px;
	display:block;
	text-indent:-9999px;
}

h2.caption_gallery_summer {
	background:url(../img/gallery/caption_gallery_summer.jpg) no-repeat;
	width: 980px;
	height:32px;
	display:block;
	text-indent:-9999px;
}

h2.caption_gallery_autumn {
	background:url(../img/gallery/caption_gallery_autumn.jpg) no-repeat;
	width: 980px;
	height:32px;
	display:block;
	text-indent:-9999px;
}

h2.caption_gallery_winter {
	background:url(../img/gallery/caption_gallery_winter.jpg) no-repeat;
	width: 980px;
	height:32px;
	display:block;
	text-indent:-9999px;
}

/* photo gallery box-----------------------------------------------------------*/
.photogallery{
    width: 980px;
}
.photogallery ul{
    margin-right:-20px;
    overflow: hidden;
    zoom: 1;
}
.photogallery ul li{
    float: left;
    margin-right:20px;
	margin-top:15px;
    width: 180px;
	height:150px;
	padding-top:30px;
    display: inline;
	background:#CCCCCC;
	text-align:center;
}

.phototxt{
    width: 980px;
}
.phototxt ul{
    margin-right:-20px;
    overflow: hidden;
    zoom: 1;
}
.phototxt ul li{
    float: left;
    margin-right:20px;
    width: 180px;
    display: inline;
}

/************* events *************/
/* events rightcolumn-----------------------------------------------------------*/
p#side_title_seasonevents {
	background:url(../img/event/side_title_seasonevents.gif) no-repeat;
	width: 266px;
	height:32px;
	display:block;
	text-indent:-9999px;
}

/* events caption-----------------------------------------------------------*/
h1.caption_spring {
	background:url(../img/event/caption_spring.jpg) no-repeat;
	width: 688px;
	height:32px;
	padding-left:40px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
	color:#FFFFFF;
}

h1.caption_summer {
	background:url(../img/event/caption_summer.jpg) no-repeat;
	width: 688px;
	height:32px;
	padding-left:40px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
	color:#FFFFFF;
}


h1.caption_autumn {
	background:url(../img/event/caption_autumn.jpg) no-repeat;
	width: 688px;
	height:32px;
	padding-left:40px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
	color:#FFFFFF;
}


h1.caption_winter {
	background:url(../img/event/caption_winter.jpg) no-repeat;
	width: 688px;
	height:32px;
	padding-left:40px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
	color:#FFFFFF;
}

/************* spots *************/
/* spots title-----------------------------------------------------------*/
h3#title_temple_north {
	background:url(../img/spots/title_temple_north.gif) no-repeat;
	width: 980px;
	height:12px;
	display:block;
	text-indent:-9999px;
	margin:20px auto 10px;
}

h3#title_temple_central {
	background:url(../img/spots/title_temple_central.gif) no-repeat;
	width: 980px;
	height:12px;
	display:block;
	text-indent:-9999px;
	margin:40px auto 10px;
}

h3#title_temple_south {
	background:url(../img/spots/title_temple_south.gif) no-repeat;
	width: 980px;
	height:12px;
	display:block;
	text-indent:-9999px;
	margin:40px auto 10px;
}

h3#title_leisure_north {
	background:url(../img/spots/title_leisure_north.gif) no-repeat;
	width: 980px;
	height:12px;
	display:block;
	text-indent:-9999px;
	margin:20px auto 10px;
}

h3#title_leisure_central {
	background:url(../img/spots/title_leisure_central.gif) no-repeat;
	width: 980px;
	height:12px;
	display:block;
	text-indent:-9999px;
	margin:40px auto 10px;
}

h3#title_leisure_south {
	background:url(../img/spots/title_leisure_south.gif) no-repeat;
	width: 980px;
	height:12px;
	display:block;
	text-indent:-9999px;
	margin:40px auto 10px;
}

h3#title_gourmet_north {
	background:url(../img/spots/title_gourmet_north.gif) no-repeat;
	width: 980px;
	height:12px;
	display:block;
	text-indent:-9999px;
	margin:20px auto 10px;
}

h3#title_gourmet_central {
	background:url(../img/spots/title_gourmet_central.gif) no-repeat;
	width: 980px;
	height:12px;
	display:block;
	text-indent:-9999px;
	margin:40px auto 10px;
}

h3#title_gourmet_south {
	background:url(../img/spots/title_gourmet_south.gif) no-repeat;
	width: 980px;
	height:12px;
	display:block;
	text-indent:-9999px;
	margin:40px auto 10px;
}

h3#title_accomodations_north {
	background:url(../img/spots/title_accomodations_north.gif) no-repeat;
	width: 980px;
	height:12px;
	display:block;
	text-indent:-9999px;
	margin:20px auto 10px;
}

h3#title_accomodations_central {
	background:url(../img/spots/title_accomodations_central.gif) no-repeat;
	width: 980px;
	height:12px;
	display:block;
	text-indent:-9999px;
	margin:40px auto 10px;
}

h3#title_accomodations_south {
	background:url(../img/spots/title_accomodations_south.gif) no-repeat;
	width: 980px;
	height:12px;
	display:block;
	text-indent:-9999px;
	margin:40px auto 10px;
}


/* spots caption-----------------------------------------------------------*/
h1.caption_temple {
	background:url(../img/spots/caption_temple.jpg) no-repeat;
	width: 688px;
	height:32px;
	padding-left:40px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
	color:#FFFFFF;
}

h1.caption_leisure {
	background:url(../img/spots/caption_leisure.jpg) no-repeat;
	width: 688px;
	height:32px;
	padding-left:40px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
	color:#FFFFFF;
}

h1.caption_gourmet {
	background:url(../img/spots/caption_gourmet.jpg) no-repeat;
	width: 688px;
	height:32px;
	padding-left:40px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
	color:#FFFFFF;
}

h1.caption_accomodations {
	background:url(../img/spots/caption_accomodations.jpg) no-repeat;
	width: 688px;
	height:32px;
	padding-left:40px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
	color:#FFFFFF;
}

/************* Access *************/
p#access01 {
	background:url(../img/access/access01.gif) no-repeat;
	width: 688px;
	height:413px;
	display:block;
	text-indent:-9999px;
	margin-top:10px;
}

p#access02 {
	background:url(../img/access/access02.gif) no-repeat;
	width: 688px;
	height:311px;
	display:block;
	text-indent:-9999px;
	margin-top:10px;
}


/************* margin *************/
.margin_5 {
	margin:5px;
}

.margin_top_5 {
	margin-top:5px;
}

.margin_top_10 {
	margin-top:10px;
}

.margin_top_20 {
	margin-top:20px;
}

.margin_top_50 {
	margin-top:50px;
}

.margin_bottom_10 {
	margin-bottom:10px;
}

.margin_bottom_20 {
	margin-bottom:20px;
}

.margin_bottom_30 {
	margin-bottom:30px;
}

.margin_right_9 {
	margin-right:9px;
}

.margin_right_10 {
	margin-right:10px;
}

.margin_right_22 {
	margin-right:22px;
}

.margin_side_30 {
	margin-left:30px;
	margin-right:30px;
}


/************* padding *************/
.padding_5 {
	padding:5px;
}

.padding_15 {
	padding:15px;
}

.padding_top_6 {
	padding-top:6px;
}

.padding_top_10 {
	padding-top:10px;
}

.padding_bottom_10 {
	padding-bottom:10px;
}

.padding_bottom_20 {
	padding-bottom:20px;
}

.padding_right_10 {
	padding-right:10px;
}

.padding_right_15 {
	padding-right:15px;
}

.padding_left_15 {
	padding-left:15px;
}


/************* box *************/

.box_fl {
	float:left;
}

.box_fr {
	float:right;
}

.box01 {
	border:#cccccc solid 1px;
	padding:15px;
}

.box01 li {
	border-bottom:#cccccc dotted 1px;
	padding-bottom:5px;
}

.box02 {
	padding:10px;
	background:#e9f5fe;
}

.box02 li {
	border-bottom:#999999 dotted 1px;
	padding-bottom:5px;
	padding-top:5px;
}

.box03 {
	border-bottom:#cccccc dotted 1px;
}

.box03 li {
	padding-bottom:5px;
	padding-top:5px;
	float:left;
	padding-right:20px;
}

/* dotted box-----------------------------------------------------------*/
.box_blue01 {
	border:#4bb8fd dotted 1px;
	padding:7px;
	background:url(../img/common/corner_blue01.gif) no-repeat right top;
}

.box_brown01 {
	border:#cc6633 dotted 1px;
	padding:7px;
	background:url(../img/common/corner_brown01.gif) no-repeat right top;
}

.box_green01 {
	border:#99cc33 dotted 1px;
	padding:7px;
	background:url(../img/common/corner_green01.gif) no-repeat right top;
}

.box_green02 {
	border:#009999 dotted 1px;
	padding:7px;
	background:url(../img/common/corner_green02.gif) no-repeat right top;
}

.box_orange01 {
	border:#ff9900 dotted 1px;
	padding:7px;
	background:url(../img/common/corner_orange01.gif) no-repeat right top;
}

.box_pink01 {
	border:#ff6666 dotted 1px;
	padding:7px;
	background:url(../img/common/corner_pink01.gif) no-repeat right top;
}

.box_pink02 {
	border:#cc3366 dotted 1px;
	padding:7px;
	background:url(../img/common/corner_pink02.gif) no-repeat right top;
}

.box_purple01 {
	border:#9933cc dotted 1px;
	padding:7px;
	background:url(../img/common/corner_purple01.gif) no-repeat right top;
}

/* bgcolor box-----------------------------------------------------------*/
.box_bgcolor_pink02 {
	background:#cc3366;
	text-align:center;
	padding:5px;
}

.box_bgcolor_green02 {
	background:#009999;
	text-align:center;
	padding:5px;
}

.box_bgcolor_brown01 {
	background:#cc6633;
	text-align:center;
	padding:5px;
}

.box_bgcolor_ocher01 {
	background:#cc9933;
	text-align:center;
	padding:5px;
}

.box_bgcolor_purple01 {
	background:#9933cc;
	text-align:center;
	padding:5px;
}

/************* line *************/
.border01 {
	border:#999999 solid 1px;
}

.border_bottom01 {
	border-bottom:#CCCCCC dotted 1px;
}

.border_top01 {
	border-top:#CCCCCC dotted 1px;
}

.border_top02 {
	border-top:#CCCCCC solid 1px;
}

.border_right01 {
	border-right:#CCCCCC dotted 1px;
}

.border_topbottom01 {
	border-top:#003399 solid 1px;
	border-bottom:#003399 solid 1px;
	padding:3px;
}

.border_topbottom02 {
	border-top:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	padding:3px;
}

/************* icon *************/
.icon01 {
	background:url(../img/common/icon01.png) no-repeat 0.5em;
	padding-left:20px;
}

.icon02 {
	background:url(../img/common/icon02.png) no-repeat 0.5em;
	padding-left:20px;
}

.icon03 {
	background:url(../img/common/icon03.png) no-repeat 0 0.8em;
	padding-left:15px;
}


.icon03_2 {
	background:url(../img/common/icon03.png) no-repeat 0.5em;
	padding-left:20px;
}

.icon04 {
	background:url(../img/common/icon04.png) no-repeat 0 0.8em;
	padding-left:20px;
}

.icon05 {
	background:url(../img/common/icon05.png) no-repeat 0 0.8em;
	padding-left:20px;
}

.icon06 {
	background:url(../img/common/icon06.png) no-repeat 0 0.8em;
	padding-left:20px;
}

.icon07 {
	background:url(../img/common/icon07.png) no-repeat 0 0.8em;
	padding-left:20px;
}

.icon08 {
	background:url(../img/common/icon08.png) no-repeat 0 0.8em;
	padding-left:20px;
}

.icon09 {
	background:url(../img/common/icon09.png) no-repeat 0 0.8em;
	padding-left:20px;
}

.icon10 {
	background:url(../img/common/icon10.png) no-repeat 0 0.8em;
	padding-left:20px;
}

.icon11 {
	background:url(../img/common/icon11.png) no-repeat 0 0.8em;
	padding-left:20px;
}

.icon12 {
	background:url(../img/common/icon12.png) no-repeat 0 0.8em;
	padding-left:20px;
}

.icon13 {
	background:url(../img/common/icon13.png) no-repeat 0 0.8em;
	padding-left:20px;
}



/************* table *************/
.table01 {
	border-top:#999999 solid 1px;
	border-left:#999999 solid 1px;
}

.table01 th {
	background-color:#e9f5fe;
	border-right:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	padding:3px;
}

.table01 td {
	background-color:#ffffff;
	border-bottom:#999999 solid 1px;
	border-right:#999999 solid 1px;
	text-align:left;
	padding:3px;
}

.table02 {
}

.table02 td {
	padding:5px;
	border-left:#FFFFFF solid 2px;
}

.table_form {
	border-top:#999999 solid 1px;
	border-left:#999999 solid 1px;
}

.table_form th {
	background-color:#eeeeee;
	border-right:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	padding:3px;
}

.table_form td {
	background-color:#ffffff;
	border-bottom:#999999 solid 1px;
	border-right:#999999 solid 1px;
	text-align:left;
	padding:3px;
}

/************* dl *************/
dl.list dt {
 	float: left;
	margin-right:1em;
}

dl.list dd {
}

/************* bgcolor *************/

.bg_white {
	background-color:#FFFFFF;
}

/************* font *************/

.maintxt {
	font-size:1.1em;
}

.red {
	color:#cc0000;
}

.blue {
	color:#003399;
}


.gray {
	color:#666666;
}

.white {
	color:#ffffff;
}

.small {
	font-size:80%;
}

.large {
	font-size:110%;
}

.x_large {
	font-size:130%;
}

.bold {
	font-weight:bold;
}

.line-height_160 {
	line-height:160%;
}

.line-height_180 {
	line-height:180%;
}

/************* bgcolor *************/

.bg_gray01 {
	background:#d4d4d4;
}

.bg_gray02 {
	background:#e6e7e8;
}


/************* caption *************/

h1.caption01 {
	background:url(../img/common/caption01.jpg) no-repeat;
	width: 688px;
	height:32px;
	padding-left:20px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
}

h1.caption02 {
	background:url(../img/common/caption02.jpg) no-repeat;
	width: 980px;
	height:32px;
	padding-left:20px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
}

h1.caption03 {
	background:url(../img/common/caption03.jpg) no-repeat;
	width: 538px;
	height:26px;
	padding-left:20px;
	padding-top:5px;
	font-weight:bold;
}

h3.caption_line02 {
	padding:5px 20px;
	font-weight:bold;
	border-bottom:#00379b dotted 1px;
	border-top:#00379b dotted 1px;
	color:#00379b;
	margin-top:20px;
}

h3.caption01 {
	padding:5px 0;
	font-weight:bold;
	color:#00379b;
	margin-top:20px;
	font-size:1.2em;
}

/************* button *************/

#btn_readmore01 a {
	background: url(../img/common/btn_readmore.jpg) no-repeat;
	width: 106px;
	height: 21px;
	display: block;
	text-indent: -9999px;
	margin:10px 0 0 100px;
}

#btn_readmore01 a:hover {
	background: url(../img/common/btn_readmore_over.jpg) no-repeat;
}

#btn_readmore02 a {
	background: url(../img/common/btn_readmore.jpg) no-repeat;
	width: 106px;
	height: 21px;
	display: block;
	text-indent: -9999px;
}

#btn_readmore02 a:hover {
	background: url(../img/common/btn_readmore_over.jpg) no-repeat;
}

#btn_googlemap01 a {
	background: url(../img/common/btn_googlemap.jpg) no-repeat;
	width: 106px;
	height: 21px;
	display: block;
	text-indent: -9999px;
}

#btn_googlemap01 a:hover {
	background: url(../img/common/btn_googlemap_over.jpg) no-repeat;
}

/************* form button *************/

input.btn_confirmation {
    width: 98px;
    height: 26px;
    background: url(../img/contact/btn_confirmation.jpg) no-repeat;
    border:none;
    cursor:pointer;
    overflow:hidden;
    display: block;
	padding-top:26px;
}

input.btn_reset {
    width: 98px;
    height: 26px;
    background: url(../img/contact/btn_reset.jpg) no-repeat;
    border:none;
    cursor:pointer;
    overflow:hidden;
    display: block;
	padding-top:26px;
}

input.btn_back {
    width: 130px;
    height: 26px;
    background: url(../img/contact/btn_back.jpg) no-repeat;
    border:none;
    cursor:pointer;
    overflow:hidden;
    display: block;
	padding-top:26px;
}

input.btn_send {
    width: 134px;
    height: 26px;
    background: url(../img/contact/btn_send.jpg) no-repeat;
    border:none;
    cursor:pointer;
    overflow:hidden;
    display: block;
	padding-top:26px;
}

/* jQuery-----------------------------------------------------------*/

/************* dropdown menu *************/
/* dropdown */
div.dropdown {
	background: #022a68;
	width: 210px;
	visibility: hidden;
	position: absolute;
}
div.dropdown a {
	display: block;
	text-align: left;
	padding: 5px 15px;
	color: #FFFFFF;
	border-bottom:#27539e dotted 1px;
}
div.dropdown a:hover {
	color: #8ebff9;
	text-decoration:none;
}

/* submenu_alpha */
div.dropdown {
	filter: alpha(Opacity=90);
	opacity: 0.9;
}
div.dropdown_title {
	padding: 3px 10px;
	border-right: 1px solid #63B33C;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	color: #FFFFFF;
	background: #63B33C;
}

/************* index carousel panel *************/
#carousel {
	width: 1001px;
	height:227px;
	margin:1px auto 10px;
	text-align: left;
	position: relative;
}

#carousel ul li {
	width: 501px;
	float: left;
	display: inline;
}

/* ClearFixElements */
#carousel ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#carousel ul {
	display: inline-block;
	overflow: hidden;
}

/************* image-navigation *************/
#image-navigation .navi-image { position:relative;}
#image-navigation .navi-image a { display:block; }
#image-navigation .navi-image a { position:absolute; top:0; left:0; z-index:8; }
#image-navigation .navi-image a.active { z-index:10; }
#image-navigation .navi-image a.last-active { z-index:9; }

#image-navigation ul{
    margin-right:-1px;
    overflow: hidden;
    zoom: 1;
}

#image-navigation ul li a{
	width:133px;
	height:133px;
    float: left;
    margin-right:1px;
    display: inline;
}

#image-navigation .navi-image {
	width:670px;
	height:421px;
	background:#FFFFFF;
}

#image-navigation .navi {
	width:670px;
	height:133px;
	clear:both;
}