@charset "utf-8";
/* CSS Document */

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

a:link {
  color: #000099;
  background: transparent;
}
a:visited {
  color: #800080;
  background: transparent;
}
a:hover, a:active {
  color: #ff9933;
  background: transparent;
}

body {
	color: #333333;
	font-size: 100%;
	background-image: url(img/bg2.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-position: center;
}


#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#header   {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


h1  {
	font-size: 90%;
	text-align: center;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;
	color: #666666;
	padding-top: 5px;
}
h2 {
	font-size: 80%;
	line-height: 1.5em;
	color: #666666;
	text-align: center;
}








#wrapper #content {
	background-color: #FFFFFF;
	width: 750px;
}


.topflash   {
	text-align: center;
	margin: 6px auto;
}
.catch {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	color: #999999;
	text-align: center;
	height: 144px;
	width: 750px;
	background: url(img/catch.jpg) 0px 44px;
	background-repeat: no-repeat;
}
.catch2 {
	text-align: center;
}

.space01 {
	background-image: url(img/space01.jpg);
	background-repeat: no-repeat;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	text-align: center;
	height: 80px;
	width: 750px;
	padding-top: 20px;
}
.space02 {
	background-image: url(img/space02.jpg);
	height: 70px;
	width: 750px;
	margin-bottom: 6px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	text-align: center;
	color: #666666;
	padding-top: 30px;
	background-repeat: no-repeat;
}
.space02-2 {
	background-image: url(img/space02.jpg);
	height: 70px;
	width: 750px;
	margin-bottom: 6px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	text-align: center;
	color: #666666;
	padding-top: 30px;
	background-repeat: no-repeat;
	line-height: 1.2em;
}
.space03 {
	background-image: url(img/space03.jpg);
	height: 70px;
	width: 750px;
	margin-bottom: 6px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	color: #666666;
	text-align: center;
	padding-top: 30px;
	background-repeat: no-repeat;
}

#content .title {
	margin: 5px auto 15px;
}
#charttitle  {
	margin: 10px auto 5px;
	width: 730px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#content .btn {
	width: 750px;
	height: 70px;
	margin-bottom: 5px;
}



#content  ul {
	width: 750px;
	margin: 0px auto;

}




#content  li {
	list-style: none;
	float: left;
}

#n01   a  {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #345DA4;
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
#n01-2 {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #345DA4;
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
#n01   a:hover  {
	background-color: #990000;
}
#n02   a  {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #9B478D;
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
#n02-2 {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #9B478D;
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
#n02   a:hover  {
	background-color: #990000;
}
#n03   a  {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #009944;
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
#n03-2 {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #009944;
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
#n03   a:hover  {
	background-color: #990000;
}
#n04   a  {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #6633FF;
	border-bottom: 2px solid #FFFFFF;
}
#n04-2 {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #6633FF;
	border-bottom: 2px solid #FFFFFF;
}
#n04   a:hover  {
	background-color: #990000;
}
#n05   a  {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #33CC99;
	border-bottom: 2px solid #FFFFFF;
}

#n05-2 {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #33CC99;
	border-bottom: 2px solid #FFFFFF;
}
#n05   a:hover  {
	background-color: #990000;
}
#n06   a  {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #1D2788;	
	border-bottom: 2px solid #FFFFFF;
}
#n06-2 {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #1D2788;	
	border-bottom: 2px solid #FFFFFF;
}
#n06   a:hover  {
	background-color: #990000;
}
#n07   a  {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #CDC126;
	border-bottom: 2px solid #FFFFFF;
}
#n07-2 {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #CDC126;
	border-bottom: 2px solid #FFFFFF;
}
#n07   a:hover  {
	background-color: #990000;
}
#n08   a  {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #8EC323;
	border-bottom: 2px solid #FFFFFF;
}
#n08-2 {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #8EC323;
	border-bottom: 2px solid #FFFFFF;
}
#n08   a:hover  {
	background-color: #990000;
}
#n09   a  {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #EA5810;
	border-bottom: 2px solid #FFFFFF;
}
#n09-2 {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #EA5810;
	border-bottom: 2px solid #FFFFFF;
}
#n09   a:hover  {
	background-color: #990000;
}
#n10   a  {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #00A599;
	border-bottom: 2px solid #FFFFFF;
}
#n10-2 {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #00A599;
	border-bottom: 2px solid #FFFFFF;
}
#n10   a:hover  {
	background-color: #990000;
}
#n11   a  {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #CC0066;
	border-bottom: 2px solid #FFFFFF;
}
#n11-2 {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #CC0066;
	border-bottom: 2px solid #FFFFFF;
}
#n11   a:hover  {
	background-color: #990000;
}
#n12   a  {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #157F50;
	border-bottom: 2px solid #FFFFFF;
}
#n12-2 {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #157F50;
	border-bottom: 2px solid #FFFFFF;
}
#n12   a:hover  {
	background-color: #990000;
}
#n13 a {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #621D87;
	border-bottom: 8px solid #FFFFFF;
}
#n13-2 {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #621D87;
	border-bottom: 8px solid #FFFFFF;
}
#n13   a:hover  {
	background-color: #990000;
}
#n14 {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #ffffff;
	border-bottom: 8px solid #FFFFFF;
}
#n14   a:hover  {
	background-color: #ffffff;
}
#n15 {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 250px;
	background-color: #ffffff;
	border-bottom: 8px solid #FFFFFF;
}
#n15   a:hover  {
	background-color: #ffffff;
}







