@charset "UTF-8";

/*------------------------------
基本設定
-------------------------------*/


body {
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , sans-serif;
	background-image: url(../images/common/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color:#333333;
}

#wrapper {
	background-image: url(../images/home/home_contents_bg.gif);
	background-repeat: repeat-x;
}

/* linkcolor */

a:link {
	color: #056ac6;
	text-decoration: underline;
	 }
	
a:visited {
	color: #056ac6;
	text-decoration: underline;
	 }
	
a:hover {
	color: #056ac6;
	text-decoration: none;
	 }

.arrow01 {
	background-image: url(../images/common/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.arrow02 {
	background-image: url(../images/common/arrow02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.arrow01 a:link, .arrow01 a:visited, .arrow01 a:hover {
	color: #056ac6;
}

p { line-height:140% }
img{vertical-align:bottom;}



/*------------------------------
ヘッダー
-------------------------------*/

#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 121px;
	position: relative;
}
#header #lead {
	color: #CCCCCC;
	padding-top: 9px;
}
#header p#headerTel {
	position: absolute;
	top: 17px;
	right: 0px;
}
#header #logo {
	position: absolute;
	left: 6px;
	top: 39px;
}

/*------------------------------
グローバルナビ
-------------------------------*/

ul#globalNav {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height:62px;
}
ul#globalNav  li {
	float: left;
}

/*------------------------------
パンくず
-------------------------------*/

ul#topicPath {
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;	
}
ul#topicPath li {
	display:inline;
}

/*------------------------------
レイアウト
-------------------------------*/
#wrapper {
	zoom: 1;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
#contents {
	zoom: 1;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#contents:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
#main {
	width:680px;
	float:right;
	padding-top: 3px;
	margin-bottom: 30px;
}
#side {
	width:205px;
	float:left;
}

/*------------------------------
サイドメニュー・ページリンク
-------------------------------*/
div#sideMenu {
	width: 202px;
	background: url(../images/common/sidemenu_btm.jpg) no-repeat left bottom;
	padding-bottom: 7px;
	margin-bottom: 13px;
}
div#sideMenu div {
	background: url(../images/common/sidemenu_top.jpg) no-repeat left top;
	padding-top: 7px;
}
div#sideMenu h2 {
	background: url(../images/common/sidemenu_ul_bg.jpg) repeat-y left;
	padding-left: 9px;
	padding-right: 8px;
}
div#sideMenu h2 span {
	background: #3084E4 url(../images/common/sidemenu_h2_bg.jpg) repeat-x left top;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px 10px;
	margin: 0px;
	font-size: 105%;
}
div#sideMenu ul {
	background: url(../images/common/sidemenu_ul_bg.jpg) repeat-y left;
	padding: 3px 8px 4px 9px;
}
div#sideMenu ul li {
	background: url(../images/common/sidemenu_li_bg.jpg) repeat-x left bottom;
	border: 1px solid #CCCCCC;
	padding: 10px 6px 10px 7px;
	margin-top: 4px;
}
div#sideMenu ul li a {
	text-decoration: none;
	font-weight: bold;
	background: url(../images/common/arrow02.gif) no-repeat left center;
	display: block;
	padding-left: 15px;
	color: #333333;
}
div#sideMenu ul li a:visited {
	text-decoration: none;
	 }
	
div#sideMenu ul li a:hover {
	text-decoration: underline;
	 }
	 
/*------------------------------
サイドメニュー・ご予約・お問い合わせ
-------------------------------*/	 
div#ReservationBox {
	width: 194px;
	border: 1px solid #B8D0E4;
	padding: 3px 3px 10px;
	text-align: center;
	margin-bottom: 15px;
}
div#ReservationBox h2 {
	background: #D8E5F0;
	font-weight: bold;
	padding: 10px;
	font-size: 110%;
	text-align: left;
	margin-bottom: 13px;
}
p#time {
	padding: 10px;
	text-align: left;
	font-size: 90%;
}
div#add {
	background: #E8E8E8;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#add p {
	color: #004A9A;
	font-weight: bold;
}
div#add p,div#add address {
	text-align: left;
	padding-left: 10px;
}
div#add p.arrow02 {
	font-weight: normal;
	margin-left: 10px;
	padding: 0px 0px 0px 15px;
	margin-top: 10px;
}

/*------------------------------
サイドメニュー・手記
-------------------------------*/
p#blog {
	font-size: 80%;
	color: #666666;
	text-align: right;
	padding-top: 2px;
}

/*------------------------------
ページTOPへ戻るリンク
-------------------------------*/
div#paseTop {
	width: 900px;
	zoom: 1;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
div#paseTop:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
div#paseTop p {
	float: right;
	margin: 5px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*------------------------------
フッター
-------------------------------*/
ul#footerNavi {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 13px;
}
ul#footerNavi li {
	display: inline;
	color: #333333;
}
ul#footerNavi li a:link {
	color: #333333;
	text-decoration: none;
	 }	
ul#footerNavi li a:visited {
	color: #333333;
	text-decoration: none;
	 }	
ul#footerNavi li a:hover {
	color: #333333;
	text-decoration: underline;
	 }
#footer {
	background: #585858 url(../images/common/footer_bg.gif) repeat-x left top;
	width: 100%;
}
#footer p {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 50px;
}
