@charset "utf-8";
/* CSS Document */

@import url(css/default.css);
@import url(css/temprate.css);
@import url(css/side.css);
@import url(css/top-side.css);

#ski {
	clear:both;
	margin-bottom:10px;
	padding-top:20px;
}

#nagaspa-bunner {
	clear:both;
	margin:10px 0;
}

#recommend,
#new-tour,
#recommend03,
#new-tour03,
#bunner_box,
#starting-place,
#news {
	clear:both;
}

#recommend-top,
#new-tour-top {
	margin-top:5px;
	margin-bottom:10px;
}


#recommend-bottom,
#new-tour-bottom {
	clear:both;
	padding-top:10px;
	border-top:1px dotted #666;
}

#pickup dt {
	margin-bottom:5px;
}

#pickup li {
	margin-bottom:5px;
}

#bunner_box {
	margin-bottom:10px;
	padding-top:20px;
}

#bunner_box .business {
	width:200px;
	height:95px;
	float:right;
}

#bunner_box .royalbus {
	width:365px;
	height:95px;
	float:left;
}




#news dl {
	height:300px;
	overflow:auto;
	border:1px dotted #999;
	border-top:none;
	padding-left:20px;
	padding-bottom:20px;
}

#news dt {
	font-size:75%;
	margin-top:10px;
}

#news dd {
	font-size:81.25%;
	text-indent:2em;
}

#news span {
	color:#f00;
	font-weight:600;
}

#side_navi img {
	vertical-align:bottom;
}





/*XV*/
body {
	color:#333;
	line-height:1.4;
	font-family:"lr oSVbN",sans-serif;
}





div.border{
	width:544px;
	border-bottom:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
	margin-bottom:10px;
	padding:12px;
	overflow:hidden;
	font-size:75%;}


div.border h3{
	font-size:120%;
	font-weight:bold;
	margin:4px 0;
}


/*div.border h3 a{
	color:#1b2582;
}

div.border h3 a:hover{
	color:#ee4e00;
}*/

div.border p{
}

div.border span{
	color:#C00;
	font-weight:bold;
}
	
	
#recommend01,
#recommend03,
#new-tour01,
#new-tour03 {
	width:259px;
	float:left;
	border-right:1px solid #dbdbdb;
	padding-right:11px;
}

#recommend02,#recommend04{
	width:260px;
	float:right;
	margin-left:12px;
}

#new-tour h2 {
	margin-bottom:10px;
}

.moku1{
	width:170px;
	margin-right:17px;
	float:left;
}

.moku2{
	width:170px;
	float:left;
}

.margin-b14px{
	margin-bottom:14px;
}



.place-kansai {
	width:544px;
	margin-bottom:7px;
	padding-bottom:7px;
	clear:both;
	border-bottom:1px solid #ccc;
}

.uketsuke-end {
	width:544px;
	clear:both;
}

.uketsuke-end table{
	background:#DDD;
	margin-top:3px;
	padding:5px;
}

.uketsuke-end strong{
	font-weight:bold;
	margin:4px;
}

.uketsuke-table tr td{
	padding:4px;
}

.place-kansai a{
	background:url(top_images/icon_link_off.gif) no-repeat left;
	padding:2px 25px 2px 9px;
}

.place-kansai a:hover{
	text-decoration:underline;
	background:url(top_images/icon_link_on.gif) no-repeat left;
	padding:2px 25px 2px 9px;
}
	
.link a{
	background:url(top_images/icon_link_off.gif) no-repeat left;
	padding:2px 0 2px 9px;
}

.link a:hover{
	text-decoration:underline;
	background:url(top_images/icon_link_on.gif) no-repeat left;
	padding:2px 0 2px 9px;
}
#news-text{
	         height: 150px;
         overflow: auto;
		 margin:0 auto;
}

#news-text dl {
 width:520px;
}
#news-text dt {
 float:left;
 width:75px;
 padding:5px 0 5px 10px;
 clear:both;
 font-weight:bold;
 color:#333;
}
#news-text dd {
 width:410px;
 margin-left:75px;
 padding:5px 0 5px 10px;
}

#news-text a{
	text-decoration:none;
}

#news-text a:hover{
	text-decoration:underline;
}







/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.anythingSlider                         {
	width: 585px;
	height: 360px;
	position: relative;
	margin: 0;
}
.anythingSlider .wrapper                {
	width: 505px;
	overflow: auto;
	height: 324px;
	margin: 0 40px;
	position: absolute;
	top: 0;
	left: 0;
}

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px solid #e0a213; border-bottom: 3px solid #e0a213; margin: 0; }
.anythingSlider .wrapper ul li          {
	display: block;
	float: left;
	padding: 0;
	height: 317px;
	width: 505px;
	margin: 0;
}
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(/topimages2/images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -250px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

.thumbNav                               { position: relative; top: 323px; text-align: center; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(/topimages2/images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
.thumbNav a:hover                       { background-image: none; }
.thumbNav a.cur                         { background: #e0a213; }

.start-stop                             { z-index: 10; background: green; background-image: url(/topimages2/images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
.start-stop.playing                     { background-color: red; }
.start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }


*                                       { margin: 0; padding: 0; }
body                                    { font: 12px Georgia, Serif; }
a, a img                                { border: 0; text-decoration: none; outline: 0; }

#page-wrap                              { width: 760px; padding: 15px; background: white; margin: 0 auto 50px; position: relative; }
#col1                                   { width: 49%; float: left; margin: 0 0 20px 0; }
#col2                                   { width: 49%; float: right; }

h1                                      { font: bold 60px Helvetica, Sans-Serif; letter-spacing: -2px; margin: 20px 0; text-align: center; }
h2                                      { font: bold 30px Helvetica, Sans-Serif; letter-spacing: -1px; margin: 0 0 10px 0; }
h3                                      { font: 16px Georgia, Serif; margin: 0 0 10px 0; }  
h5                                      { font: 15px Georgia, Serif; text-align: center; }
pre                                     { font: 13px/1.8 Monaco, MonoSpace; margin: 0 0 15px 0; }

ul                                      { margin: 0 0 25px 25px; }
ul li                                   { font: 15px Georgia, Serif; margin: 0 0 8px 0; }

#dl                                     { position: absolute; top: 10px; right: 0; background: black; color: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 3px 6px; }
#dl:hover                               { background: #666; }

/*
    For Specific Slides
*/
#textSlide                              { padding: 10px 30px; }
#textSlide h3                           { font: 20px Georgia, Serif; }
#textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; }

#quoteSlide                             { padding: 30px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }


