html {
	background: #FFF;
}

body {
	text-align:center;/* box centering */
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	margin: 0px 0px 0px;
	padding: 0px 0px;
	color: #444;
	font-size: 12px;
	line-height:135%;
	background: #FFF url(../img/common/body_bg.gif) repeat-y center top;
	min-width: 960px;
}
* html body {
	font-size: 75%;
	background: #FFF;
}
*:first-child+html body {
	font-size: 75%;
	min-width: 960px;
}
/*---------*/
h1,h2,h3,h4,h5,h6 {
margin:0;
padding:2px 0 0 0;
font-weight:normal;
}
p{
margin:0;
padding:0;}
img {
border:0;
margin:0;
padding:0;
vertical-align: middle;
}
ul{
list-style:none;
padding:0;
margin:0;
}
dl,dd,dt{
padding:0;
margin:0 auto;}
table { 
	font-size: 12px;
	line-height: 1.33;
}

form{
margin:0px;
padding:0px;
}

a:link {
	color: #008ad2;
}
a:visited{
	color: #a25cc6;
}
a:hover,
a:active{
	color: #F18E01;
}



/*-------------------------------------------------------------------------

	* head

---------------------------------------------------------------------------*/
#head {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
	text-align: center;
	background: #FFF url(../img/common/head_bg.gif) repeat-x left top;
}
#head .inner {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	height: 139px;
	text-align: left;
	background: url(../photos/head_season/head_season.gif) no-repeat right 26px;
}
#head .logo {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 35px;
}
#head .summary {
	position: absolute;
	width: 760px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 8px;
	line-height: 1.33em;
	font-size: 10px;
	color: #999;
}

/* gnavi --------------------------- */
#gnavi {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 87px;
	left: 0px;
	width: 960px;
}
#gnavi dt {
	float: left;
	width: 151px;
}
#gnavi dt img {
	vertical-align: top;
}
#gnavi dd {
	float: left;
	width: 229px;
	margin: 0px;
	padding: 12px 0px 0px 0px; 
	background: url(../img/common/gnavi_domestic_bg.gif) no-repeat left top;
}
#gnavi dd.ab {
	background: url(../img/common/gnavi_abroad_bg.gif) no-repeat left top;
}
#gnavi dd ul li {
	float: left;
	width: 74px;
	height: 36px;
	text-indent: -9999px;
}
#gnavi dd ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
#gnavi dd ul li#gn01 a { background: url(../img/common/gnavi_dm_osaka.gif) no-repeat left top; }
#gnavi dd ul li#gn02 a { background: url(../img/common/gnavi_dm_tokyo.gif) no-repeat left top; }
#gnavi dd ul li#gn03 a { background: url(../img/common/gnavi_dm_kyushu.gif) no-repeat left top; }
#gnavi dd ul li#gn04 a { background: url(../img/common/gnavi_ab_osaka.gif) no-repeat left top; }
#gnavi dd ul li#gn05 a { background: url(../img/common/gnavi_ab_tokyo.gif) no-repeat left top; }
#gnavi dd ul li#gn06 a { background: url(../img/common/gnavi_ab_other.gif) no-repeat left top; }

#gnavi dd ul li#gn01 a:hover { background-position: 0px -36px; }
#gnavi dd ul li#gn02 a:hover { background-position: 0px -36px; }
#gnavi dd ul li#gn03 a:hover { background-position: 0px -36px; }
#gnavi dd ul li#gn04 a:hover { background-position: 0px -36px; }
#gnavi dd ul li#gn05 a:hover { background-position: 0px -36px; }
#gnavi dd ul li#gn06 a:hover { background-position: 0px -36px; }


/* hnavi --------------------------- */
#hnavi  {
	position: absolute;
	width: 409px;
	left: 401px;
	/*left: 314px;*/
	top: 58px;
}
#hnavi li {
	float: left;
}

/* memberBox --------------------------- */
#head .memberBox {
	position: absolute;
	width: 139px;
	left: 761px;
	top: 35px;
}

