/*JP TOURページで使うCSSファイル*/

/** PAN *******************************************/
.snv2 p{
	font-size:10px;
	padding-bottom:10px;
}

.svn p a{
	text-decoration:underline;
}

/** FORMAT ***************************************/
#wrap{
	text-align:left;
	margin:0;
	padding:0;
	width:520px;
}

h2{
	font-size:3em;
	font-family:Garamond,"Times New Roman", Times, serif;
}

h3{
	font-weight:bold;
}

h4{
	font-weight:bold;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
clear:both;
}

.clear_fix{
	display: block;
	clear: both;
	height: 0.1px;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}

/** HEADER ***************************************/
#header{
}

#exclusive #header h2{
	width:520px;
	height:227px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:0 0 ;
	}

#exclusive #header .hidden{
	visibility:hidden;
	font-size:0px;
	line-height:0%;
	}
	
/** INTRO *****************************************/
#intro{
	width:480px;
	background:url("../images/intro.jpg") no-repeat;
	padding:10px 20px;
	color:#054585;
}

/** MAIN MENU *************************************/
.main_menu{
	display:block;
	width:500px;
	padding:0 10px;
	height:38px;
}

#mmv1{
	background:url("../images/main_menu.gif") repeat-x;
}

#mmv2{
	background:url("../images/main_menu2.gif") repeat-x;
	margin-bottom:5px;
}

.main_menu li{
	display:block;
	padding:0 10px;
	line-height:38px;
	color:#054585;
	font-size:1.6em;
	float:left;
	background:url("../images/main_menu_border.gif") no-repeat right center;
	font-weight:bold;
}

.main_menu li a{
	display:block;
	font-size:12px;
	font-weight:normal;
	color:#054585 !important;
}

/** SUB MENU **************************************/
.sub_menu{
	font-size:0.8em;
	width:480px;
	margin:0 auto;
	display:block;
	background:url("../images/main_menu_border.gif") no-repeat;
	margin-bottom:7px;
}

.sub_menu li{
	display:block;
	padding:0 7px;
	float:left;
	color:#CC0000;
	font-weight:bold;
	border-right:solid 1px #054585;
}

.sub_menu li a{
	color:#054585 !important;
	font-weight:normal;
}

/** PACK ******************************************/
.pack{
	width:502px;
	margin:0 auto;
	background:url("../images/pack_bg.gif") repeat-y;
	margin-bottom:10px;
}

.pack h3{	
	display:block;
	height:34px;
	padding-bottom:10px;
	background:url("../images/pack_header.gif") no-repeat;
	line-height:34px;
	padding-left:11px;
	font-size:1.4em;
}

.pack h3 a{
	color:#e51905;
}

.pack .top{
	width:480px;
	padding:0 11px 5px 11px;
}

.pack .top h4{
	padding-bottom:5px;
}

.pack .top img{
	padding-left:5px;
}

.pack .bottom{
	padding:0 0 10px 5px;
	background:url("../images/pack_footer.gif") no-repeat left bottom;
}

.pack .bottom p{
	padding-right:5px;
	display:block;
	width:160px;
	font-size:0.8em;
	float:left;
}

.pack .bottom img{
	padding-bottom:2px;
	width:160px;
	height:106px;
	display:block;
}
/* Tour Pack Style ------------------------------------------*/
.pack .tour_top{
	width:480px;
	padding:0 11px 5px 11px;
}

.pack .tour_top h4{
	padding-bottom:5px;
}

.pack .tour_top .pic_set{
	text-align:right;
	padding-left:5px;
}

.pic_set{
	display:block;
	width:200px;
	font-size:0.8em;
}

.pic_set img{
	width:200px;
	height:150px;
	display:block;
	padding-bottom:2px;
}

.pack .tour_bottom{
	width:480px;
	padding:0 11px 10px 11px;
	background:url("../images/pack_footer.gif") no-repeat bottom;
}

.pack .tour_bottom .pic_set{
	padding-right:5px;
}

.pack .tour_bottom .right_set{
	width:275px;
	float:right;
}

.right_set dl{
	display:block;
	padding-top:5px;
}

.right_set dl dt{
	padding-right:5px;
	padding-bottom:2px;
	display:block;
	float:left;
	clear:left;
}

.right_set dl dd{
	padding-bottom:2px;
}

