html, body {
	margin:0;
	padding:0;
	width:100%;height:100%;
	_text-align:center;
	_font-size:small;
}
html {
	background:blue url('../img/back1.png') repeat fixed left top;
	font-family:'ＭＳ Ｐゴシック';
}
body {
	height:auto;
	_height:100%;
	_overflow-y:scroll;
}
body * * {
	text-align:left;
}
a:visited {
	color:blue; /* 変えない */
}

/* 画像 */
img {
	-ms-interpolation-mode:bicubic;
	image-rendering: optimizeQuality;
}
/* テーブル関連 */
table.normalBorder {
	border-collapse:collapse;
}
table.normalBorder td,
table.normalBorder th {
	border:thin solid gray;
}
th {
	background-color:silver;
}
table.noneBorder td {
	border-style:none;
}

/* 見出し関連 */
h1, h2, h3 {
	background:#99F url('../img/grad1.png') repeat-x bottom;
	padding-left:0.5em;
	margin:0.5em 0 0.2em 0;
}

/* トップ:常に見えるように */
#topPain {
	position:fixed; top:0;
	_position:absolute;
	_top:expression(eval(document.body.scrollTop));
	width:100%;
	z-index:999;
	background-color:#33F;
}

/* タイトル:大きな文字で */
#title {
	height:64px;
	font-size:xx-large; _font-size:x-large;
	color:white; /* 画像非表示用 */
	overflow:hidden;
}
#title * {
	height:100%;
}
#title * * {
	height:auto;
}
#title img {
	float:left;
}
#title ul {
	background-color:#33F;
	margin:0;padding:0;
	width:10em;
	float:left;
}
#title li {
	color:yellow;
	font-size:large; _font-size:medium;
	font-weight:bold;
	float:left;
	margin:0.1em 0.5em;
	list-style-type:none;
	white-space:nowrap;
}

/* 事業者情報 */
#organizationInfo {
	color:orange;
	font-size:large; _font-size:medium;
	font-weight:bold;
	text-align:right;
	float:right;
	white-space:nowrap;
}

/* スケルトン */
#body {
	height:100%;
	clear:both;
}
#main {
	margin:7em auto 1em auto;
	padding: 1.5em;
	width: 56em; _width:59em;
	background-color:white;
	border:thick solid blue;
}

/* 看板 */
#billboard {
	float:left;
	display:block;
	margin:-1.5em -1em -1em -1.5em; 
	border:1.5em solid blue;
	border-right-color:white;
	border-bottom-color:white;
	width:8em;
	/* マージン２倍バグ対策 */
	_margin-left:-0.75em;
	/* 3pxの隙間対策 */
	_position:relative;
	_left:-3px;
}
/* 挨拶 */
#hello {
	font-size:1.1em;
	margin-top:2em;
	z-index:10;
	position:relative;
}

/* 追加メニュースタイル */
#menuRoot {
	border-top:medium solid red;
	font-size:small; _font-size:x-small;
}

/* ページトップ(タイトルと説明) */
#top {
	margin-left:10em;
}
#top .title {
	font-size:xx-large; _font-size:x-large;
	font-weight:bold;
	letter-spacing:0.8ex;
	text-indent:1em;
}
#top .desc {
	margin:0;padding:0;
	padding:1ex 1em;
	margin:1em 2em 1em 0;
	background-color:#FFC;
	border:medium #CCA;
	border-style:solid none;
	line-height:1.8em;
	color:#662;
}

.price {
	color:red;
	font:normal normal bold large/2em sans-serif;
}

