/* ベースのＣＳＳ */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-family: "ＭＳゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 75%;
	line-height: 1.75;
	color: #000000;
}
h1 {
	font-size: 12px;
}
img {
	border: none;
	vertical-align: top;
}
ul {
	list-style: none;
}
em {
	font-weight: normal;
	font-style: normal;
	color: #CC0000;
	background-color: #FFFFFF;
}
/*logoのレイアウト*/
#logo {
	position: absolute;
	top: 6px;
	left: 17px;
	z-index: 2;
}
#logoBack {
	position: absolute;
	top: -11px;
	left: -95px;
	z-index: 1;
}
/*リンク*/
.link {
	background: url(../images/marker_hover.gif) left center no-repeat;
}
.link a {
	background: url(../images/markerLink.gif) left center no-repeat;
	padding-left: 19px;
} 
.link a:hover {
	background-image: none;
}
/*「日本語英語の切り替え」レイアウト*/
#mode a {
	display: block;
	overflow: hidden;
	width: 150px;
	/*以下2行、IE5用ハック*/
	height: 0 !important;
	height /**/: 22px;
	padding-top: 22px;
	background: url(../images/navEnglish.gif) right top no-repeat;
	position: absolute;
	left: 650px;
	top: 0px;
}
#mode a:hover {
	background-position: left top;
}

/*「ホームへ戻る」のレイアウト*/
#home a {
	display: block;
	overflow: hidden;
	width: 106px;
	/*以下2行、IE5用ハック*/
	height: 0 !important;
	height /**/: 19px;
	padding-top: 19px;
	background: url(../images/navHome.gif) right top no-repeat;
	position: absolute;
	left: 660px;
	top: 215px;
	
}
#home a:hover {
	background-position: left top;
}
/*「ページのトップへ」のレイアウト*/
#pageup a {
	display: block;
	overflow: hidden;
	width: 141px;
	/*以下2行、IE5用ハック*/
	height: 0 !important;
	height /**/: 21px;
	padding-top: 21px;
	background: url(../images/pageUp.gif) right top no-repeat;
	margin-left: 640px;
}
#pageup a:hover {
	background-position: left top;
}
/*予約電話番号のレイアウト*/
#tel {
	margin-left:250px;
}
#main th {
	text-align: left;
}
/* 共通のレイアウト用ＣＳＳ */
body {
	text-align: center;
	background-color: #FFFFFF;
}
#wrapper {
	margin: auto;
	text-align: left;
	width: 790px;
	position: relative;
	padding-top: 455px;
}
#content {
	width: 100%;
}
#primary {
	width: 291px;
	background: url(../images/primrayFoot.gif) right bottom no-repeat;
	padding-bottom: 30px;
}
#main {
	width: 488px;
	background: url(../images/mainBack.gif) left bottom no-repeat;
	/*以下2行、IE5用ハック*/
	overflow: auto !important;
	overflow /**/: hidden;
	padding-bottom: 50px;
	margin-bottom: 20px;
}
/*Flashナビゲーションのレイアウト*/
#flashNav {
	display: none;
}
/*本文内、写真と文章のレイアウト*/
#main {
	width: 488px;
	background: url(../images/mainBack.gif) left bottom no-repeat;
	/*以下2行、IE5用ハック*/
	overflow: auto !important;
	overflow /**/: hidden;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.section {
	margin: 0 33px 0 27px;
}
#main .section {
	width: 428px;
	margin-bottom: 15px;
}
#main table {
	width: 428px;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
#main table p {
	margin-left: 15px;
}
#main table .link {
	margin-top: 15px;
}
#main table .text {
	width: 236px;
}
/*primaryのレイアウト*/
#primary .line {
	background: url(../images/primaryLine.gif) left bottom no-repeat;
	padding-bottom: 20px;
}
#primary .section p {
	margin: 15px 0px;
}	
/*footerのレイアウト*/
#footer {
	clear: both;
}
/*印刷用レイアウト*/
* {
	background: none;
}
#wrapper {
	padding-top: 130px;
}
#caution {
	display: none;
}