#gelende   #n06   a     {
	background-color: #0000FF;
}
#asamade  #n02  a   {
	background-color: #0000FF;
}
#gelechika   #n03   a    {
	background-color: #0000FF;
}
#gradeup  #n05  a   {
	background-color: #0000FF;
}
#kakaku  #n04  a   {
	background-color: #0000FF;
}


#kashikiri  #n01  a   {
	background-color: #0000FF;
}

#gelende  #ski_map {
	clear: both;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	color: #666666;
}
#gelende #gelende_navi  li  a {
	text-decoration: none;
	display: block;
	width: 140px;
	height: 20px;
	color: #999999;
	background-color: #0033FF;
}

#gelende  .shousai   {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}
#gelende .left {
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#gelende .right {
	width: 360px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-right: auto;
	margin-left: auto;
}
#gelende    .g_info {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 1.2em;
}

#gelende .map {
	width: 350px;
	margin: 0px auto 10px;
}
#gelende   .right_info {
	width: 350px;
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	font-size: 80%;
	text-align: left;
}
#gelende .text {
	font-size: 13px;
	color: #666666;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 350px;
}

#gelende  .info1  {
	border: 1px solid #999999;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#gelende .info2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 70%;
}
.gelende_btn   {
	margin-top: 10px;
	margin-bottom: 10px;
}
.gelendechoice   ul     {
	width: 750px;
	margin: 0px auto;
	float: left;
}
.gelendechoice   li  {
	float: left;
	list-style: none;
}
.gelendechoice  a  {
	line-height: 1.5em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 1.5em;
	width: 148px;
	border-top: 1px solid #66FFFF;
	border-bottom: 1px solid #3366FF;
	background-color: #3300CC;
	border-right: 1px solid #0099FF;
	border-left: 1px solid #0033CC;
	font-size: 90%;
}
.gelendechoice  a:hover  {
	background-color: #00CCFF;
}
#chart     {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: auto;
	margin-left: auto;
}
#chart  th  {
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	padding: 1px;
}
#chart  td  {
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	padding-left: 5px;
}
#form table.mailform {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#chart .price {
	font-size: 75%;
}

#form table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	padding: 7px 5px 7px 5px;
	border-top: 1px solid #CCCCCC;
}
#form table.mailform tr th {
	width: 250px;
	text-align: right;
}
#form table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
#form table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
#form table.mailform tr td textarea {
	width: 70%;
	height: 120px;
}
#hotel .hotelname {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 36px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	padding-left: 90px;
	background-image: url(hotel/img/hotelbase.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

#hotel   .hotelphoto {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}
#hotel .hotelshousai {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
}
#hotel .compa {
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
}
#hotel .hoteldata {
	width: 360px;
	text-align: left;
	border: 1px solid #999999;
}


#hotel .price {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}



#wrapper #footer {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 95%;
	color: #666666;
	width: 750px;
}
#footer .footer1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(img/footer.jpg);
	text-align: center;
	font-size: 100%;
	height: 80px;
	padding-top: 40px;
	background-repeat: no-repeat;
}
#footer .footer2 {
	font-size: 80%;
	text-align: right;
	background-color: #FFFFFF;
	padding: 5px;
}
.pension {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 110%;
	font-weight: bold;
	color: #000066;
	text-align: left;
	padding-top: 20px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #999999;
}
