@charset "utf-8";
/*
	Yahoo UI Library Reset CSS
	http://developer.yahoo.com/yui/reset/
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* ******************************************************** */

/* body要素 */

body {
	font-family:"メイリオ",Meiryo,  "Hiragino Kaku Gothic Pro", sans-serif;
	/*border-top: solid 3px maroon;*/
	background-color: white;
}

/* a要素 */

a:link {
	text-decoration: none;
	color: darkslategrey;
}
a:visited {
	text-decoration: none;
	color: darkslategrey;
}
a:hover, a:active {
	text-decoration: underline;
	color: darkgrey;
}
a {
	color: #01b2a8;
	text-decoration: none;
}

/* 外枠のデザイン */

#wrapper {
	width: 820px;
	margin: 0 auto;
	background-color: white;
/*outline: solid 1px red;*/

}

/* ヘッダーのデザイン */

#header {
	width: 820px;
	margin: 0 auto;
/*outline: solid 1px blue;*/
}

#headerLogo {
	width: 660px;
	height: 200px;
	margin: 0px auto;
/*outline: solid 1px orange;*/

}

/* グローバルナビゲーションのデザイン */

#menu {
	background: beige;
	margin: 0px 0 5px 0;
	padding: 5px 0 ;
	text-align: right;
/*	color: silver;*/

}

#nav li{
	display: inline;
	list-style-type: none;
	color: black;
	background: url(gnavi_arrow.gif) 0 50% no-repeat;
	padding: 0 0 0 8px;
	font-size: 0.9em;
}


/* サイドバーのデザイン */

#sidebar {
	float: left;
	width: 160px;
	padding: 0px 0 0 30px;
/*	outline: solid 1px yellow;*/
}

h2#sidebar-title{
	font-weight: bold;
	text-shadow: 2px 2px 5px grey;
	font-size: 1.0em;/* 追加*/
}

/* コンテンツ部分のデザイン */

article {
	float: left;
	width: 620px;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
/*	outline: solid 1px purple;*/

}

#article {
	float: left;
	width: 620px;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
/*	outline: solid 1px purple;*/

}

/* 商品ページの商品名 */ /* 新規追加 */

h3.item-title { 
	font-weight: bold;
	font-size: 0.8em;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	background: url(images/item_bg.gif) bottom left repeat-x;
}

/* 地図のスタイルを指定する */

#map img{
	margin: 0 0 30px 0; 
	width:500px;
	border: solid 1px maroon;
	box-shadow: 5px 5px 5px grey;
}

/* 店舗紹介ページの写真 */ /* 新規追加 */

#room img{
	margin: 0 0 30px 0; 
	width:524px;
}

/* 商品ページの写真 */ /* 新規追加 */

.item-photo img{
	margin: 0 0 30px 0; 
	width:590px;
}

/* 本文のスタイルを指定する */

article p {
	line-height: 1.5em;
	font-size: 0.9em;
	font-family: "メイリオ",Meiryo,  "Hiragino Kaku Gothic Pro", sans-serif;
}


/* 表のスタイルを指定する */

table{
	border-collapse: collapse;
	border: solid 1px burlywood;
	margin: 20px 0;
	/*background-color: #bde9ba;*/
}

th,td {
	border: solid 1px burlywood;
	font-size: 0.9em;
	padding: 8px 12px; 
}

th {
	font-weight: bold;
	background-color: #f2f2b0; /*#ffd78c;*/
	color: black;
}

/* フッターのデザイン */

#footer {
clear: both;
width: 820px;
border-top: solid 1px maroon;
padding: 10px 0 30px 0;
}
#copyright {
	float:right;
}



