@charset "utf-8";

/* ========BASIC======== */
* {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	list-style-type: none;
}

body {
	margin:0;
	padding:0;
	letter-spacing:1px;
	background-color: #000000;
	background-image: url(images/background-b.jpg);
	background-position: center top;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

a {
   color:#FFFFFF;
   text-decoration:none;
}

a:hover {
   text-decoration:none;
}

img {
	border:0;
}

h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#top {
	width:760px;
	margin:0px auto;
}

div#header {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	width: 760px;
	height: auto;
}

div#contents {
	width:760px;
	font-size: 12px;
	padding: 0px;
	height: auto;
	margin: 0px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #000000;
}

div#main {
	width:760px;
	padding: 0;
	border-bottom: 1px solid #000000;
	height: auto;
	background-color: #FFFFFF;
}

div#info {
	float:right;
	width:450px;
	background-color: #080039;
	margin: 10px 0px 0px 0px;
	border: solid #FFFFFF 1px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 1em;
	color: #FFFFFF;
	height: 100px;
}


div#sub {
	float:right;
	width:180px;
}

div#totop {
   border-top:1px solid #5D5353;
}

div#footer {
	width:745px;
	background-color: #080039;
	margin: 0px auto;
	padding-left: 15px;
}

/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


div#header p {
   width:500px;
   margin:0;
   font-size:0.75em;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */


div#main a:hover {
   color:#330033;
   border:0;
   border-bottom:1px solid;
}

div#main h2 {
	padding:2px;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	line-height:1.4;
	border-bottom:3px double #FFFFFF;
	margin-bottom: 8px;
	margin-left: 50px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin-right: 50px;
}

div#main h3 {
	margin-bottom:3px;
	font-size:0.88em;
	text-decoration: underline;
	margin-left: 100px;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#main p{
	margin:0 0 1em 3px;
	font-size:14px;
	line-height:1.4;
	color: #000000;
}

div#main ul,ol,dl{
	font-size:0.75em;
	margin-left: 5px;
	float: right;
}

div#main dt{

}

div#main li{

}

div#main dt{
   margin-bottom:3px;
}

div#main dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}


div#info-2 a:hover {
   color:#330033;
   border:0;
   border-bottom:1px solid;
}

div#info-2 h2 {
	padding:2px 2px 2px 0;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	line-height:1.4;
	border-bottom:3px double #FFFFFF;
	margin-bottom: 8px;
	margin-left: 3px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

div#info-2 h3 {
	margin-bottom:3px;
	font-size:0.88em;
	text-decoration: underline;
}

div#info-2 h4 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#info-2 h5 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#info-2 h6 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#info-2 p{
	margin:0 0 1em 3px;
	font-size:0.75em;
	line-height:1.4;
	color: #FFFFFF;
}

div#info-2 ul,ol,dl{
	font-size:0.75em;
	margin-left: 5px;
}

div#info-2 dt{

}

div#info-2 li{

}

div#info-2 dt{
   margin-bottom:3px;
}

div#info-2 dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* ========sub CONTENTS CUSTOMIZE======== */
div#sub .section {

}

div#sub h2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   color:#0E012D;
   background:#FFFFFF;
}

div#sub ul {
	margin:0;
	padding:5px 0 1em 0;
	list-style-type: none;
}

div#sub li {
	margin:0;
	padding-left:18px;
	font-size:0.75em;
	line-height:1.8;
	background:#fff url(images/bg_list.gif) 0 4px no-repeat;
	list-style:none;
	background-color: #080039;
	color: #FFFFFF;
}

/* ========FOOTER CUSTOMIZE======== */
div#totop{
	position:relative;
	height:2em;
	background-color: #080039;
}

div#totop p{
   position:absolute;
   top:10px;
   right:7px;
   margin:0;
   padding-left:8px;
   font-size:0.63em;
   background:#fff url(images/bg_totop.gif) 0 50% no-repeat;
}

address{
   padding:10px 0;
   font-size:10px;
   color:#FFFFFF;
}


.img-space{
	width:560px;
	height: 90px;
	clear: both;
   }

.img-right{
   width:180px;
   height:90px;
   float:right;
   }

