@charset "utf-8";

#contents p.file-dl a {
  text-align: center;
  text-decoration: none;
  width: 40%;
  padding: 0.5em 0;
  margin-left:auto;
  display: block;
  background-color: #666;
  color: #fff;
  align:right;  
}
#contents p.file-dl2 a {
  text-align: center;
  text-decoration: none;
  padding: 0.5em 0;
  margin-left:auto;
  display: block;
  background-color: #666;
  color: #fff;
  align:right;  
}
#contents p.file-dl a:hover,
#contents p.file-dl2 a:hover {
  background-color: #ccff99;
  color: #f00;

 
}

#contents ul { margin: 1em 0 1em 20px; }

#contents ol { margin: 1em 0 1em 25px; }

#contents li {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -------------------------------------------------------------

------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

a:link,
a:visited,
a:hover,
a:active { text-decoration: none; }

a:link { color: #00f; }

a:visited { color: #90f; }

a:hover { color: #f00; }

a:active { color: #f00; }
a img {
    border-style:none;
}
/* -------------------------------------------------------------
   body*/
body {
	color:#333333;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/bg01.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size:85%;
	 font-family: "CI",Meyryo, "lr oSVbN", Osaka,sans-serif;
}

/*-- wrapper --*/
#wrapper {
  text-align: left;
  width: 918px;
  margin: 0 auto;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

/*-- header --*/
#header {
	background-image: url(images/bg-header01.jpg);
	width:918px;
	height: 200px;
	position: relative;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#header #info {
	position: absolute;
	right: 25px;
	font-size: 14px;
	color: #ccffff;
	line-height: 24px;
	text-align: right;
	top: 25px;
}
#header #info strong {
	font-size: 40px;
	color: #ffff99;
	font-family: Arial, Helvetica, sans-serif;
}
#header #info span {
	font-size: 18px;
	color: #ffffff;
}
#header #info .time {
	font-size: 12px;
	color: #ffffff;
}
/*-- Rec 740px --*/
#contents { 
	padding: 5px 30px;
	background-color:#ffffff;
	}
#contents .box_out {
	background-color: #eeeeee;
	margin: 1px;
	padding: 5px;
}
#contents .box_in {
	font-size: 13px;
	background-color: #FFFfcc;
	border: 1px solid #ffcc99;
	margin-bottom: 5px;
	padding: 10px;
}
.chui {
	font-size: 12px;
	color: #FF3366;
}
/*-- footer --*/

#footer {
	background-image: url(images/footerImage.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	clear: both;
	height: 50px;
	position: relative;
	font-color: #ffffff;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #586565;
	background-color: #F5F5F5;
	line-height: 20px;
	text-align: center;
	border-top: 3px solid #DFDFDF;
}
/*-- image & dotto --*/
p img {
   float:left;
   margin:10px 20px;
   border:solid 5px #cccccc;
  
}
.dotto_text{
	margin:0px 0px 3px 240px;
	background:url(images/dotto.png) top left no-repeat;
	padding:0px 0px 0px 12px;
	overflow: auto;
	}
.dotto_textkoko {
	margin:0px 0px 3px 220px;
	padding:0px 0px 0px 12px;
	overflow: auto;
	font-weight:bold;
	color:#0cb0e0;
	}    
.dotto_maru{
	margin:10px 0px 2px 220px;
	background:url(images/coco.gif) top left no-repeat;
	padding:0px 0px 0px 12px;
	overflow: auto;
	}
.dotto_textex{
	margin:0px 0px 0px 246px;
	background:url(images/dotto.png) top left no-repeat;
	padding:0px 0px 0px 12px;
	overflow: auto;
	}
.dotto_text_cs{
	margin:0px 0px 3px 100px;
	background:url(images/dotto.gif) top left no-repeat;
	padding:0px 0px 0px 10px;
	overflow: auto;
	}
.dotto_gry{
	margin: 0;
    padding: 0px 0px 0px 12px;
	background:url(images/dotto.png) no-repeat 0 12px; 
}
.tour_date{
	margin:10px 0px 0px 0px;
	background:url(images/tour_date.gif) top left no-repeat;
	border:none;
	}