/* title --------------------------- */
#thead {
	width: 740px;
	margin: 20px auto 25px;
	text-align: left;
	position: relative;
	height: 51px;
}
#tnavi {
	position: absolute;
	width: 236px;
	top: 16px;
	left: 489px;
}
#tnavi li {
	float: left;
	margin: 0px 5px 0px 0px;
	display: inline;
}

/* topic-list --------------------------- */
p.topic-list{
	padding: 0px 0px 0px;
	margin: 0px auto -15px;
	width: 680px;
	text-align: right;
	font-size: 11px;
}

/*-------------------------------------------------------------------------

	* foot

---------------------------------------------------------------------------*/
#foot {
	margin: 0px;
	padding: 0px 0px 20px;
	width: 100%;
	text-align: center;
	background: #FFF url(../img/common/foot_bg.gif) repeat-x left top;
}
#foot .inner {
	position: relative;
	margin: 0px auto;
	padding: 20px 0px 0px;
	width: 960px;
	text-align: left;
}

/* footLink --------------------------- */
#footLink {
	font-size: 10px;
	overflow:hidden;
	_overflow:visible;
	_height:0; /* holly hack for ie6 */
	min-height:0; /* fix has layout bug for ie7 */
	border-bottom: solid 1px #d7d7d7;
}
#footLink ul{
	margin:0 0 8px -7px;
	_height:0; /* clear float for ie6 */
	min-height:0; /* clear float for ie7 */
}
#footLink ul:after{ content:"."; display:block; height:0; clear: left; visibility:hidden;} /* clear float */
#footLink ul li{
	float:left;
	height:1.1em;
	line-height: 1;
	white-space:nowrap;
	padding:0px 6px;
	margin:0px 0px 4px;
	border-left:1px solid #666;
} 
#footLink ul li a:link {
	color: #666;
} 
#footLink ul li a:visited{
	color: #a25cc6;
}
#footLink ul li a:hover,
#footLink ul li a:active{
	color: #F18E01;
} 

/* copyright --------------------------- */
#copyright {
	font-family:arial, verdana,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color:#919191;
	line-height:1.3;
	font-size: 83%;
	width: 450px;
	float: left;
}
#copyright img {
	display: block;
}

/* footBan --------------------------- */
.footBan {
	padding: 14px 0px 0px;
	width: 443px;
	float: right;
}
.footBan li {
	float: left;
	margin: 0px 0px 0px 7px;
	display: inline;
}
.footBan li img {
	position: relative;
}



/*-------------------------------------------------------------------------

	* common

---------------------------------------------------------------------------*/
.path {
	font-size: 83%;
	text-align: right;
	width: 680px;
	margin: -4px auto 4px;
}
form#Form1 {
	width: 750px;
	margin: 0px auto 50px;
	display: block;
}

