@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :yourName (admin)
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、リンクカラー、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub
 
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラー、レイアウト、横幅設定など
----------------------------------------------------*/

#container{
	width:896px;
	min-height:600px;
	background:url(/fuji/common/images/enjoyfuji_bg.gif) repeat;
	border:4px solid #dcdbb7;
}


/*----------------------------------------------------
	タイトルのブロック
----------------------------------------------------*/
#h1-title-block{
	width:864px;
	padding:12px 16px 0 16px;
	overflow:hidden;
}

#h1-title-block h1{
	width:420px;
	height:74px;
	display:block;
	float:left;
	margin-right:14px;
	margin-bottom: 14px;
}

#h1-title-block p{
	font-size:18px;
	line-height:1.2;
	float:right;
	width:420px;
	text-align:left;
	color:#3f2206;
}


#navigation{
	overflow:hidden;
	clear:both;
	margin:0 16px 12px 16px;
	width:864px;
}

#navigation ul li{
	display:block;
	height:80px;
	float:left;
}

.margin-right8px{
	margin-right:8px;
}

#content-wrapper{
	width:853px;
	background:#fff;
	border:1px solid #ddd;
	padding:10px;
	margin:10px;
	clear:both;
	overflow:hidden;
}

#content-block{
	width:845px;
	background:#fff;
	border:4px solid #9bc444;
	padding:0 0 12px 0 ;
	clear:both;
	overflow:hidden;
}


#content-list{
}

#content-list li{
	float:left;
	display:block;
	width:211px;
	height:78px;
}

.margin-right1px{
	margin-right:1px;
}



/*----------------------------------------------------
	コンテンツ開始！
----------------------------------------------------*/

#content{
	clear:both;
	width:820px;
	padding:12px;
	overflow:hidden;
	}
	
#content h4{
	margin:0 0 12px 0;
	border:0;
	padding:0;
}

.p-img{
	width:396px;
	float:left;
	margin-right:10px;
}

.p-text{
	width:410px;
	float:right;
	font-size:14px;
	line-height:1.3;
	color:#372508;
}


.p-img2{
	width:300px;
	float:right;
	margin-left:10px;
}

.p-text span{
	font-weight:bold;
	font-size:16px;
}
.p-text p{
	margin:3px 0 0 0;
}

#fuji-information{
	width:498px;
	border:1px solid #999;
}

#fuji-information tr th{
	text-align:center;
	padding:4px;
	background-color:#DEDCBC;
	width:6em;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}

#fuji-information tr td{
	text-align:left;
	padding:4px;
	border-top:1px solid #999;
	border-left:1px solid #999;
}


#table-goraikou{
	margin-bottom:18px;
	border-top:1px solid #999;
	border-left:1px solid #999;
}

#table-goraikou tr th{
	text-align:center;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}

#table-goraikou tr td{
	text-align:center;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}


#ohachimeguri{
	clear:both;
	overflow:hidden;
}

#ohachimeguri .p-img{
	float:left;
	width:282px;
	margin-right:15px;
}

#ohachimeguri .p-text{
	float:right;
	width:520px;
}


/*----------------------------------------------------
	基本設定、リンクカラー、レイアウト、横幅設定など
----------------------------------------------------*/

#wrapper-top{
	width:922px;
	background:#fff;
	margin:0 auto;
	border:none;
	border-bottom:4px solid #4aa8d1;
	padding:14px;
	clear:both;
	background:url(images/bg_hougan.gif) repeat;
	}

#title-top{
	margin:0 auto;
	text-align:center;
	width:950px;
}

.fuji-link{
	clear:both;
	overflow:hidden;
}

.fuji-link li{
	padding:4px;
	float:left;
	display:block;
	margin-right:14px;
}

.fuji-link li a{
	padding:4px;
	margin-bottom:9px;
}

.fuji-link li a:hover{
	padding:4px;
	background:#e6ffbf;
}

#title-hatsuchi{
	display:block;
	background:url(/fuji/enjoyfuji/images/h2_tourtitle.gif) no-repeat top left;
	width:782px;
	height:45px;
	padding:20px 0 0 140px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:18px;
}


/*----------------------------------------------------
	ツアー一覧・タブ
----------------------------------------------------*/


#tabNav{
	clear:both;
	margin-bottom:18px;
	overflow:hidden;
	background:url(/fuji/course/images/imgs/tab_bg.gif) repeat-x top;
}

#tabNav li{
	float:left;
	height:46px;
}



.keiyuchi-txt{
	font-size:15px;
	line-height:1.2;
	margin-bottom:3px;
	float:left;
	width:660px;
}

.keiyuchi{
	float:right;
	overflow:hidden;
	padding:9px;
	border:2px solid #efefef;
	text-align:center;
	height:83px;
}

/*----------------------------------------------------
	コンテンツ開始！
----------------------------------------------------*/

#contentA{
	clear:both;
	width:922px;
	padding:0;
	overflow:hidden;
	}
	
#contentA h4{
	margin:0 0 12px 0;
	border:0;
	padding:0;
}

.p-img{
	width:396px;
	float:left;
	margin-right:10px;
}

.p-text{
	width:410px;
	float:right;
	font-size:14px;
	line-height:1.3;
	color:#372508;
}


.p-img2{
	width:300px;
	float:right;
	margin-left:10px;
}

.p-text span{
	font-weight:bold;
	font-size:16px;
}
.p-text p{
	margin:3px 0 0 0;
}

#fuji-information{
	width:498px;
	border:1px solid #999;
}


.course-title dl{
	margin-bottom:3px;
}

.course-title dl dt{
	font-size:14px;
	line-height:1.2;
	margin:0 10px 2px 0;
	font-weight:bold;
	float:left;
	width: 530px;
}

.course-title dl dd{
	float:left;
	font-weight:bold;
	font-size:16px;
	line-height:1.6;
	height: 22px;
}

.course-title p{
	font-size:13px;
	line-height:1.4;
	margin:0;
	padding:0;
}

.table-cource-text tr td{
	padding:5px;
}

.table-cource-text tr td p{
	margin:0;
	padding:0;
}

div.tabSet1 div.content{
	display:none;
}
div.tabSet1 div.content h3{
	display:none; /* for accessibility */
}

div.tabSet2 div.content{
	display:none;
}

.div-cource-block{
	overflow:hidden;
	clear:both;
	border:2px solid #e7e7e7;
	background:url(/fuji/enjoyfuji/images/div_block_bg.gif) repeat-x bottom;
	width:906px;
	padding:6px;
	margin-bottom:14px;
}

