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

* {
	margin: 0;
	padding: 0;
}
body,td,th {
	color: #333333;
	font-size: small;
}
body {
	margin: 0px;
	background-color: #F0F0F0;
}


/*txt*/
h3 {
	padding-bottom: 3px;
	border-bottom: 2px solid #A4B8D9;
	margin: 30px 0 10px 0;
	color: #666666;
	font-size: medium;
	clear: both;
}
h4 {
	border-left: 4px solid #CCCCCC;
	font-size: medium;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding-left: 6px;
	clear: both;
}
h5 {
	border-left: 2px solid #CCCCCC;
	font-size: small;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0 0 0 4px;
	clear: both;
}
P {

	margin: 0 0 8px 0;
	line-height: 140%;
}
ul.list {
	margin: 0;
	padding: 0;
}
ul.list li {
	list-style-type: none;
	background: url(../img_common/list_icon.gif)  center left no-repeat;
	background-position: 0 4px;
	padding-bottom: 4px;
	list-style-position: outside;
	padding-left: 12px;
}


/*page layout*/
#wrapper {
	margin: 0 auto;
	width: 960px;
	display: block;
}
#header {
	width: 960px;
	height: 96px;
	display: block;
}
#corner_image {
	width: 930px;
	height: 170px;
	display: block;
	padding: 0 15px;
	background: url(../img_common/bg_contents.gif) repeat-y;
}
#main {
	background: url(../img_common/bg_contents.gif) repeat-y;
	width: 900px;
	padding: 20px 30px;
}

#left_navi {
	width: 230px;
	display: block;
	float: left;
}
#contents {
	width: 620px;
	display: block;
	float: right;
}
#footer {
	width: 960px;
	height: 70px;
	display: block;
}
#footer img {
	border: none;
}



/*left navigation*/
ul#g_navi li {
	list-style-type: none;
}


/*logo*/
#logo {
	width: 350px;
	padding-top: 16px;
	float: left;
	display: block;
}
#logo h1#montana a {
	background: url(../img_common/h1_logo_nomal.gif) no-repeat;
	width: 350px;
	height: 80px;
	text-indent: -10000px;
	border: 0;
	display: block;
}
#logo h1#montana a:hover {
	background: url(../img_common/h1_logo_over.gif) no-repeat;
	width: 350px;
	height: 80px;
	text-indent: -10000px;
	border: 0;
	display: block;
}
/*sub navigation*/
#sub_navi {
	width: 610px;
	height: 96px;
	display: block;
	float: right;
}

ul#sub_navi li {
	list-style-type: none;
	text-indent: -10000px;
	float: left;
}
ul#sub_navi li a {
	display: block;
	height: 96px;
	border: none;
	background: url(../img_common/sub_navi.gif) no-repeat;
}
ul#sub_navi li#download a {
	background-position: -350px 0;
	width: 104px;
}
ul#sub_navi li#download a:hover {
	background-position: -350px -96px;
	width: 104px;
}
ul#sub_navi li#mailmagazine a {
	background-position: -454px 0;
	width: 98px;
}
ul#sub_navi li#mailmagazine a:hover {
	background-position: -454px -96px;
	width: 98px;
}
ul#sub_navi li#faq a {
	background-position: -552px 0;
	width: 98px;
}
ul#sub_navi li#faq a:hover {
	background-position: -552px -96px;
	width: 98px;
}
ul#sub_navi li#inquiry a {
	background-position: -650px 0;
	width: 98px;
}
ul#sub_navi li#inquiry a:hover {
	background-position: -650px -96px;
	width: 98px;
}
ul#sub_navi li#sitemap a {
	background-position: -748px 0;
	width: 98px;
}
ul#sub_navi li#sitemap a:hover {
	background-position: -748px -96px;
	width: 98px;
}
ul#sub_navi li#english a {
	background-position: -846px 0;
	width: 114px;
}
ul#sub_navi li#english a:hover {
	background-position: -846px -96px;
	width: 114px;
}
/*end*/




