@charset "utf-8";

@import url("basic.css");





html{
height:100%;
}


body {
	/*font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font-size: 10px;
	color: #333;
	text-align: center;
	background-color:#fff;
	padding: 0px;
	margin:0px;
	height:100%;
}


/*---- ■　structure　■----*/


h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 2px;
	padding: 2px;
}


h2 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}


h3 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}



a:link {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	color: #669966;
	text-decoration: underline;
}
a:active {
	color: #CC6699;
	text-decoration: none;
}
a:visited {
	color: #9966CC;
	text-decoration: none;
}

.clear{
clear:both;
}


img{
border:0px;
}

#bg {
	background-color: #FFFFFF;
	width: 756px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC99FF;
	border-left-color: #CC99FF;
	text-align: center;
	margin: 0px auto;
	padding: 1px;
	background-image: url(../img02/bg01.gif);
	background-repeat: repeat-y;
	background-position: left top;
	clear:both;
}


#bg_list {
	background-color: #FFFFFF;
	width: 756px;
	border-right: 1px solid #CC99FF;
	border-left: 1px solid #CC99FF;
	text-align: center;
	margin: 0px auto;
	padding: 1px;
	clear:both;
}


#description {
	text-align: center;
	width: 758px;
	margin: 0px auto 0 auto;
	clear:both;
}


#header {
	text-align: center;
	width: 760px;
	margin: 0px auto 0 auto;
	height: 110px;
	clear:both;
}



#header_list {
	text-align: center;
	width: 760px;
	margin: 0px auto 0 auto;
	height: 115px;
	clear:both;
}


#left {
	text-align: left;
	float: left;
	width: 150px;
	margin: 0px;
	padding: 2px;
	line-height: 13px;
}

#right {
	font-size: 12px;
	color: #333;
	text-align: left;
	float: left;
	width: 590px;
	margin: 0px 0px 0px 10px;
}

#footer {
	background-image: url(../img02/bg02.jpg);
	background-repeat: repeat-x;
	letter-spacing: 1px;
	text-align: center;
	width: 758px;
	margin: 0px auto 10px auto;
	height: 80px;
	border-right: 1px solid #CC99FF;
	border-left: 1px solid #CC99FF;
	clear:both;
}






/*---- ■　txt　■----*/


.txt12 {
	font-size: 12px;
}

.txt10 {
	font-size: 10px;
}


.red {
	color:#CC0000;
}

.brown{
color:#663300;
}


.green {
	color:#006600;
}


.orange {
	color:#FF6600;
}


.txt14 {
	font-size: 14px;
}


.mono {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", monospace;
}



.bold {
	font-weight: bold;
}


.line01{
line-height:16px;
}


/*---- ■　box　■----*/


.b_none{
border:0px;
}


.box01 {
	background-color: #fff;
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #993366;
	border-bottom: 1px solid #993366;
	width: 550px;
	margin: 30px auto 10px auto;
	text-align: left;
	clear:both;
}


.box02 {
	background-color: #fff;
	padding: 0px;
	width: 520px;
	margin: 10px auto 10px auto;
	text-align: left;
	line-height: 18px;
	clear:both;
}


.box03 {
	background-color: #ccc;
	padding: 10px;
	border: 1px solid #666;
	width: 530px;
	margin: 10px auto 10px auto;
	text-align: left;
	line-height: 18px;
	clear:both;
}

.heading {
	background-color: #fff;
	padding: 0 0 0 10px;
	border-left: 5px solid #666;
	width: 515px;
	margin: 40px auto 10px auto;
	text-align: left;
	line-height: 18px;
	font-size:14px;
	letter-spacing:2px;
	clear:both;
}



.line01 {
	width: 534px;
	border-bottom: 1px solid #993366;
	margin:0px auto;
	padding:0px;
	clear:both;
	
}



.box_ryokan {
	text-align:left;
	height: auto;
	width: 282px;
	height:75px;
	margin: 5px auto;
	border: 1px dotted #999999;
	padding: 3px;
	line-height: 14px;
	letter-spacing:1px;
	font-size:10px;
	clear:both;
}


.link_list {
	text-align:left;
	height: auto;
	width: 200px;
	height:75px;
	margin: 5px auto;
	border: 1px dotted #999999;
	padding: 3px;
	line-height: 14px;
	letter-spacing:1px;
	font-size:10px;
	clear:both;
}


