@charset "utf-8";

/*******************************************************************************
[1] 共通設定
********************************************************************************/
*{
    margin: 1px;
    padding: 0px;
}

body{
	background-color: #EDEBF3;
	background-image: url(images/bg_kage.gif);
	background-repeat: repeat-y;
        text-align:center;
        background-position: center;
}

img{
    border: none;
}

hr{
	display: none;
}
strong {
	font-weight: bold;
}

.hide{
	display: none;
}
.textclear{
	clear: both;
	margin:0;
}

a:link   {text-decoration: underline; color: #0033CC;}
a:visited {text-decoration: underline; color: #0033CC;}
/*a:visited {text-decoration: underline; color: #551A8B;}*/
a:active  {text-decoration: underline; color: #CC0000;}
a:hover   {text-decoration: underline; color: #CC0000;}
/*a:hover   {text-decoration: underline; color: #FF4500;}*/

/*******************************************************************
[2]レイアウト
*******************************************************************/
/*----------全体包括用ボックス-----------*/
#wrap {
       margin-right: auto;
       margin-left: auto;
       width: 950px;
}

/*---------------トップ画像　　--------*/
#topimage{
          margin: 0px
          clear: both;
          clear: both;
}
 

/*---------------グローバルナビ--------*/

#gnavi {
        width: 950px;        
        height: 36px;
        clear: both;
}


/*---------------ボディ---------------*/

#content {
width: 95%;
}

/*---------------メイン---------------*/

#main {
       width: 70% ;
       float: right ;
}

/*---------------サイド---------------*/
#side {
       width: 25% ;
       float: left ;
       margin-top: 20px;
margin-left: 10px;
}

#banner_hotel {
        margin-top: 25px;
}


#banner_restaurant {
        margin-top: 20px;
}

#banner_souvenirshop {
        margin-top: 20px;
}

#banner {
        margin-top: 20px;
}

#mainsponsor {
        margin-top: 20px;
        font-size: 0.8em;
        font-style: normal;
	text-align: left;
}


/*---------------フッター---------------*/

#footer{
	margin-top: 50px;
	clear: both;
	width: 950px;
}

#footer_sponsor{
	margin-top: 50px;
        margin-left: 15px;
	clear: both;
	width: 900px;
        font-size: 0.8em;
        font-style: normal;
	text-align: left;
}


/*==========================================
書式設定・その他（上記レイアウト以外）
============================================*/

/*---------------カウンター-------------*/

#counter{
margin-top:" 10px";
width: 50px;



/*---------------フッター---------------*/

#pagetop {
	font-size: 0.8em;
        padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;font-style: normal;
	text-align: right;
}

#footer_reference {
	font-size: 0.8em;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	font-style: normal;
	background-color: #FFFFFF;
	text-align: right;
}


#address{
	font-size: 0.8em;
	padding-top: 1em;
	font-style: normal;
	background: url(images/bar.gif) repeat-x;
	text-align: center;
}

#copyright{
	font-size: 0.8em;
	padding-top: 1em;
	background:#75CF27 url(images/bar.gif) repeat-x;
	text-align: center;
}