.img-left{
   width:370px;
   height:90px;
   float:left;
   }
   
.img-l2{
   width:180px;
   height:90px;
   float:left;
   }
.img-r2{
   width:180px;
   height:90px;
   float:right;
   }

   
.box-a{
	width:560px;
	height: 120px;
   }
   
.img-b{
	width:180px;
	height:120px;
	float:right;
   }
   
.line-a{
	width:350px;
	float: left;
	}

.setsubi-list{
	margin:0px;
	float:left;
	width: 150px;
	list-style-type: disc;
	list-style-position: inside;
	}
.img-c{
	width:493px;
	margin: 20px auto;
	}

.setsubi-list-b{
	margin-top:20px;
	float:left;
	width: 180px;
	list-style-type: disc;
	list-style-position: inside;
	}
	
.madori-space{
	width:550px;
	height: 130px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-bottom: 10px;
	}

.madorizu{
	width:375px;
	height:104px;
	float: left;
	margin-left: 5px;
	}

.yachin{
	width:150px;
	height:120px;
	float: right;
	margin-left: 5px;
	}

.style2{
	color:#FF7171;
	font-size: 24px;
    }
	
.style3{
	color:#FFFFFF;
	font-size: 14px;
	border-bottom: dashed #666666 1px;
	line-height: 25px;
    }

.naiyou{
    text-align:right;
	}
	
.gaiyou-list li{
	list-style-type: none;
	float: left;
	font-size:12px;
	width: 270px;
	color:#000000;
	margin-left: 0px;
	line-height: 30px;
	margin-right: 10px;
	}
	
	.gaiyou-list2{
	list-style-type: none;
	float: left;
	width: 260px;
	margin-left: 0px;
	line-height: 10px;
	margin-right: 10px;
	}

.form{
	width:760px;
	height: 400px;
	}
.text-box-a{
	width:360px;
	float: left;
	}
.img-d{
	width:180px;
	float: right;
	height: 100px;
	}

.act{
	width:170px;


	height::100px;
	float:right;
	margin-right: 10px;
	height: 100px;
	}

div#main02{
	width:760px;
	height: auto;
	background-color: #CCCCCC;
	margin: 0px auto;
	}

.jouken{
	width:350px;
	height: 150px;
	padding-left: 30px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	}