.clr-bth {
clear: both;
line-height:1px;
font-size:1px;
}
/*----------------------------------------------------*/
table.format{
width:760px;
margin:30px auto 0;
}
table.format th,table.format td{vertical-align:top;}
table.format th{
width:187px;
text-align:right;
}
table.format td{
text-align:justify;
}
table.format li{
display:block;
float:right;
}
table.format div{
width:521px;
margin:53px 0 0 11px;
}
table.format div a{color:#000000;}
table.format p.topic-list{
padding:4px 0;
text-align:right;
color:#393939;
vertical-align:middle;
border-bottom:solid #82000C 1px;
}
table.format p.topic-list a{color:#AAAAAA;text-decoration:none;}
table.format p.topic-list a:hover{text-decoration:underline;}

/*-------------------------------------------------------------------------
	* course
---------------------------------------------------------------------------*/
table.course {
	width:680px;
	margin:0 auto 10px;
	text-align: left;
}
table.course td.c-und{
	background:url(../img/common/dotline02.gif) repeat-x top;
	text-align:right;
	padding:7px 0 0;
}

/* depr/dest ---------- */
table.course th {
	background: url(../img/common/course_head.gif) no-repeat left top;
	line-height: 1.25;
}
table.course th img {
	display: none;
}
table.course th h2.depr {
	width: 185px;
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 9px 0px 9px 0px; 
	display: inline;
	font-size: 100%;
}
table.course th h2.dest {
	width: 350px;
	float: left;
	margin: 0px 0px 0px 63px;
	padding: 7px 0px 5px 0px; 
	display: inline;
	font-size: 133%;
	font-weight: bold;
	color: #FFF;
}

/* no/day ---------- */
table.course td.no,
table.course td.day {
	background: #f3f3f3;
	line-height: 1.33;
	padding: 7px 0px 7px 10px;
	font-size: 100%;
}
table.course td.day {
	padding: 7px 12px 7px 0px;
	text-align: right;
}

/* photo ---------- */
table.course td.photo {
	text-align: left;
	vertical-align: top;
	width: 200px;
	padding: 18px 0px 0px;
}

/* ctitle ---------- */
table.course td.ctitle{
	text-align: left;
	vertical-align: top;
	padding: 18px 0px 0px;
	position: relative;
}
table.course td.ctitle table{
	position: relative;
	background: none;
	margin: 0px 0px 0px -110px;
	width: 570px;
}
table.course td.ctitle table td.ooo,
table.course td.ctitle table td.uuu {
	height:0 !important;
	margin:0;
	font-size:1px;line-height:1px;
}
table.course td.titi {
	padding: 0px 0px 12px;
	font-weight: bold;
	font-size: 133%;
	color: #6a4300;
	line-height: 1.33;
}
table.course td.titi p {
	font-size: 75%;
	padding: 0px 0px 12px;
	font-weight: normal;
	color: #444;
}
table.course td.titi a {
	font-weight: bold;
}

/* cicon ---------- */
table.course .cicon {
	margin-left: 20px;
}
table.course .cicon img {
}

/* price ---------- */
table.course .price {
	padding: 0px 6px 0px 0px;
	text-align: right;
	font-size: 167%;
	font-weight: bold;
	color: #dd5c5c;
	line-height: 1.25;
}
table.course .price span {
	font-size: 60%;
	font-weight: normal;
	color: #444;
	display: block;
	line-height: 1.5;
}
table.course .price p {
	width:415px;
	margin: 0px 0px 0px 58px;
	padding: 13px 0px 13px;
}
table.course .price p img {
	float: left;
	margin: 0px 0px 3px 3px;
	display: inline;
	width: 80px;
	height: 17px;
}



a.gotop{
	display:block;
	width:100px;
	color:#454545;
	text-decoration:none;
	padding:0px 0 1px;
	font-size: 83%;
	text-align:center;
	float:right;
	line-height: 1.2;
}
a.gotop img {
	vertical-align: middle;
}

a.gotop:link,
a.gotop:visited {
	color: #454545;
}

.w680,
.w680-2 {
	width:680px;
	margin:0 auto 10px auto;
	overflow:visible;
	text-align:left;
}



/*--*/
table.svc{
margin:3px 0 17px;}
table.svc th{
background:#B49A75;
border-bottom:solid #ffffff 1px;
font-weight:bold;
color:#FFFFFF;
padding:8px;}
table.svc td{
padding:4px 8px;
border-bottom:dashed #AAAAAA 1px;}
table.svc td,table.svc td a{color:#393939;}
table.svc td h1{
font-size:105%;
border-bottom:double #9A2823 4px;
padding:5px 0;
margin:8px 0 4px;
font-weight:bold;
color:#393939;
}
table.svc td.hotel{
padding:0 8px 8px;}

table.svc table td
{
border-bottom:dashed #AAAAAA 0px;	
}

/*
===== ClearFix ====================================================
*/

#hnavi:after,
#sizeSwitch:after,
#gnavi:after,
#gnavi dd ul:after,
#tnavi:after,
#foot:after,
#footLink ul:after,
.price p:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#hnavi,
#sizeSwitch,
#gnavi,
#gnavi dd ul,
#tnavi,
#foot,
#footLink ul,
.price p {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html #hnavi,
* html #sizeSwitch,
* html #gnavi,
* html #gnavi dd ul,
* html #tnavi,
* html #foot,
* html #footLink ul,
* html .price p { height: 1%; }

#hnavi,
#sizeSwitch,
#gnavi,
#gnavi dd ul,
#tnavi,
#foot,
#footLink ul,
.price p { display: block; }
/* End hide from IE-mac */

