@charset"utf-8";

/* 共通 */

* {
	margin:0;
	padding:0;
	}
	
body{
	width:800px;
	margin:0px auto;
	font-size:12px;
	color:#4F4F00;
	font-family: 'Lucida Grande', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'Verdana', 'MS P ゴシック';
	line-height:1.5;
	}
	
#frame {
	width:840px;
	background-image:url(images2/bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
	}
	
#main {
	width:800px;
	margin-left:20px;
	}
	
p{	
	margin:5px 15px 0px 15px;
}


h1{	font-size:12px;
	font-style:normal;
	display:inline;
	margin:0;
	}
	
h2{
	margin:5px 5px 5px 20px;
	font-size:12px;
	font-weight:900;
	color:#CC3366;
}


.logo {
 	margin-bottom:0px;
	margin-left:10px;
	float:left;
	}
	
.english_button {
 	margin-top:60px;
	margin-left:370px;
	}

	
.text{
	font-size:12px;
	font-weight:600;
	color:#CC3366;
	}


/* 2011　naviメニュー */

td.menu {
	height: 42px;
	background:url(images2/menu_bg.jpg) center repeat-x;
	vertical-align:bottom;
	}

/* 2011　トップ */

p.topics {
	padding:9px 5px;
	margin:1.3em 1em;
	border:1px solid #CCC;
	background-color:#FFD9D9;
	line-height:1.7;
	}
	
*html p.topics {
	margin:1em 0.5em;
	}

div.food {
	height:188px;
	background-image:url(images2/top_bg_food.jpg);
	background-color:#000000;
	}
	
img.food {
	margin-top:15px;
	}

	
div.black {
	background:#000000;
	height:auto;
	}

	
/* 2011　アクセス */

table.gray {
	border-right:1px solid #ccc;
	margin: 0.5em 1em 0.2em 1em;
	}

th.gray1, td.gray1 {
	border-top:1px solid #ccc;
	}	
	
th.gray, td.gray {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;
	}
	
	
*+html p.ff{margin-bottom:1.5em;}


/* リンク */

a:link,a:visited,a:active {
	color:#660066;
	text-decoration:underline;
	}

a:hover {
	color:#333300;
	text-decoration:none;
	}
	





p.text_footer{
	font-size:12px;
	color:#ffffff;
	text-align:center;
	margin:0;
}	

.nomargin{
	margin-bottom:0px;
}

.nomargintop{
	margin-top:0 px;
	}


.float{
	float:left;
	}


