@charset "utf-8";

 /*------------------------------------
ブラウザスタイルのクリア
------------------------------------*/
* {
	padding : 0;
	background-repeat:no-repeat;
	text-decoration: none;
	margin : 0;
}
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, tr, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
		list-style-type: none;
}
/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }
/* 画像の下にできる隙間をなくす */
img {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
/* hr 要素は不可視で使う */
hr { display: none; }

strong{
font-style: normal;
font-weight: normal;
}
 
 /*------------------------------------
共通
------------------------------------*/
p{
line-break: normal;
}

body{
	/*font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',メイリオ',Meiryo,sans-serif;*/
	font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#ffffff;
	/*border-top:solid 5px #47885e;*/
	/*border-top:solid 25px #60A625;*/
	/*margin: 0 auto;*/
}

/*-------------------------------------
ヘッダー
----------------------------------------*/
#header{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', Osaka,sans-serif;
	padding-top:0px;
	height:115px;
	margin:0 auto;
	background-color:none;
	width:1000px;
	margin-bottom:8px;
}
#header_guide {
	width:100%;
	min-width:1000px;
	background-color:#0f700f;
	height:25px;
	display: inline-block; _display: inline;
}
.midashi_top{
	width:1000px;
	color:#FFFFFF;
	font-size: 14px;
	font-weight:bold;
	padding-top: 5px;
	margin:0 auto;
}
.midashi_top_left {
	float: left;
	font-size: 14px;
	font-weight: bold;
}
#header_logo{
margin-top:0px;
}
#header_caption{
	height:80px;
	width:250px;
	margin-top:15px;
	float:left;
}
#header_caption a{
color:#333;
}

#header #header_coution{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	clear:both;
	color: #333333;
	font-size: 14px;
	text-align:right;
	padding: 5px 20px 5px 10px;
	background-color:#DCEDD2;
	width:970px;
}

/*---------------------------------------
翻訳ボタン
----------------------------------------*/
#trans_lang #language,#trans_lang .sp {
	display: none;
}
#trans_lang {
	padding-left: 10px;
	float: right;
/*	background: #060606;*/
}
#trans_lang p,#trans_lang a{
	color: #f6f6f6;
}
#trans_lang p,#trans_lang ul,#trans_lang li {
	float: left;
}
#trans_lang p,#trans_lang li {
	padding: 0px 5px 0px 3px;
}
#trans_lang #link_wrapper {
	overflow: hidden;
}
#trans_lang li:before {
	content:"| ";
	color: #f6f6f6;
	padding-right: 5px;
}
#trans_lang a {
	text-decoration: none;
}
#trans_lang a:hover {
	text-decoration: underline;
}


/*---------------------------------------
ナビゲーションバー
----------------------------------------*/
#navi-bar{
/*	width:580px;*/
/*	width:569px;*/
	height:85px;
	margin-top:15px;
	float:left;
	padding-right: 10px;
}
#navi {
	letter-spacing: -.40em;
}

#navi li{

	display: inline-block;
	height:85px;

	letter-spacing: normal;
	font-size:12px;
	text-align: center;
}

#navi li a{
	display: table-cell;
    height: 85px;
    margin: 0 auto;
    vertical-align: bottom;
    background-position: center top;
    background-repeat: no-repeat;
    color: #333333;
    text-decoration: none;

}

#navi li a:hover{
}

#navi li.navi3 a {/*ケーブルカーリフト*/
	height: 95px;
}

#navi li.navi4 a {/*グルメおみやげ*/
	height: 95px;
}

.navi1 a{
	width:75px;
	background-image:url('/img/navi_home.png');
}
.navi1 a:hover{
	background-image:url('/img/navi_home-hover.png');
}

.navi2 a{
	width:85px;
	background-image:url('../img/navi_course.png');
}
.navi2 a:hover{
	background-image:url('../img/navi_course-hover.png');
}

.navi3 a{
/*	width:130px;*/
	background-image:url('../img/navi_cable.png');
	padding: 0 5px;
}
.navi3 a:hover{
	background-image:url('../img/navi_cable-hover.png');
}

.navi4 a{
	width:85px;
	background-image:url('../img/navi_gift.png');
}
.navi4 a:hover{
	background-image:url('../img/navi_gift-hover.png');
}

.navi5 a{
	width:85px;
	background-image:url('../img/navi_around.png');
}
.navi5 a:hover{
	background-image:url('../img/navi_around-hover.png');
}

.navi6 a{
	width:85px;
	background-image:url('../img/navi_access.png');
}
.navi6 a:hover{
	background-image:url('../img/navi_access-hover.png');
}
#navi-right {
	float:left;
	padding-top:18px;
}
.navi-right-text{
	font-size:12px;
	margin-bottom:5px;
}
.navi-right-text a{
	color:#333;
	vertical-align: middle;
}
.navi-right-text a:hover{
text-decoration:underline;
}
#kensaku {
	float:left;
	height: 20px;
	width: 165px;
}

#search_btn {
	float: right;
	border: none;
	width: 50px;
	height: 22px;
	background-image: url("/img/search_btn.png");
}
#search_btn:hover {
	cursor: pointer;
}

#search_btn:active {
	background-position: 0 -22px;
}

/*--------------------
コンテンツエリア
--------------------*/
#contents {
    margin: 0 auto;
    width: 1000px;
    clear:both;
	padding-top:16px;

}

/*----------------------
左サイドメニュー
---------------------*/
/*top.cssへ*/
/*second.cssへ*/

/*------------------------------
右コンテンツエリア
-------------------------------*/
/*contents.cssへ*/
/*second.cssへ*/

/*------------------------------
ダウンロードボタン
-------------------------------*/
.btn-dl{
    display: block;
    margin: 1em auto auto auto;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
    font-size: 18px;
	text-align:center;

	color: #fff !important;
    background-color: #f57f31;

	border-radius: 4px;

}

.btn-dl span{
	padding-left: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(../img/ico_download.png);
    background-repeat: no-repeat;
    background-position: 0 12px;
}


/*------------------------------
SNS
-------------------------------*/

/*--------------------
SNSリンク
--------------------*/

#sns ul{
}

#sns li{
	height:48px;
	margin-bottom:8px;
}

#sns a{

	display:table-cell;
	height:48px;

    padding-left: 60px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	vertical-align: middle;
}

#sns .fb{
	background: url(/img/sns.png) no-repeat 0 0;
}
#sns .tw{
	background: url(/img/sns.png) no-repeat 0 -60px;
}
#sns .ig{
	background: url(/img/sns.png) no-repeat 0 -120px;
}
/*--------------------------------
フッター
--------------------------------*/
#footer{
	clear:both;
	width:100%;
	min-width:1000px;

	background-color:#0f700f;
//	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', Osaka,sans-serif;
	line-height:1.6em;
	color:#ffffff;
}
#footer_container{
	width:1000px;
	margin:0 auto;
	padding:16px 0;
}

.footer_sitemap_block{
	float: left;
	width: 180px;
	margin-bottom: 32px;
	padding: 0 4px;
}

#footer a {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}


#footer_contact_area{
height:auto;

}
.footer_credit{
text-align:center;
font-size:18px;
}
.footer_link{
text-align:center;
margin-top:8px;
}

#footer_copyright{
	clear: both;
	width: 100%;
	text-align:center;
}



/*///////////////
書式設定
///////////////*/
.text-red{
color:red;
}
.bold{
font-weight:bold;
}
.center{
text-align:center;
}
.clear_float{
clear:both;
}