/*
Theme Name: tantanyama
Description: オリジナルテーマ
Author: 管理人
*/

/*--------------------------------------------------------------------
初期設定
----------------------------------------------------------------------*/
body {
	background: #FFF;
	margin: 0;/*OPERA以外*/
	padding: 0;/*OPERAに適用*/
	
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.85em;/*　75%　基準フォントサイズを12px相当に指定*/
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}
p {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
ul,ol,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl,dt,dd {
	margin: 0;
	padding: 0;
}
img{
	border:none;
	}
address {
	font-style: normal;
}
a:link{
	color:#555;
	text-decoration:none;
	}
a:active{
	color:#F60;
	}
a:visited{
	color:#999;
	}
a:hover{
	text-decoration:underline;
	}


/*
  フロート操作によるボックスの高さ調整
=================================================================*/
.clearfix:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {
	display: inline-table;min-height: 1%;}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;}
.clearfix {
	display: block;}
/* End hide from IE-Mac */


/**/
html {
	overflow-y: scroll;
}



/*
  body設定
=================================================================*/
/*
body{
}
/

/*
  wrapper設定
=================================================================*/
div#wrapper{
	width: 900px;
	margin:0 auto;
	
	
}


/*
  ヘッダー設定
=================================================================*/

div#header{
width: 880px;
height: 136px;
background-image: url(images/header_image.jpg);
margin:5px 0 0 10px;
border-bottom: 4px solid #FA6413;
}

div#header a{
	margin-left: 625px;	
	
}


/*
  メインイメージ設定
=================================================================*/

div#main_image{
	margin-left:10px;
}

/*
  contents News 設定
=================================================================*/
div#title_news{
	width: 210px;
	height: 30px;
	background-image: url("images/today_title.gif");
	margin: 20px 0 0 0;
}


div#contents_news{
	width: 860px;
	border-top: 1px solid #999;
	margin:0 0 10px 10px;
	padding: 5px 0 0 20px;
	font-size: 14px;
}
div#contents_news h2{
	width: 840px;
	font-size: 20px;
	color: #484741;
	margin:5px 0;
	padding-left: 5px;
	border-left: 10px solid #6E5B4F;
}


div#contents_news span{
	font-size: 16px;
	color: #484741;
}


div#contents_news p{
	margin: 5px 0 20px 0;
}


/*
  contents 食べ物 設定
=================================================================*/
div#title_food{
	width: 150px;
	height: 30px;
	background-image: url("images/food_title.gif");
	margin-top: 20px;
}

div#contents_food{
	width: 880px;
	margin:0 0 20px 10px;
	border-bottom: 1px solid #999;
}

p.foodtitle{
	border-bottom: 1px solid #999;
}
	

div.food_leftcol{
	width: 530px;
	float:left;
	padding-left: 30px;
	padding-top: 5px;
}
div.food_rightcol{
	width: 270px;
	float:right;
	padding-right: 30px; 
	padding-bottom: 15px;
	padding-top: 5px;
}
p.menu{
	text-align: center;
	font-size: 15px;
	padding-top: 5px;	
}
p.menu_last{
	text-align: center;
	font-size: 15px;
	padding-top: 5px;
	margin-bottom: 20px;	
}

/*
  contents 飲み物 設定
=================================================================*/

div#title_drink{
	clear: both;
	width: 140px;
	height: 30px;
	background-image: url("images/drink_title.gif"); 
}

div#contents_drink{
	
	width: 880px;
	padding:0 0 20px 20px;
	border-top: 1px solid #999;
}

	

p.drinkimage{
	margin-left: 20px;
	margin-bottom: 10px;
}
div#contents_drink table{
	padding-left: 20px;
}
table.menu01{
	float:left;
	padding-right: 10px;
	margin-bottom: 20px;
}
table.menu02{
	float:left;
}
table.menu03{
	float:right;
	padding-right: 50px;
}
/*
  contents 地図 設定
=================================================================*/

div#title_map{
	clear: both;
	width: 110px;
	height: 30px;
	background-image: url("images/map_title.gif");

}


div#contents_map{
	width: 880px;
	height: 300px;
	border-top: 1px solid #999;
	padding:0 0 0 10px;
}



div.map_leftcol{
	width: 390px;
	height: 260px;
	float: left;
	padding:20px 0 0 30px;
}		
div.map_rightcol{
	width: : 430px;
	height: 260px;
	padding:20px 20px 0 0;
}


/*
 toPageTopへ設定
=================================================================*/

p#toPageTop{
	clear: both;
	margin: 10px 0 10px 0;
	text-align: center;
}


/*
  Footer設定
=================================================================*/
div#footer{
	height: 40px;
	border-top: 1px solid #999;
	
}
div#footer p{
	text-align: center;
	line-height: 40px;
}