.jouken-b{
	font-size:17px;
	line-height: 25px;
	color: #052545;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	}
	
.red-b{
	color:#052545;
	font-size: 25px;
	 }
.room{
	width:300px;
	float: right;
	height: 150px;
	margin-top: 20px;
	 }

div.room h2 {
	padding:2px 2px 2px 0;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	line-height:1.4;
	border-bottom:1px solid #052545;
	margin-bottom: 8px;
	margin-left: 3px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	width: 350px;
}

.zu-a{
	width:380px;
	height:300px;
	float: left;
	}

.dangumi-b{
	width:760px;
	height:200px;
	margin-top: 10px;
	border-top: solid #FFFFFF 1px;
	padding-bottom: 15px;
	}

.roll{
	width:380px;
	height:200px;
	float: right;
	margin-top: 20px;
	}

.top-img{
	width:760px;
	height:100px;
	margin-bottom: 10px;
	}

.vari{
	width:120px;
	float: left;
	color: #FFFFFF;
	margin: 2px 0px 2px 0px;
	}
.rv{
	width: 200px;
	float: right;
	height: 15px;
	color: #FFFFFF;
	margin: 2px 0px 2px 0px;
	}
.room-variation{
	width:320px;
	color: #FFFFFF;
	}

.type{
	list-style-type: none;
	margin-left: 20px;
	}

.white{
	width:760px;
	height:auto;
	margin: 0px auto;
	}

.center{
	width:760px;
	height: 100px;
	}

.zumen{
	width:760px;
	height:auto;
	background-color: #FFFFFF;
	}

.info li{
    line-height:20px;
	}

.img-e{
	width:190px;
	height:30px;
	float: left;
	margin-left: 180px;
	}
.menu{
	width:760px;
	height:auto;
	height: auto;
	padding-bottom: 0px;
	border-bottom: solid 2px #00AAFF;
	border-top: solid 5px #CCCCCC;
	}

.c-type{
	color:#FFFFFF;
	width: 200px;
	font-size: 10px;
	height: 20px;
	}
.flash{
    width:760px;
	height:500px;
	background-color:#FFFFFF;
	}
	
.info{
    width:500px;
	height:200px;
	}

.icon-i{
	width:455px;
	float: right;
	margin-top: 10px;
	}

.info-2 li{
	line-height:20px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 10px;
	color: #FFFFFF;
	 }
	 
.gaiyou-c{
	width:250px;
	float: left;
	margin-top: 7px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 10px;
	color: #FFFFFF;
	 }

.img-01{
	width:250px;
	padding-bottom: 20px;
	}

.img-02{
	width:250px;
	padding-bottom: 10px;
	}
.foot-main{
	width:760px;
	height:125px;
	background-color: #FFFFFF;
	}
.img-03{
	width:720px;
	background-color: #FFFFFF;
	padding-left: 10px;
	margin: 0;
	padding-bottom: 4px;
	}
.naisou-img{
	width:680px;
	padding-left: 80px;
	}
.gaiyou-space{
	width:630px;
	padding: 30px 65px 30px 65px;
	}
.insatsu{
	width:190px;
	height:30px;
	float: right;
	margin-top: 10px;
	}
.white{
	}
.oshirase{
	margin-top:10px;
	width: 445px;
	}

.oshirase-com{
	width:443px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: left;
	border: 1px solid #999999;
	}

.hiduke{
	color:#000000;
	font-size: 12px;
	margin-left: 10px;
	}
.oshirase-box{
	width:445px;
	margin-left: 10px;
	padding: 0;
	color: #FFFFFF;
	}

.senkouyoyaku{
	width:240px;
	margin: 23px 20px 10px 0px;
	}

.room-image{
	width:240px;
	margin: 0 20px 0 0;
	border: 1px solid #999999;
	}
.table{
	text-align: center;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 13px;
	padding: 5px 5px 5px 5px;
	}

.line-b{
	color:#FFFFFF;
	font-size: 13px;
	}
.foot-box{
	width:760px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: auto;
	}

.line-pu{
	width:670px;
	border-left-color: #000000;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #000000;
	}

.bukken{
	width:270px;
	height:20px;
	margin-left: 30px;
	font-size: 12px;
	}
.renraku{
	width:455px;
	padding-left: 20px;
	padding-left: 20px;
	height: auto;
	float: left;
	}

.img-f{
	width:248px;
	margin-right: 13px;
	float: left;
}
.img-g{
	width:194px;
	float: left;
	}
.eigyou{
	width:184px;
	height:45px;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 12px;
	}
.img-h{
	float: right;
	width: 249px;
	height: 85px;
	margin-right: 15px;
	}
.renraku-box{
    width:760px;
	}
div#contents2 {
	width:740px;
	margin:0;
	height: 400px;
	background-color: #080039;
	font-size: 10px;
}
div#main2{
	float:left;
	width:760px;
	background-color: #080039;
}

div#main2 h3 {
	margin-bottom:3px;
	font-size:0.88em;
	text-decoration: underline;
	margin-left: 100px;
}

div#main2 h4 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main2 h5 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main2 h6 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#main2 p{
	margin:0 0 1em 3px;
	font-size:0.75em;
	line-height:1.4;
	color: #FFFFFF;
}

div#main2 ul,ol,dl{
	font-size:0.75em;
	margin-left: 5px;
}

div#main2 dt{

}

div#main2 li{

}

div#main2 dt{
   margin-bottom:3px;
}

div#main2 dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}

.line-big{
     font-size:13px;
	 }

table#menu01{
width:760px;
margin:0;
padding:0;
border:0;
}

table#menu01 td{
margin:0;
padding:0;
}

table#menu01 tr{
margin:0;
padding:0;
}

ul.menu03{
width:100%;
margin:0;
padding:0;
float:left;
list-style:none;
}

ul.menu03 li{
text-align:left;
margin:0;
padding:0;
}

