@charset "utf-8";
/* CSS Document */

/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* フォント（共通） */
.s {font-size:12px;line-height:130%;}
.sb {font-size:12px;line-height:130%;font-weight:bold;} 
.sss {font-size:10px;line-height:130%;}
.ss {font-size:11px;line-height:130%;} 
.ms {font-size:13px;line-height:130%;}
.m {font-size:14px;line-height:130%;}
.ml {font-size:15px;line-height:130%;}
.l {font-size:16px;line-height:130%;}
.ll {font-size:17px;line-height:130%;}
.lll {font-size:18px;line-height:130%;}
.llll {font-size:30px;line-height:130%;}
.rs {font-size:12px;line-height:130%;color:#ff0000}
.rm {font-size:14px;line-height:130%;color:#ff0000}
.rl {font-size:16px;line-height:130%;color:#ff0000}
.rsb {font-size:12px;font-weight:bold;line-height:130%;color:#ff0000}
.rmb {font-size:14px;font-weight:bold;line-height:130%;color:#ff0000}
.rlb {font-size:16px;font-weight:bold;line-height:130%;color:#ff0000}
.bs {font-size:12px;color:#0000ff}
.bm {font-size:14px;color:#0000ff}
.bl {font-size:16px;color:#0000ff}
.ws {font-size:12px;line-height:130%;color:#ffffff}
.wmb {font-size:14px;font-weight:bold;line-height:130%;color:#ffffff} 

/* ページ全体 */
.box {
	background-repeat:repeat;
}

.top_bnr img{
	margin:10px 5px;
	margin:10px 2px 0px;
}

/* パンくずリスト */
div#pan {
	padding:5px;
	text-align:left;
}

#pan a:link {
	color:#0099FF;
}

#pan a:visited {
	color:#0099FF;
}

#pan a:hover {
	color:#ff0079;
}

/* コンテンツ部分 */
#top_title{
	width:960px;
	height:264px;		
	background-image:url(../image/title_sin_w960.jpg);
	background-repeat:no-repeat;
	text-align:left;
}

/* 検索フォーム */
#search_form{
	width:250px;
	height:250px;
	border:3px ridge #000;
	padding:4px;
	font-size:13px;
	font-weight:bold;
	float:right;
}

#search_form h4{
	margin:0px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#039;
}

#search_form div {
	margin:10px auto 0px;
}

#search_form .stay_p select,
#search_form .htl_c select,
#search_form .free_word input{
	width:200px;
	font-size:14px;
}

#search_form .v_day input{
	width:40px;
	font-size:14px;	
}

#search_form .s_btn{
	text-align:center;
}


#wrap_all {
	width:960px;
	margin:0px auto;
	background-color:#FFF;
	text-align:center;

}

/* 左サイド */
#wrap_left {
	width:200px;
	float:left;
}

#wrap_left a {
	color:#0099FF;
}

#wrap_left a:visited {
	color:#0099FF;
}

#wrap_left a:hover {
	color:#ff0079;
}

#wrap_left #side_bnr img{
	margin-top:10px;
}

#navi{
	width:180px;
	background-color:#FFFFFF;
	font-size:12px;
	line-height:150%;
	float:none;
	margin-bottom:10px;
	background-image:url(../image/rightback.gif);
	border-bottom:solid 1px #999999;
	margin-left:10px;
	}
#navi p{
	padding:5px;
	margin:0px;
	}

/* 右サイド */
#wrap_right {
	width:754px;
	float:right;
}

#wrap_right .info_bnr{
	margin:10px 2px;
	text-align:center;
}

.clear {
	clear:both;
}

hr {
	border:dotted 1px #000000;
}

