@charset "UTF-8";

html{
     background-color:#063; /*フッターの色指定*/
}

body {
	background: url(images/body.gif) repeat-x #ffe4b5;
	color: #000;
	font-family: Osaka−等幅, Osaka, 平成角ゴシック, Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	height:100%;
}

p {
	line-height: 1.5em;
	padding: 5px 0;
	margin: 0;
}

dl {
	clear: both;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
}

dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 6em;
}

dd {
	margin-left: 6em;
	padding: 0;
}

h1,h2,h3 {
	font-weight: 400;
	line-height: 1em;
	margin:0;
	padding: 0;
}

a, a:link {
	color:  #063;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear_both {
	clear: both;
	font-size: 1px;
	height: 1px;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}

#header {
	background: #063;
	height: 80px;
	text-align:right;
}

#content {
	 /* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #006633 0%, #8DC456 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #006633 0%, #8DC456 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #006633 0%, #8DC456 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #006633), color-stop(1, #8DC456));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #006633 0%, #8DC456 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #006633 0%, #8DC456 100%);
	/* Lunascape */ 
	background-color: #063;
}

#content_wrap {
	color: #FFF;
	margin: 0 auto;
	padding: 25px 0 15px;
	text-align: left;
	width: 800px;
}

#footer {
	background: #063;
	color: #FFF;
	font-size: 11px;
	padding: 10px;
	text-align: center;
}

/* ヘッダー */

#header_logo a {
	background: url(images/logo.gif) no-repeat;
	float: left;
	height:0;
	display:block;
	overflow:hidden;
	position:relative;
	width:217px;
	padding: 55px 0 0 10px;
	margin-top:12px;
}

#header h1 {
	font-size: 12px;
	font-weight:bold;
	padding: 3px 0 5px;
}

#header h2 {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 0;
}

#header_right {
	color: #FFF;
	float: right;
	margin-right: -5px;
	padding: 10px 20px 15px 0;
	width: 400px;
}

/* メニュー */
#menu {
	background: #7e0027;
	font-size: 12px;
	font-weight: 400;
	height: 55px;
	margin: 0 auto;
}

#menu_wrap {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#menu a.m_top {
	display: block;
	float: left;
	height: 42px;
	width: 105px;
	padding: 13px 0 0 5px;
	color: #fff;
	background: url(images/menu_btn.gif) no-repeat;
}

#menu a.m_cake {
	display: block;
	float: left;
	height: 42px;
	width: 235px;
	padding: 13px 0 0 5px;
	color: #fff;
	background: url(images/menu_btn.gif) no-repeat;
}

#menu a.m_gift {
	display: block;
	float: left;
	height: 42px;
	width: 135px;
	padding: 13px 0 0 5px;
	color: #fff;
	background: url(images/menu_btn.gif) no-repeat;
}

#menu a.m_shop {
	display: block;
	float: left;
	height: 42px;
	width: 165px;
	padding: 13px 0 0 5px;
	color: #fff;
	background: url(images/menu_btn.gif) no-repeat;
}

#menu a.m_blog {
	display: block;
	float: left;
	height: 42px;
	width: 135px;
	padding: 13px 0 0 5px;
	color: #fff;
	background: url(images/menu_btn.gif) no-repeat;
}

#menu a:hover {
	background-position: 0 -55px;
	text-decoration: none;
	color:  #063;
}

#menu h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px;
	font-family: 'Marcellus', serif;
}

#menu a:hover h3 {
	color: #603;
}

/* メインイメージ */

#main_img {
	margin: 0 auto;
	background: url(images/top.jpg) repeat-y center;
	height:400px;
	text-align: left;
	font-size: smaller;
}

#main_img p {
	position: absolute;
    top: 435px;
    margin-left:5px;
}
/* トップ以外のコンテンツ */

#main_content {
	background: url(images/main_img.gif) repeat-y center;
	margin: 0 auto;
	padding: 20px 40px;
	text-align: left;
	width: 760px;
}

#main_content h2 {
	position: relative;
	background: url(images/h_bg.gif) repeat-y right;
	color: #030;
	font-size: 16px;
	font-weight:bold;
	height: 25px;
	padding: 10px 0 0 10px;
	border-radius: 10px;
	padding-left: 20px;
}

.rPosition {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    font-size:12px;
    font-weight:normal;
}

/* アントルメ＆プティガトー */

.cake_pict {
	margin: 20px 20px 10px;
	width: 330px;
	display: inline-block;
	vertical-align: top;
}

 .cake_pict h3 {
	margin:2px 0;
	font-weight:bold;
	color: #063;
}

.cake_pict img {
	border: none;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* 焼菓子＆ギフト */

.gift_pict {
	margin: 20px;
	width: 210px;
	display: inline-block;
	vertical-align: top;

}

 .gift_pict h3 {
 	margin:5px 0;
	font-weight:bold;
	color: #063;
}

.gift_pict img {
	border: none;
}

/* 店舗のご案内 */

#shop_content {
	margin: 0 auto;
	background: url(images/shop.jpg) no-repeat bottom;
	text-align: left;
	width: 820px;
	height:490px;
}

.shop_info {
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	width: 760px;
}

.shop_left {
	float: left;
	width: 390px;
}
	
.shop_right {
	float: right;
	width: 350px;
}

#shop_content h2 {
	background: url(images/h_bg.gif) repeat-y right;
	color: #030;
	font-size: 16px;
	font-weight:bold;
	height: 25px;
	padding: 10px 0 0 10px;
	border-radius: 10px;
	padding-left: 20px;
}

.shop_left img {
	border: 1px solid #000;
	margin-bottom:20px;
}

.shop_info dl {
	line-height: 2.5em;
	margin: 20px 20px 0 5px;
	padding: 0;
	width:340px;
}
	
.shop_info dt {
	border-top: 1px dotted #000;
}
	
.shop_info dd {
	border-top: 1px dotted #000;
}
	
.dl_bottom {
	border-bottom: 1px dotted #000;
}

.m_position {
vertical-align: -5px;
border:0;
}

