/*共通*/
body {
	text-align:center;
	margin:0px;
	color:#333333;
	font-size:small;
	line-height: 150%;
	font-weight: normal;
	background-color:#E8E8E8;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
}
table, td {
	font-size: small;
	line-height: 150%;
	font-weight: normal;
}
form {
padding:0;
margin:0;}

h1 { 
	font-size:18px;
	font-weight:600;
	line-height:130%;
	margin: 0px 0px 0px 0px;
	color: #3A5899;
	border-left: solid #CCCCCC 3px;
	padding-left: 6px;
	color: #003399;
}
h2 {
	font-size:18px;
	font-weight:normal;
	line-height:130%;
	margin: 0px 0px 10px 0px;
	color: #333333;
	padding-bottom: 4px;
	border-bottom: solid #CCCCCC 2px;
 }
h3 {
	font-size:medium;
	font-weight:bold;
	line-height:130%;
	margin: 0px 0px 0px 0px;
	color: #333333;
}
h4 { font-size:14px; font-weight:bold; line-height:130%; margin: 0px 0px 10px 0px; }
h5 { font-size:12px; font-weight:bold; line-height:130%; margin: 0px 0px 10px 0px;padding: 0px 0px 4px 0px; border-bottom:#DDDDDD solid 1px;}
h6 { font-size:10px; font-weight:bold; line-height:130%; margin: 0px 0px 0px 0px; }

p {margin:0px 0px 12px 0px;}

ol { margin: 0px 0px 10px 0px; list-style-position:outside; padding:0px 0px 0px 20px;}
ul { margin: 0px 0px 10px 0px; list-style-position:outside; padding:0px 0px 0px 20px;}
li { margin: 0px 0px 5px 0px;}


.notes {
	font-size: 10px;
	font-size:xx-small;
	line-height: 140%;
	font-weight: normal;
}

.bolder { font-weight:bold;}
.smaller { font-size: smaller; line-height: 140%;}
.larger { font-size: larger; line-height: 140%;}
.small { font-size: x-small; line-height: 140%;}



dt {
	width:90px;
	float:left;
	padding:0px;
	margin:4px 0px 4px 0px;
	line-height:150%;
}
dd {
	float:left;
	padding:0px;
	margin:4px 0px 4px 0px;
	line-height:150%;
}
dl {
padding: 0px 0px 10px 0px;
margin: 0px 0px 0px 0px;
clear:both;
}



/* link styles */
a {	
text-decoration: underline;
font-weight:normal;
}
a:link {
color: #101157;
}
a:visited { 
color: #101157;
}
a:hover { 
color: #2C35AE;
}


#base {
	width:900px;
	text-align:left;
	background-image:url(../img/bg_base.gif);
	background-repeat:repeat-y;
	padding:0px 2px 0px 2px;
	margin:0 auto;
}
#pop_base {
	width:644px;
	text-align:left;
	padding:20px 20px 20px 20px;
	margin:0 auto;
	background-color: #FFFFFF;
}
#print_base {
	width:100%;
	text-align:center;
	padding:20px 0px 20px 0px;
	background-color:#FFFFFF;
}
#print_btn {
	width:600px;
	text-align:center;
	padding:20px 20px 20px 20px;
	margin: 0 auto;
}
#header {
	width:870px;
	text-align:left;
	background-image:url(../img/bg_header.jpg);
	background-repeat:no-repeat;
	padding:0px 15px 0px 15px;
	margin:0px 0px 0px 0px;
	height:90px;
}

#footprint {
	text-align:right;
	padding:15px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:10px;
	line-height:10px;
}



#footprint a {
	background-image:url(../img/arrow_s.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:10px;
	padding-bottom:2px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#footprint a:hover {
	background-image:url(../img/arrow_s.gif);
	background-repeat:no-repeat;
}

