@charset "shift_jis";

/*CSS information=====================
+header
+global-nav
+contents
 ++main
 ++side
+footer
+clearfix
======================================*/


/*================
+header
==================*/
#header {
	background: url(../images/common_images/header/headerTop_bg.gif) repeat-x left top;
	}
h1 {
	background: url(../images/common_images/header/hShopInfo_bg.gif) repeat-y 36px 0;
	font-size: 70%;
	font-weight: normal;
	color: #005b3f;
	text-align: right;
	padding: 10px 15px 2px 258px;
	line-height: 1.2;
	}
#header-bottom {
	width: 750px;
	height: 297px;
	margin: 0 15px 10px;
	background: url(../images/top_images/main_img.jpg) no-repeat center bottom;
	}
#hShop-info {
	margin-left: 21px;
	}


/*================
+global-nav
==================*/
#global-nav {
	margin-bottom: 29px;
	}
	

/*================
+contents
==================*/
#contents {
	width: 750px;
	margin: 0 15px 35px;
	font-size: 80%;
	}


/*================
++main
==================*/
#main {
	float: right;
	width: 470px;
	}

#main #concept {
	background: url(../images/top_images/concept.jpg) no-repeat;
	width: 470px;
	height: 205px;
	margin-bottom: 15px;
	}
#main #concept p {
	width: 0px;
	height: 0px;
	overflow: hidden;
	}

#main #greeting {
	width: 440px;
	padding: 15px 15px 0;
	margin-bottom: 15px;
	background: #ffffff url(../images/top_images/greeting_bgT.gif) no-repeat left top;
	line-height: 1.5;
	}
#main #greeting .wrapper {
	background: url(../images/top_images/greeting_bgB.gif) no-repeat left bottom;
	padding-bottom: 15px;
	}
#main #greeting .floatL {
	width: 150px;
	margin-right: 15px;
}
#main #greeting .floatR {
	width: 275px;
	}
#main #greeting .floatR img {
	margin-bottom: 15px;
	}
	
#main #news {
	margin-bottom: 15px;
	}
#main #news h2{
	margin-bottom: 4px;
	}
#main #news #news-box {
	border: 1px solid #d1cab6;
	background: #ffffff;
	padding: 10px;
	}
	
#main #bannerArea ul li {
	margin-bottom: 10px;
	}
#main #bannerArea .wrapper {
	width: 470px;
	}


/*================
++side
==================*/
#side {
	float: left;
	width: 255px;
	}
#side #shop-info {
	background: url(../images/top_images/shopInfo_bgM.gif);
	margin-bottom: 15px;
	}
#side #shop-info p.photo {
	background: url(../images/top_images/shopInfo_bgT.gif) no-repeat left top;
	padding: 15px 15px 12px;
	}
#side #shop-info ul {
	background: url(../images/top_images/shopInfo_bgB.gif) no-repeat left bottom;
	padding: 0 15px 15px;
	}
#side #shop-info li {
	margin-bottom: 6px;
	line-height: 1.1;
	}
#side #shop-info li#shop-name {
	margin-bottom: 15px;
	}
#side #shop-info li#shop-name strong {
	color: #005b3f;
	font-weight: normal;
	font-size: 110%;
	}
#side #blog-banner, #side #instagram-banner {
	margin-bottom: 15px;
	}

#side #linkArea {
	border: 1px solid #f8f3e2;
	background: #e4dab9;
	padding: 14px;
	line-height: 1.4;
	margin-bottom: 15px;
	}
#side #linkArea p {
	margin-bottom: 8px;
	}
#side #linkArea p.last-child {
	margin-bottom: 0;
	}
#side #kanban-dogs {
	background: #fff7dd;
	border: 1px solid #d2cab4;
	}
#side #kanban-dogs h2 {
	margin: 10px 14px 14px;
	}
#side #kanban-dogs .photo {
	text-align: center;
	margin: 0 0 14px;
	}
	

/*================
+clearfix
==================*/
#contents:after,
#main #greeting .wrapper:after,
#main #bannerArea .wrapper:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#contents,
#main #greeting .wrapper,
#main #bannerArea .wrapper {
	display: inline-block;
}
/* Hides from IE-mac \*/
*html #contents,
*html #main #greeting .wrapper,
*html #main #bannerArea .wrapper {
	height:1%;
}
#contents,
#main #greeting .wrapper,
#main #bannerArea .wrapper {
	display: block;
}
/* End hide from IE-mac*/