.tour_price {
	line-height:20px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	}
.tour_price strong{
	color: #ff4500;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.date_text{
	margin:0px 0px 0px 220px;
	background:url(images/tour_date.gif) left no-repeat;
	padding:0px 0px 0px 42px;
	overflow: auto;
	color: #990000;
}
.tekiyou_text{
	margin:0px 0px 0px 220px;
	background:url(images/tekiyoubi.gif) left no-repeat;
	padding:0px 0px 0px 42px;
	overflow: auto;
	color: #990000;
}


	
/* -------------------------------------------------------------

h1 {
  font-size: 100%;
  font-weight: normal;
  text-align: right;
  margin-right:10px;
  color: #666666;
  text-decoration:none;
}

/* logo */
.logo {
  font-size: 160%;
  position: absolute;
  top: 30px;
  left: 30px;
}

.logo a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.logo a:hover {
  color: #f00;
  text-decoration: none;
}

/* Tv */
.description {
   font-size: 12px;
  line-height: 1.5em;
  position: absolute;
  bottom: 60px;
  left: 12px;
  color: #FFFFFF;
  text-decoration: none;
}

/*--------------------------------------- NAVI */
#globalnavi {
	font-size: 95%;
	list-style-type: none;
	width: 920px;
	height: 47px;
	position: absolute;
	bottom: 0;
	left: -1px;
	top: 148px;
}

#globalnavi li {
  width: 306px;
  float: left;
}

#globalnavi li a {
  text-align: center;
  text-decoration: none;
  width: 307px;
  height: 40px;
  display: block;
  padding-top: 12px;
  background-image: url(images/bg-globalnavi01.gif);
  background-repeat: no-repeat;
  color: #ccffff;
}

#category01 a { background-position: 0 0; }

#category02 a { background-position: -306px 0; }

#category03 a { background-position: -612px 0; }


#globalnavi li a:hover {
  text-decoration: none;
  background-image: url(images/bg-globalnavi01.gif);
  background-repeat: no-repeat;
  color: #fff;

}

#category01 a:hover { background-position: 0 -40px; }

#category02 a:hover { background-position: -306px -40px; }

#category03 a:hover { background-position: -612px -40px; }

/*--global navi--*/

#globalnavi ul {
  list-style-type: none;
  width: 306px;
  height:auto ;
  position: absolute;
}

#globalnavi ul li {
  width: 306px;
  float: none;
}

#globalnavi ul li a {
  text-align: left;
  text-decoration: none;
  width: 306px;
  height: auto;
  display: block;
  padding: 4px;
  border: 1px outset #690;
  background-image: none;
  background-color: #0066ff;
  color: #FFFFFF;
}

#globalnavi ul li a:hover {
  text-decoration: none;
  border: 1px outset #666;
  background-image: none;
  background-color: #66ccff;
  color: #FFFFFF;
}

#globalnavi .menu ul { display: none; }

#globalnavi .menuOn ul { display: block; }

/* -------------------------------------------------------------
   H */

/* o */
h2 {
	font-size: 130%;
    font-weight: normal;
    margin-bottom: 0.5em;
    padding: 3px 0 2px;
    padding-left:5px;
    color: #030;
    border-top: 2px solid #003399;
    border-bottom: 1px solid #ccc;
    border-left:12px solid #003399;
  
}



h3,
h4,
h5,
h6 {
    font-size: 130%;
    font-weight: normal;
    margin-bottom: 0.5em;
    padding: 3px 0 2px;
    padding-left:5px;
    color: #030;
    border-top: 2px solid #ff0000;
    border-bottom: 1px solid #ccc;
    border-left:12px solid #ff0000;
  
}


h3,
h4,
h5,
h6 { margin-top: 0; }

.l150 {
   margin-left:150px;
 
}
.b5 {
   margin-bottom:5px;
   }
.pan5 {
   font-size:80%;
}

