@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Quando);
@import url(http://fonts.googleapis.com/css?family=Capriola);



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	見出し
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

h2 {
	line-height: 35px;
	padding-top: 3px;
	padding-left: 15px;
	background: url(../images/base/icon_title.png) no-repeat left bottom;
}

h3 {
	margin-bottom: 10px;
	padding-left: 10px;
	border-bottom: solid 2px #4689c3;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	トップ画像
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

/* トップページ */
#header_index {
	width: 950px;
	height: 355px;
	background: url(../images/base/index_img.jpg) no-repeat;
}

/* コンテンツページ */
#header_contents {
	width: 950px;
	height: 205px;
	background: url(../images/base/contents_img.jpg) no-repeat;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	新着情報
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

.news_box {
	border: solid 1px #777;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	店舗案内
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

.tb_shop {
	width: 100%;
	border-collapse: collapse;
}

.tb_shop th,
.tb_shop td {
	padding: 5px 15px;
	border: solid 1px #4689c3;
}

.tb_shop th {
	background: #add3f4;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	メニュー案内
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

.tb_item {
	width: 100%;
	border-collapse: collapse;
}

.tb_item th,
.tb_item td {
	padding: 10px;
	border: solid 2px #4689c3;
}

.tb_item th {
	background: #add3f4;
	text-align: center;
}





/* end */