#header_navi {
	text-align:right;
	padding:27px 5px 0px 0px;
	margin:0px 0px 0px 0px;
	float:right;
	font-size:10px;
	line-height:normal;
}
#header_navi form {
	margin-bottom: 0px;
}
#footer {
	width:860px;
	text-align:left;
	padding:10px 20px 20px 20px;
	margin:0px 0px 0px 0px;
	font-size: 10px;
	line-height: 10px;
}
#popfooter {
	text-align:left;
	padding:10px 0px 20px 0px;
	margin:0px 0px 0px 0px;
	font-size: 10px;
	line-height: 10px;
}

#header_navi a, #footer_navi a, #footer a {	
text-decoration: none;
font-weight:normal;
}
#header_navi a:link, #footer_navi a:link, #footer a:link {
color: #666666;
}
#header_navi a:visited, #footer_navi a:visited, #footer a:visited { 
color: #666666;
}
#header_navi a:hover, #footer_navi a:hover, #footer a:hover { 
color: #333333;
}


#footer_navi {
	width:860px;
	text-align:left;
	padding:4px 20px 4px 20px;
	margin:0px 0px 10px 0px;
	border-top:#CCCCCC solid 2px;
	border-bottom:#CCCCCC solid 1px;
	clear:both;
	font-size: x-small;
	line-height: 10px;
}

#copyright {
	text-align:center;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size: xx-small;
	line-height: 10px;
}


.clear {
	clear: both;
	height:1px;
	visibility:hidden;
}

#top_container {
	width:860px;
	padding:0px 0px 20px 0px;
	margin:0 auto;
}
#sub_container {
	width:600px;
	padding:0px 0px 20px 0px;
	margin:0 auto;
}

/* トップページ作成の為追記 */
.title_text {
	text-align:left;
	width:700px;
	padding:18px 70px 0px 0px;
	font-size: 11px;
	line-height: 110%;
}

.reservations_area {
	margin-top:10px;
}

.reservations_title {
	background-image:url(../img/reservations_01.jpg);
	background-repeat:no-repeat;
	background-color:#171864;
	color:white;
}

.title_img {
	vertical-align: -15px;
	padding:15px 23px 13px 20px;
}

.reservations {
	background-image:url(../img/reservations_02.jpg);
	background-repeat:no-repeat;
	background-color:#01001E;
	color:white;
	padding:0px 0px 0px 20px;
	overflow:hidden;
}

.cont_line {
	width:820px;
	background-image:url(../img/line.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:11px 0px 10px 0px;
	overflow:hidden;
}

.mds_area01 {
	padding:2px 0px 0px 0px;
	width:136px;
	float:left;
}
.mds_area02 {
	padding:2px 0px 0px 0px;
	width:177px;
	float:left;
}

.cont_01 {
	float:left;
}

.cont_02 {
	width:365px;
	float:left;
}

.search_area {
	padding:13px 0px 3px 305px;
}

.areamap {
	margin:25px 0px 0px 0px;
}

.areamap img{
	border:0;
}
.page_title {
	margin: 5px 0;
}
.about_sub_title {
	background-color:#999999;
	color:#FFFFFF;
	margin:5px 0;
	padding:0 2px;
}
.pp_sub_title {
	background-color:#CC9966;
	color:#FFFFFF;
	margin:5px 0;
	padding:0 2px;
}
.article {
	margin-top:10px;
	margin-bottom:2px;
}
.article .title{
	font-weight: bold;
	color: #336699;
	margin-right:12px;
}
.faq_sub_title {
	background-color:#39C;
	color:#FFFFFF;
	margin-top:15px;
	padding: 3px;
	border-bottom:#666 solid 1px;
}
.faq_q {
	background-color:#E4E4B1;
	border-bottom:#666 solid 1px;
	border-left:#993 solid 10px;
	padding-left:8px;
	margin-top:5px;
}
.faq_a {
	line-height:normal;
}
#faq_index {
	border-bottom:#006699 solid 1px;
	padding-bottom:10px;
}
#faq_index ul {
	list-style:none;
	margin:0;
	padding:0;
}
#faq_index li a{
	color:#333399;
	text-decoration:none;
}
#faq_index li a:hover{
	color:#CC0033;
	text-decoration:none;
}