.box {
	width:auto;
	margin: 0px 0px 10px 0px;
	padding: 15px 5px 5px 5px;
	border: none;
	background:#ffffcc;
	}
 
.box img {
	float: left;
	margin: 15px 15px 15px 10px;
	border: solid 1px #666699;
}
 
.box p.text {
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
	line-height: 1.5;
}

/*  */
#contents p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
.style1 {
  color: #666666
 ;}
.style2 {
  text-size: 5
 }
.course {
	color:#006699;
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
}
.course_p {
	color: #ff3300;
	font-size: 12px;
	padding-left: 30px;
}
.dotto_course{
	margin:0px 0px 3px 100px;
	background:url(images/dotto.png) top left no-repeat;
	padding:0px 22px 0px 12px;
	overflow: auto;
	}
.course_inf {
	color: #ff6600;
	font-size: 12px;
	margin:0px 0px 3px 98px;
	padding:0px 22px 0px 12px;
	overflow: auto;
	}
.course_inf_chui {
	color: #000000;
	font-size: 12px;
	}
/* -------------------------------------------------------------
   cds */

#cds {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: right;
  margin: 0;
  padding-right: 20px;
  clear: both;
}

#cds,
#cds a,
#cds a:hover {
  text-decoration: none;
  color: #ccc;
}

/* space ********************************************************** */

.space45{
margin-bottom:45px;
}

.space40{
margin-bottom:40px;
}

.space35{
margin-bottom:35px;
}

.space30{
margin-bottom:30px;
}

.space25{
margin-bottom:25px;
}

.space20{
margin-bottom:20px;
}

.space15{
margin-bottom:15px;
}

.space12{
margin-bottom:12px;
}

.space10{
margin-bottom:10px;
}

.space8{
margin-bottom:8px;
}

.space6{
	margin-bottom:6px;
}

.space4{
	margin-bottom:4px;
}

.space3{
	margin-bottom:3px;
}

.space2{
	margin-bottom:2px;
}


.margin18{
	margin:18px;
}


.margin15{
	margin:15px;
}

.margin12{
	margin:12px;
}

.margin8{
	margin:8px;
}

.margin4{
	margin:4px;
}

.margin4_15{
	margin:4px 4px 15px 4px;
}
.margin2{
	margin:2px;
}
.marginl220 {
	margin-left: 100px;
	margin-bottom: 30px;
}
.ml80 {
	margin-right: 80px;
	}
.img_right{
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}
.point_space {
	margin-top: 10px;
	margin-bottom: 10px;
}
p .tourp12 {
	margin-top: 10px;
}
.detail {
	margin-left: 500px;
	color: #666666;
}
.count {
	font-size:14px;
	color:#666666;
	padding-bottom: 0;
}
/* table ********************************************************** */
table.price_form {
	margin: 10px auto;
	align: right;
	border-collapse:collapse;
	border-spacing: 0;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	
}
table.price_form th {
	padding: 5px 0;
	text-align:center;
	font-weight: normal;
	border:1px solid #C2C2C2;
	vertical-align: middle;
	background-color: #dcdcdc;
}
table.price_form td{
	color:#ff4500;
	padding: 5px 0;
	text-align:center;
	border:1px solid #C2C2C2;
	vertical-align: middle;
	background-color: #FFFFFF;
}
table.price_form td.bg_grc {
	padding:5px;
	text-align:center;
	border:1px solid #C2C2C2;
	vertical-align: middle;
	background-color:#E8EBF0;
}

/*other ********************************************************* */
.clear01{
	clear:both;
	overflow: hidden;
	margin:-5px;
	padding:0;
}
.doubleline {/*二重取り消し線*/
	background-image:url(images/doubleline.png);
	background-repeat:repeat-x;
	background-position: center;
} 
.clear_b {
	clear:both;
}
.clearfix;
	display:block;
	}
.float {
	float:left;
	}
.text {
	overflow:auto;
	zoom:1;
	}
	/*vnt
-------------------------------------------------------------------*/
.vnt img {
	float: left;
}
.vnt p {
	overflow: hidden;
}