.line-f{
	width:700px;
	height:auto;
	padding: opx 30px 0px 30px;
	font-size: 10px;
	color: #666666;
	 }
.black{
	background-color: #000000;
     }


.big-img{
	width:760px;
	height:550px;
	}

.chui-sub{
	width:760px;
	}

.chuibun{
	color:#052545;
	padding-top: 5px;
	width: 330px;
	}

.img-gaikan{
	width:315px;
	height: 390px;
	float: left;
	}
	
.space-a{
    width:630px;
	height:auto;
	}
	
.text-area{
	width:315px;
	height:390px;
	float: right;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	}
	
.img-04{
	width:630px;
	margin-top: 20px;
	}

.bottom-area{
    width:630px;
	height:auto;
	margin-top:20px;
	}

.left-box{
	width:275px;
	height:auto;
	float: left;
	}
	
.right-box{
	width:300px;
	height:auto;
	float: right;
	}

.img-05{
	width:200px;
	border-bottom: solid 1px #000000;
	padding-bottom: 10px;
	}

.text-area-b{
	width:325px;
	height:auto;
	margin-top: 10px;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	}
    
.img-06{
	width:325px;
	height:auto;
	margin-top: 20px;
	}
.box-b{
    width:760px;
	}
	
.left-box-b{
	width:315px;
	height:390px;
	float: left;
	}
	
.right-box-b{
	width:275px;
	background-color:#000000;
	float:right;
	height:350px;
	padding: 20px 20px 20px 20px;
	}

.box-c{
	width:630px;
	margin: 20px 0px 0px 0px;
	height: auto;
	}

.box-d{
	width:630px;
	height: auto;
	margin: 0px auto;
	}

.img-07{
	width:384px;
	position: absolute;
	left: 471px;
	top: 642px;
	}

.img-08{
	width:280px;
	position: relative;
	top: -60px;
	left: -40px;
	float: left;
	}

.lft-box{
	width:325px;
	height:234px;
	float: left;
	}
.rgt-box{
	width:300px;
	height:234px;
	float: right;
	}

.box-e{
	width:325px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
	}

.box-f{
	width:325px;
	margin: 10px 0 10px 0;
	color: #000000;
	line-height: 16px;
	}

.box-g{
	width:240px;
	height: auto;
	border: 1px solid #000000;
	 }

.img-j{
	width:275px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	}
.img-k{
	width:275px;
	margin-top: 10px;
	color: #FFFFFF;
	line-height: 16px;
	}
.text-box{
	width:630px;
	color: #000000;
	margin: 0 auto;
	}

.space-b{
    width:auto;
	height:450px;
	}
.box-h{
	width:760px;
	height:auto;
	margin: 0 auto;
	background-color: #FFFFFF;
	}
.gaiyou-img{
	width:315px;
	height: 390px;
	float: left;
	padding: 1px 1px 1px 1px;
	border: 1px solid #CCCCCC;
	}
.hikaku{
	margin:20px auto;
	width: 578px;
	}
.setsubi-box{
	width:630px;
	margin-top: 50px;
	}
.setsubi-title{
	border-bottom:solid 1px #000000;
	height:18px;
	color: #000000;
	font-size: 16px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin-bottom: 10px;
	}
.setsubi-img-b img{
    padding:2px 2px 2px 2px;
	border:1px solid #999999;
	}
	
.memo{
	color:#333333;
	text-align: right;
	width: 578px;
	margin: 0 auto;
	}
.info-table{
	width:445px;
	margin-left: 10px;
	margin-top: 20px;
	}
.right-box-c{
    float:right;
	}
.left-box-c{
	float:left;
	width: 455px;
	height: auto;
	}
.img-09{
    width:445px;
	}
	
.table02{
	width:441px;
	border:solid 1px #999999;
	padding: 2px 2px 2px 2px;
	 }
.setsubi-box02{
	width:760px;
	height: 350px;
	background-image: url(images/setsubi-big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
.setsubi-line{
	width:320px;
	height:200px;
	float: right;
	margin: 135px 40px 0px 0px;
	color: #333333;
	line-height: 15px;
	font-size: 12px;
	}
.madori-img img{
    border:solid 1px #CCCCCC;
	}
