@charset "Shift_JIS";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #ff5c75}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #FF0000}

/* レイアウト */
.t10b { font-size: 10px; line-height: 14px}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t12b { font-size: 12px;}
.t14 { font-size: 14px;}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

/* CSS初期設定 */
body {
	background-color:#ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
p,h2,h3,h4,h5,ul,li,dl,dt,dd { 
	margin:0;
	padding:0;
	color:#000;
	text-decoration:none;
	line-height: 1.3em;
	font-size:12px;
}
ul {
	list-style:none;
}
a {
	overflow: hidden;
}
.clear {
	clear: both;
}
.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearfix { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearfix { 
	height: 1%; 
} 
.clearfix { 
	display: block; 
} 
/* end of for macIE */
.clearfix {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}

/* ●●●背景●●● */
#bg {
	width:950px;
	padding-bottom:15px;
}
#bg img {
	border:0;
	vertical-align: bottom;
}
#bg a {
	line-height:1.3em;
}

/* ●●●タイトル●●● */
.txt1 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin:15px 0px;
}

/* ●●●割引についてのご案内●●● */
#boxWaribiki {
	background-color: #fffbcf;
	background-image: url(images/box_waribiki.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 930px;
	padding-bottom:20px;
	margin:0px 0px 25px 10px;
}
#boxWaribiki h3 {
	margin-bottom:15px;
}
#boxWaribiki dl {
	margin:0px 0px 15px 20px;
}
#boxWaribiki dt {
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}
#boxWaribiki dd {
	font-size:16px;
	margin:0px 0px 10px 15px;
}
#boxWaribiki ul {
	padding-top:5px;
	margin-left:43px;
}
.lineWaribiki {
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 870px;
	padding-bottom:7px;
}
.btnSyuku {
	float:left;
	background-image: url(images/btn_syuku.gif);
	text-indent: -9999px;
	height: 70px;
	width: 240px;
	margin-right:32px;
}
.btnTour1 {
	float:left;
	background-image: url(images/btn_tour1.gif);
	text-indent: -9999px;
	height: 70px;
	width: 240px;
	margin-right:32px;
}
.btnTour2 {
	float:left;
	background-image: url(images/btn_tour2.gif);
	text-indent: -9999px;
	height: 70px;
	width: 240px;
}
.btnSyuku a {
	display:block;
	background-image: url(images/btn_syuku.gif);
	height: 70px;
	width: 240px;
}
.btnTour1 a {
	display:block;
	background-image: url(images/btn_tour1.gif);
	height: 70px;
	width: 240px;
}
.btnTour2 a {
	display:block;
	background-image: url(images/btn_tour2.gif);
	height: 70px;
	width: 240px;
}
.btnSyuku a:hover {
	background-image: url(images/btn_syuku_ov.gif);
}
.btnTour1 a:hover {
	background-image: url(images/btn_tour1_ov.gif);
}
.btnTour2 a:hover {
	background-image: url(images/btn_tour2_ov.gif);
}
.txtWaribiki {
	color:#ff0033;
	font-size:14px;
	margin-left:35px;
}

/* ●●●この夏おすすめ！●●● */
#boxKokunai {
	background-image: url(images/bg_box2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 930px;
	margin:0px 0px 15px 10px;
}
#boxKokunai h3 {
	background-image: url(images/tit_kokunai.gif);
	height: 48px;
	width: 930px;
}
#boxKokunai h3 div {
	font-size:16px;
	padding:13px 0px 0px 65px;
}
#boxKokunai .In {
	width:915px;
	padding:0px 0px 20px 15px;
}
#boxKokunai dt {
	margin-bottom:4px;
}
#boxKaigai {
	background-image: url(images/bg_box2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 933px;
	margin:0px 0px 35px 7px;
}
#boxKaigai h3 {
	background-image: url(images/tit_kaigai.gif);
	height: 37px;
	width: 933px;
}
#boxKaigai h3 div {
	font-size:16px;
	padding:7px 0px 0px 95px;
}
#boxKaigai .In {
	width:915px;
	padding:5px 0px 20px 18px;
}
#boxKaigai dt {
	margin-bottom:4px;
}
.teiban1 {
	float:left;
	position:relative;
	width: 290px;
	height:143px;
	background-color: #FFF;
	border: 1px solid #d9d9d9;
	margin:12px 12px 0px 0px;
}
.teiban2 {
	float:left;
	position:relative;
	width: 290px;
	height:158px;
	background-color: #FFF;
	border: 1px solid #d9d9d9;
	margin:12px 12px 0px 0px;
}
.teiban3 {
	float:left;
	position:relative;
	width: 290px;
	height:180px;
	background-color: #FFF;
	border: 1px solid #d9d9d9;
	margin:12px 12px 0px 0px;
}
.teibanIn {
	padding:10px 0px 0px 10px;
}
.imgTeiban {
	width:110px;
}
.txtTeiban {
	width:160px;
	margin:-100px 0px 0px 110px;
}
.btnSyosaiS {
	position:absolute;
	background-image: url(images/btn_syosai_s.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 27px;
	width: 121px;
	left:158px;
	bottom:10px;
}
.btnSyosaiS a {
	display:block;
	height: 27px;
	width: 121px;	
}
.btnSyosaiS a:hover {
	background-image: url(images/btn_syosai_s_ov.gif);	
}

/* ●●●バナー●●● */
#boxBnr {
	text-align:center;
}