@charset "UTF-8";


/*
=====================================================================
菓心 桔梗屋　WEB SITE
=====================================================================
*/


body {
	margin: 0;
	padding: 0;
	color: #6F6453;
	text-align: center;
	background: #FCF9EA url(../img/back.jpg) repeat-x;
	font: 80%/1.4 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Osaka, sans-serif;
}

/*
============================================================
　ページの構造
============================================================
*/


/*　ページ全体の囲み
----------------------------------------------*/
#wrapper {
	width: 860px;
	margin: 38px auto 40px;
	text-align: left;
}

/*　ヘッダー　
----------------------------------------------*/
#header {
	width: 860px;
	height: 296px;
	margin: 0px;
	position: relative;
	background: url(../img/header_back.jpg) no-repeat left top;
}

/*　コンテンツ　
----------------------------------------------*/
#contents {
	width: 860px;
	margin: 0px;
	position: relative;
}

/* clearfix */
#contents:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
#contents { display: block; }
/* no ie mac \*/
* html #contents { height: 1%; }
#contents { display: block; }
/* */


/*　トップコンテンツ
-------------------------------------*/
#cont-left {
	width: 420px;
	float: left;
	position: relative;
}

#cont-right {
	width: 420px;
	float: right;
	position: relative;
}

/*　人の一生と和菓子コンテンツ
-------------------------------------*/
#cont-left2 {
	width: 640px;
	float: left;
	position: relative;
}

#cont-right2 {
	width: 200px;
	float: right;
	position: relative;
}



/*　ブログ
-------------------------------------*/
#post {
	width: 618px;
	float: left;
}

#side-nv {
	width: 200px;
	float: right;
}


/*　フッター
-------------------------------------*/

#footer {
	width: 860px;
	height: 129px;
	margin: 16px 0px 25px;
	clear: both;
	position: relative;
	background: url(../img/footer_back.jpg) no-repeat left top;
}
#footer #banner {
	width: 442px;
	position: absolute;
	top: 16px;
	left: 231px;	
}
#footer #banner ul {
	list-style: none;
}
#footer #banner li {
	float: left;
	margin-right: 14px;
}
#footer #ftnavi {
	width: 860px;
	position: absolute;
	top: 80px;
	text-align: center;
	font-size: 12px;
	color: #866661;
	clear: both;	
}
#footer #address {
    width: 860px;
	position: absolute;
	top: 98px;
	text-align: center;
	font-size: 10px;
	color: #3B408A;	
}


/*
============================================================
　ヘッダー　詳細
============================================================
*/

#header h1 {
	position: absolute;
	left: 174px;
	top: 173px;
	font-size: 12px;
	color: #866661;
	width: 680px;
	text-align: right;
}
#header .home {
	clear: both;
	position: absolute;
	left: 0px;
	top: 254px;
	font-size: 14px;
	color: #866661;
	width: 250px;
	height: 25px;
}
#header .logo {
    position: absolute;
	left: 0px;
	top: 0px;
}
#header .h-photo {
    position: absolute;
	left: 173px;
	top: 4px;
}
#header .h-copy {
    position: absolute;
	left: 257px;
	top: 205px;
}



/*　グローバルナビ
-------------------------------------*/
#header #gnavi {
	height: 140px;
	width: 290px;
	position: absolute;
	left: 570px;
	top: 4px;
}
#header #gnavi ul {
	list-style: none;
}
#header #gnavi li {
	float: left;
	margin-right: 8px;	
}
#header .home {
	clear: both;	
}


/*　プレオープン
-------------------------------------*/

#header-pre-open {
	width: 860px;
	height: 296px;
	margin: 0px;
	position: relative;
	background: url(../img/pr_header_back.jpg) no-repeat;
}

#header-pre-open h1 {
	position: absolute;
	left: 290px;
	top: 50px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #866661;
}

#header-pre-open p {
	position: absolute;
	left: 290px;
	top: 100px;
	font-size: 16px;
	color: #393E89;
	width: 564px;
	height: 52px;
}


/*
============================================================
　フッター
============================================================
*/