/*control*/
.clear {
	clear: both;
	height: 0px;
	line-height: 0%;
}
.clear20 {
	clear: both;
	height: 15px;
	line-height: 0%;
}

.img_l {
	margin: 0 15px 10px 0;
	float: left;
}
.img_r {
	margin: 0 0 10px 15px;
	float: right;
}
.img_c {
	margin-bottom: 15px;
}
.back {
	text-align: right;
}

/*table data*/
.table_data {
	margin: 0px 0px 30px 0px;
	width: 620px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	clear: both;
}
.table_data th {
	text-align: left;
	vertical-align: top;
	width: 120px;
	font-weight: normal;
	background-color: #F6FFFF;
	padding: 6px;
	border: 1px solid #CCCCCC;
}
.table_data td {
	padding: 6px;
	border: 1px solid #CCCCCC;
}



/*　アコーディオン用
-------------------------------------------------------------------------------*/
.glossymenu{
margin: 5px 0;
padding: 0;
width: 230px; /*width of menu*/
border-bottom-width: 0;
list-style-type: none;
display: block;
}

.glossymenu a.menuitem{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 230px;
height: 31px;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
list-style-type: none;
text-indent: -10000px;
}

.glossymenu a.menuitem:hover{
height: 31px;
list-style-type: none;
text-indent: -10000px;
}


a.national_park {
	background: url(../img_common/g_navi_acod02.gif) no-repeat;
}
a.national_park:hover {
	background: url(../img_common/g_navi_acod02_h.gif) no-repeat;
}

a.travel {
	background: url(../img_common/g_navi_acod03.gif) no-repeat;
}
a.travel:hover {
	background: url(../img_common/g_navi_acod03_h.gif) no-repeat;
}

a.event {
	background: url(../img_common/g_navi_acod04.gif) no-repeat;
}
a.event:hover {
	background: url(../img_common/g_navi_acod04_h.gif) no-repeat;
}


a.outline {
	background: url(../img_common/g_navi_acod01.gif) no-repeat;
	width: 230px;
	height: 38px;
}
a.outline:hover {
	background: url(../img_common/g_navi_acod01_h.gif) no-repeat;
}

a.study {
	background: url(../img_common/g_navi_acod05.gif) no-repeat;
	width: 230px;
	height: 38px;
}
a.study:hover {
	background: url(../img_common/g_navi_acod05_h.gif) no-repeat;
}

a.gallery {
	background: url(../img_common/g_navi_acod06.gif) no-repeat;
	width: 230px;
	height: 38px;
}
a.gallery:hover {
	background: url(../img_common/g_navi_acod06_h.gif) no-repeat;
}

a.business {
	background: url(../img_common/g_navi_acod07.gif) no-repeat;
	width: 230px;
	height: 38px;
}
a.business:hover {
	background: url(../img_common/g_navi_acod07_h.gif) no-repeat;
}

a.tour {
	background: url(../img_common/g_navi_acod08.gif) no-repeat;
	width: 230px;
	height: 38px;
}
a.tour:hover {
	background: url(../img_common/g_navi_acod08_h.gif) no-repeat;
}

a.link {
	background: url(../img_common/g_navi_acod09.gif) no-repeat;
	width: 230px;
	height: 38px;;
}
a.link:hover {
	background: url(../img_common/g_navi_acod09_h.gif) no-repeat;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
/*border-bottom: 1px solid blue;*/
}

.glossymenu div.submenu ul li a{
text-decoration: none;
	background-color: #C0C0C0;
	color: #FFFFFF;
	display: block;
	width: 219px;
	margin: 0;
	padding: 3px 3px 3px 8px;
	border-bottom: 1px solid #999999;
}

.glossymenu div.submenu ul li a:hover{
text-decoration: none;
	background-color: #999999;
	display: block;
	width: 219px;
	margin: 0;
	padding: 3px 3px 3px 8px;
	border-bottom: 1px solid #999999;
}

div.slideshow {
	text-align: right;
	padding: 1em 0;
}
div.slideshow img {
	border: none;
}
.hidden {
	display: none;
}