/*******************************************************/
/* 基本設定                                            */
/*******************************************************/
*{
	margin:0px;
}

body{
	text-align:center;
	font-size:12pt;
	font-family:Arial, "MS UI Gothic", sans-serif, "ＭＳ Ｐゴシック";
	line-height:150%;
	color:#666666;
	background-color:#ffffcc;
}

p{
	padding-top:5px;
	padding-bottom:5px;
}
A:LINK		{ text-decoration: underline; color:#199d2d; }
A:VISITED	{ text-decoration: underline; color:#77943c; }
A:ACTIVE	{ text-decoration: underline; color:#199d2d; }
A:HOVER		{ text-decoration: underline; color:#5ae46f; }

/* 全体枠 */
#body{
	min-height:100%;
	margin:0px auto;
	padding:10px;
	width:800px;
	text-align:left;
	background-color:#fffff0;
	overflow:hidden;
}

html , body {height:100%;}
body > #body {height:auto;}

#header{
	height: 120px;
}
.banner{
	padding-left:50px;
}

h1{
	margin: 40px;
}

/* 囲むだけ */
#mainframe{
}

#left{ 
	float:left;
	width:245px;
}

#menu{
	padding-right: 10px;
}
/*
	#menu A:LINK	{ text-decoration: none; font-weight:bold; color:#85614F; }
	#menu A:VISITED	{ text-decoration: none; font-weight:bold; color:#85614F; }
	#menu A:ACTIVE	{ text-decoration: none; font-weight:bold; color:#85614F; }
	#menu A:HOVER	{ text-decoration: none; font-weight:bold; color:#85614F; font-style:italic; }
*/
#menu ul{
	padding: 0;
	list-style-type: none;
}

#menu li a{
	display:block;
	height:20px;
	text-decoration: none;
	font-weight:bold;
	color:#85614F;
	border:2px solid #ffcccc;
	padding:10px 10px 10px;
	background:#fff0f0;
}

#menu li a:hover{
	color:#ffffff;
	background:#dfa6a5;
}

#fbArea{
	padding:10px 0px 10px 0px;
	text-align:center;
}

/*
#selecting{
	font-weight:bold; color:#85614F;
}

#selecting li{
	background:#ffcccc;
	
}
*/

#right{
	float:left;
	width:545px;
}

#main{
	padding: 0px 20px 20px 20px;
}

p{
	padding:10px 0px 10px 0px;
}

.top_img{
	margin:0px 0px 30px 0px;
}

#img_center{
	text-align:center;
}

table#fare {
	font-size:10pt;
    width: 500px;
    border: 1px #b9b9b9 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#fare th {
    padding: 5px;
    border: #b9b9b9 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#fare td {
    padding: 5px;
    border: 1px #b9b9b9 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

#footer{
	clear:both;
	border-top:1px #999999 solid;
}

#footer_main{
	padding: 10px 20px;
}

.credit{
	text-align:right;
	font-size:9pt;
}

h2{
	padding:5px 0px 15px;
}
