@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 65%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
}
hr {
	display: none;
}
p {
	font-size: 1.2em;
	color: #333333;
}
.clear {
	clear: both;
}
/* link styles
------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #DC5441;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	margin: 0px auto;
}

#header {
	margin-top: 15px;
	height: 90px;
	width: 900px;
}
#side {
	float: left;
	width: 430px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#main {
	float: right;
	width: 455px;
}
#news {
	height: 180px;
	background-image: url(img/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#shop {
	width: 455px;
	margin-bottom: 0px;
	height: 180px;
	margin-top: 10px;

}
#footer {
	clear: left;
	width: 900px;
}


/* 共通
------------------------------*/
.mb-15 {
	margin-bottom: 10px;
}
.yaji {
	margin-bottom: 10px;
	float: left;
	margin-left: 0px;
}

/* header styles
------------------------------*/
#header #logo {
	height: 90px;
	width: 217px;
	float: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#header ul {
	float: right;
	width: 600px;
	height: 40px;
	margin-top: 50px;
	background-image: url(img_common/g_navi.gif);
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li, #header ul li a {
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 85px;
}
#header ul li.navi_home a:hover {
     background: url(img_common/g_navi.gif) no-repeat left bottom;
}
#header ul li.navi_about a:hover {
     background: url(img_common/g_navi.gif) no-repeat -85px -40px;
}
#header ul li.navi_shop a:hover {
     background: url(img_common/g_navi.gif) no-repeat -170px -40px;
}
#header ul li.navi_cafe a:hover {
     background: url(img_common/g_navi.gif) no-repeat -255px -40px;
}
#header ul li.navi_access a:hover {
     background: url(img_common/g_navi.gif) no-repeat -340px -40px;
}
#header ul li.navi_blog a:hover {
     background: url(img_common/g_navi.gif) no-repeat -425px -40px;
}
#header ul li.navi_contact a:hover {
     background: url(img_common/g_navi.gif) no-repeat -510px -40px;
}


#header ul li.navi_home_on{
     background: url(img_common/g_navi.gif) no-repeat left bottom;
} 
#header ul li.navi_about_on{
     background: url(img_common/g_navi.gif) no-repeat -85px -40px;
}
#header ul li.navi_shop_on{
     background: url(img_common/g_navi.gif) no-repeat -170px -40px;
}
#header ul li.navi_cafe_on{
     background: url(img_common/g_navi.gif) no-repeat -255px -40px;
}
#header ul li.navi_access_on{
     background: url(img_common/g_navi.gif) no-repeat -340px -40px;
}
#header ul li.navi_blog_on{
     background: url(img_common/g_navi.gif) no-repeat -425px -40px;
}
#header ul li.navi_contact_on{
     background: url(img_common/g_navi.gif) no-repeat -510px -40px;
}

/* side styles
------------------------------*/

#side {
	background-image: url(img/side01.jpg);
	background-repeat: no-repeat;
	height: 582px;
	width: 430px;
}

#about02 #side {
	background-image: url(img/side02.jpg);
	background-repeat: no-repeat;
	height: 582px;
	width: 430px;
}

#cafe03 #side {
	background-image: url(img/side03.jpg);
	background-repeat: no-repeat;
	height: 582px;
	width: 430px;
}

#access05 #side {
	background-image: url(img/side05.jpg);
	background-repeat: no-repeat;
	height: 582px;
	width: 430px;
}

#contact07 #side {
	background-image: url(img/side07.jpg);
	background-repeat: no-repeat;
	height: 582px;
	width: 430px;
}



/* news styles
------------------------------*/
#news dt {
	color: #549FC0;
	font-size: 1.2em;
}

#news dd {
	font-size: 10px;
	margin-bottom: 10px;
}

/* online shop styles
------------------------------*/
#shop-honbun {
	float: left;
	width: 270px;
	margin-right: 0px;
}
#shop-item .item {
	float: right;
	width: 80px;
	margin-left: 10px;
}

#shop-item dt {
	line-height: 1.3;
	text-align: center;
}

#shop-item dd {
	line-height: 1.3;
	text-align: center;
}

/* about styles
------------------------------*/
#about {
	width: 145px;
	margin-right: 10px;
	float: left;
}

/* cafe styles
------------------------------*/
#cafe {
	width: 145px;
	margin-right: 10px;
	float: left;
}

/* blog styles
------------------------------*/
#blog {
	width: 145px;
	float: right;
}

/* contact styles
------------------------------*/
#contactForm {
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
}

#contactForm th {
	color: #DE5754;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contactForm td {
	line-height: 1.2em;
}
#contactForm td em {
	color: #FF0000;
}
#contactForm th #check {
}
#contactForm td #Qcontents02 {
	font-size: 12px;
}








/* footer styles
------------------------------*/

#footer address {
	float: right;
}


/* page02 about us
------------------------------*/

#about02 #main {
	margin-top: 80px;
}

#about02 #main p {
	line-height: 1.6;
	margin-bottom: 20px;
}


/* page03 cafe
------------------------------*/

#jyusyo {
	width: 455px;
	height: 173px;
}

#jyusyo dt {
	float: left;
	font-size: 10px;
	padding-top: 90px;
}

#jyusyo dd {
	float: right;
	width: 262px;
}

#cafe03 #main {
	margin-top: 20px;
}

#cafe03 #main p {
	line-height: 1.6;
	margin-bottom: 20px;
}

#access05 .adrs {
	float: left;
	margin: 20px 20px 10px 10px;
}

#access05 .adrs dl dt {
	font-size: 12px;
	font-weight: bold;
	color: #7DAC4F;
	margin-bottom: 5px;
}

#access05 .adrs dd {
	font-size: 12px;
	line-height: 1.4;
}

#contact07 #main {
	margin-top: 80px;
}
