/*---------------------------------------------- 基本 ----------------------------------------------*/
a:link {color:#0000ff;}
a:visited {color:#0000a0;}
a:hover {color:#0000ff;}
a:active {color:#ff8000;}

body {
	font-size:12px;
/*	background-color:#000000;*/
	background-image: url("../images/background.jpg");
/*	background-image: url("../images/background.gif");*/
/*	background-image: url("../images/table_background.gif");*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
}
table {
	font-size:12px;
}

/*----------------------------------------メインテーブル--------------------------------------------*/
table#main {
/*	background-image: url("../images/table_background.gif");*/
	background-color: #fcfcfc;
/*	border: solid 1px #000000;*/
	width:970px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid solid none solid;
}

tr#main {}
td#mainMenu {
	width:200px;
	vertical-align: top;
	text-align:center;
}
td#mainHeader {
	background-image: url("../images/logo.gif");
	background-repeat: no-repeat;
	height:130px;
	text-align:right;
	vertical-align:bottom;
	padding-right:5px;
	padding-bottom:5px;
}
td#mainContents {
	width:570px;
	text-align:center;
}
td#mainFooter {
	background-color:#cccccc;
}
td#mainTableRight {}
td#mainTableLeft {}

/*-----------------------------------------メニューテーブル-----------------------------------------*/

table#menuMain {
	width:190px;
	margin-top: 20px;
	margin-left:12px;
	vertical-align: top;
	background-color: #fcfcfc;
	
	border-color: #888888;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
}

tr#menuMain {
}

td#menuTitle {
	background-image:url("../images/bg.gif");
	border:solid 1px #888888;
/*	background-repeat: no-repeat;*/
/*	background-color: #c0c0c0;*/
	height:20px;
	margin:10px;
	text-align:left;
	padding:5px;
	font: 14px "Tahoma";
/*	color:#444444;*/
	
	border-color: #cccccc;
	border-style: none solid solid none;
	border-width: 1px 1px 1px 1px;
}

td#menuContents {
	border-style: none dashed dashed solid;
	border-width: 0px 0px 0px 0px;
}

/*-----------------------------------------右メニューテーブル-----------------------------------------*/

table#menuMainRight {
	width:190px;
	margin-top: 20px;
	margin-right:12px;
	vertical-align: top;
	background-color: #fcfcfc;
	
	border-color: #888888;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
}

tr#menuMainRight {
}

td#menuTitleRight {
	background-image:url("../images/bg.gif");
	border:solid 1px #888888;
/*	background-repeat: no-repeat;*/
/*	background-color: #c0c0c0;*/
	height:20px;
	margin:10px;
	text-align:left;
	padding:5px;
	font: 14px "Tahoma";
/*	color:#444444;*/
	
	border-color: #cccccc;
	border-style: none solid solid none;
	border-width: 1px 1px 1px 1px;
}

td#menuContentsRight {
	border-style: none dashed dashed solid;
	border-width: 0px 0px 0px 0px;
}


/*---------------------------------------コンテンツテーブル--------------------------------------------*/
table#contents {
	margin-top: 10px;
	width:95%;
	vertical-align: top;
	background-color: #fcfcfc;
	
	border-color: #888888;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
}
td#contentsTitle {
	background-image:url("../images/bg.gif");
/*	border:solid 1px #888888;*/
/*	background-image: url("../images/contentstitle.gif");*/
/*	background-repeat: no-repeat;*/
/*	background-color: #000000;*/
	text-align: left;
/*	vertical-align:bottom;*/
	height:20px;
	padding-left:10px;
	font: 14px "Tahoma";
/*	color:#444444;*/
/*	
	border-color: #cccccc;
	border-style: none none solid none;
	border-width: 0px 0px 2px 0px;
	*/
}

td#contents {
	vertical-align: top;
}

/*---------------------------------------------その他----------------------------------------------------*/
hr#line {
	border:solid 1px #c0c0c0;
}

img#banner {
	width: 188px;
}

img#food {
	width: 150px;
}

img#rental {
	width: 200px;
}

a {
	text-decoration:none;
}

li {
	none none;
}


table#hover {
	border-color: #888888;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
}
td#hoverTitle {
	font:bold;
	font-size:16px;
	text-align:center;
	padding:5px;
	background-image:url("../images/bg.gif");
/*	border-color: #000000;
	border-style: solid solid dashed solid;
	border-width: 0px 0px 0px 0px;
	*/
}

td#hoverContents {
/*	border-color: #000000;*/
/*	border-style: solid solid dashed solid;*/
/*	border-width: 0px 0px 1px 0px;*/
}

