@charset "shift_jis";
@import url("top_page.css");
/* CSS Document */

/*-----------------------*/
/*共通設定*/
/*-----------------------*/

*{
	padding:0;
	line-height:1.6;


	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	list-style-type:none;
	margin: 0;
}

img{
	border:none;
}

/*-----------------------*/
/*大枠ボックス構成*/
/*-----------------------*/

body{
	font-size:small;
	text-align:center;
	background-color:black;
}

#wrapper{
	width:900px;
	margin:0px auto;
	text-align:left;
}

#header{
	width:900px;
	height:40px;
	background-image:url(../images/header.gif);
	
	font:"ＭＳ Ｐ明朝";
	text-align:right;
	font-size:15px;
		
}


/*-----------------------*/
/*和風料理宮島ロゴ*/
/*-----------------------*/
#obi{
	width:900px;
	height:150px;

}

/*-----------------------*/
/*ナビゲーション*/
/*-----------------------*/

#navi{
	color:#FFF;
	width:900px;
	height:40px;

}

.navimenu{
	float:left;

}


/*-----------------------*/
/*左ナビゲーション*/
/*-----------------------*/

#left_box{
	width:150px;
	height:635px;
	float:left;
	background:url(../images/taremaku.gif);
	
}

.sidemenu{
	margin-left:10px;
	padding-bottom:5px;
	float:left;
}

/*-----------------------*/
/*右側大枠*/
/*-----------------------*/
#right_box{
	width:750px;
	float:left;
}


/*-----------------------*/
/*フラッシュ部*/
/*-----------------------*/
#right_box_1_1{
	width:530px;
	height:250px;
	float:left;
	margin-left:20px;
	background-color:#FFF;
}


/*-----------------------*/
/*フラッシュ横お知らせ*/
/*-----------------------*/
#right_box_1_2{
	width:200px;
	height:250px;
	float:left;
	background-color:#FFF;
	font-size:14px;
}

/*-----------------------*/
/*スポットお知らせ*/
/*-----------------------*/
#right_box_a{
	width:730px;
	margin-left:20px;
	clear:both;
	border:none;
	background-color:#FFF;	
}

/*-----------------------*/
/*記載内容部*/
/*-----------------------*/

#right_box_2{
	width:730px;
	margin-left:20px;
	clear:both;
	border:none;
	background-color:#FFF;	
}


/*-----------------------*/
/*フッター*/
/*-----------------------*/

#footer{
	width:900px;
	height:40px;
	clear:both;
}


/*-----------------------*/
/*その他設定*/
/*-----------------------*/

#btn{text-align:center;
     margin-top:200px;
	 list-style-type:none;    
}




