@charset "utf-8";

IE6のみ適用
* html body { }

IE7のみ適用
*:first-child+html body { }

IE6を除外（モダンブラウザ）
html > body { }

IE6、IE7を除外（モダンブラウザ）
html>/**/body { }

Operaに適用
*+html:first-child body { }

Safariに適用
/*¥*/
html:¥66irst-child { }
/* end */

Mac IE適用
body { /*¥*//*/ ●●●●●●● /**/ }

.clearfix:after {
    content: "."; 
    display: block; 
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

*{
	margin: 0; 
	padding: 0; 
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif, Helvetica; 
	font-size: 100%; 
	font-style: normal; 
	border-collapse:collapse; 
}

body {	
	background: #fff url(../common_images/global_bg.jpg) center top;
	text-align: center; 
	font-size: 75%;
	padding-bottom: 20px; 
}

a { text-decoration: none; }
a:link { color:#222; }
a:visited {color:#222; }
a:hover { color:#222; text-decoration: underline; }

img {
	border: 0px; 
	behavior: url(/js/iepngfix.htc);
}


h1 {
	font-family: 'Edwardian Script ITC', cursive; 
	font-size: 150%; 
}

#header {
	width: 880px; 
	text-align: left; 
	margin: 0 auto; 
}

#footer {
	width: 880px; 
	height: 30px; 
	text-align: left; 
	margin: 0 auto; 
	background /**/:  url(../common_images/footer.png) center top no-repeat; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.bluecanary.jp/3rd/common_images/footer.png',sizingMethod='crop');
}

.copyRight {
	line-height: 30px; 
	font-size: 84%; 
	padding: 0 20px; 
	text-align: right; 
	color: #fff; 
}

#content {
	width: 880px; 
	text-align: left; 
	margin: 0 auto; 
	/*background: #333; */
}

.topLayoutTable {
	margin: 0 0 10px 0; 
}

.topLayoutTable tr , 
.topLayoutTable td {
	vertical-align: top; 
}

.topLayoutTable td#spaceleft {
	background: #333; 
}

.topLayoutTable td#block {
	background: #fff url(../common_images/block_bg.png) center top repeat-y; 
}

.topLayoutTable td#spaceCenter {
	background: #fff  url(../common_images/frame_space.png) center top repeat-y; 
}

.topLayoutTable td#spaceRight {
	background: #fff  url(../common_images/frame_space_right.png) center top repeat-y; 
}

.topLayoutTable td#phArea {
	background: #333; 
	color: #fff; 
}

.menuRowWrapper {
	margin: 0 20px; 
/*	overflow: auto; 
	scrollbar-base-color:#333; 
	scrollbar-face-color:#666; 
	scrollbar-arrow-color:#222; 
	scrollbar-hilight-color:#666; 
	scrollbar-3dlight-color:#444; 
	scrollbar-shadow-color:#666; 
	scrollbar-darkshadow-color:#222; */
}

.menuRowWrapper h2 {
	font-size: 133%; 
	display: block; 
	margin: 10px 0 5px 0; 
	border-bottom: 1px solid #f8b600; 
	padding-bottom: 2px; 
	color: #008856; 
	text-shadow: #ddd 2px 2px 2px; 
}

.menuRowWrapper .ph {
	margin: 5px 0 10px 10px; 
}

.menuRow {
/*	height: 21px; */
	background: #fff url(../common_images/menu_dot.gif) center top repeat-x; 
	font-weight: bold; 
	color: #444; 
	margin: 0 0 0 10px; 
}

.menuRow .menuName {
	float: left; 
	height: 21px; 
	line-height: 21px; 
	padding: 0 10px 0 0; 
	background: #fff; 
}

.menuRow .menuPrice {
	float: right; 
	height: 21px; 
	line-height: 21px; 
	padding: 0 0 0 10px; 
	background: #fff; 
	font-size: 117%; 
}



.menuRowRight {
/*	height: 21px; */
	background: #fff url(../common_images/menu_dot.gif) 0 3px repeat-x; 
	font-weight: bold; 
	color: #444; 
	margin: 0 0 0 10px; 
}

.menuRowRight .menuName {
	float: left; 
	height: 27px; 
	line-height: 27px; 
	padding: 0 10px 0 0; 
	background: #fff; 
}

.menuRowRight .menuPrice {
	float: right; 
	height: 27px; 
	line-height: 27px; 
	padding: 0 0 0 10px; 
	background: #fff; 
	font-size: 117%; 
}

.accessMap {
	text-align: center; 
	margin: 20px; 
}

.accessMap table#access {
	width: 355px; 
	border-top: 1px solid #f8b600; 
	margin: 20px 0 0 0; 
}

.accessMap table#access th {
	padding: 5px 0; 
	border-bottom: 1px solid #f8b600; 
	text-align: left; 
	font-weight: bold; 
	color: #008856; 
	line-height: 1.6em; 
}

.accessMap table#access td {
	padding: 5px 0; 
	border-bottom: 1px solid #f8b600; 
	text-align: left; 
	color: #444; 
	line-height: 1.6em; 
}