@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :yourName (admin)
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、リンクカラー、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub
 
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラー、レイアウト、横幅設定など
----------------------------------------------------*/
body {
	background:url(/fuji/common/images/header/header_bg.jpg) repeat-x top;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
}


/* -----------------------------------------------------------
	#コンテンツごとのブロック
----------------------------------------------------------- */

.content-block{
	width:904px;
	margin-bottom:16px;
	overflow:hidden;
	clear:both;
}



/*----------------------------------------------------
	ツアー一覧のタイトル
----------------------------------------------------*/
#title-hatsuchi{
	display:block;
	background:url(../images/title_hatsuchi.gif) no-repeat top;
	width:834px;
	height:35px;
	padding:8px 0 0 70px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:18px;
}


.hatsuchi-block{
	width:904px;
	overflow:hidden;
	clear:both;
}



/*----------------------------------------------------
	ツアー一覧のタイトル
----------------------------------------------------*/

.div-cource-block{
	overflow:hidden;
	clear:both;
	border:2px solid #e7e7e7;
	background:url(../images/div_block_bg.gif) repeat-x bottom;
	width:888px;
	padding:6px;
	margin-bottom:14px;
}


.cource-img{
	width:128px;
	float:left;
	margin:0 12px 0 0;
}

.div-cource-shosai{
	float:right;
	width:748px;
	text-align:left;
}

/*----------------------------------------------------
	ツアー一覧・朝
----------------------------------------------------*/

.table-cource-mor{
	border:1px solid #f98500;
}

.table-cource-mor tr th{
	background:#f98500;
	padding:5px;
	width:4.0em;
	text-align:center;
	font-size:15px;
	color:#FFF;
}

.table-cource-mor tr td{
	padding:5px;
}

.table-cource-mor tr td dl dt{
	font-size:14px;
	line-height:1.2;
	margin:0 10px 2px 0;
	font-weight:bold;
	float:left;
}

.table-cource-mor tr td dl dd{
	float:left;
	font-weight:bold;
	font-size:14px;
	line-height:1.6;
	height: 22px;
}

.table-cource-mor tr td p{
	font-size:14px;
	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;
}


/*----------------------------------------------------
	ツアー一覧・夜
----------------------------------------------------*/

.table-cource-nig{
	border:1px solid #1a3da0;
}

.table-cource-nig tr th{
	background:#1a3da0;
	padding:5px;
	width:4.0em;
	text-align:center;
	font-size:15px;
	color:#FFF;
}

.table-cource-nig tr td{
	padding:5px;
}

.table-cource-nig tr td dl dt{
	font-size:14px;
	line-height:1.2;
	margin:0 10px 2px 0;
	font-weight:bold;
	float:left;
}

.table-cource-nig tr td dl dd{
	float:left;
	font-weight:bold;
	font-size:14px;
	line-height:1.2;
}

.table-cource-nig tr td p{
	font-size:14px;
	line-height:1.4;
	margin:0;
	padding:0;
}

.table-cource-text tr td{
	padding:3px;
}

.table-cource-text tr td p{
	margin:0;
	padding:0;
}

#r-table{
	border:none;
}

#r-table tr td{
	border:none;
}


#kanto-oshirase{
	border:5px double #CCC;
	padding:15px;
	width:864px;
	overflow:hidden;
}

#kanto-oshirase dl{
	float:left;
	width:560px;
	margin-right:10px;
}

#kanto-oshirase dl dt{
	font-weight:bold;
	font-size:15px;
	border-bottom:1px solid #C00;
	padding:0 0 4px 6px;
	background:#FCC;
}

#kanto-oshirase p{
	background:#eee;
	float:right;
	width:291px;
	margin:0;
	padding:0;
	text-align:center;
}

.border-plan{
	border:1px solid #FCC;
	padding:6px;
}

#cource-map{
	overflow:hidden;
	clear:both;
	margin-bottom:18px;
}

#cource-map-img{
	float:right;
	width:494px;
	height:320px;
}

#cource-map-left{
	float:left;
	width:391px;
	overflow:hidden;
}

#kansai-banner ul li{
	float:left;
}

#kansai-banner ul{
	text-align:center;
	margin:0 35px;
}

.margin-right34px{
	margin-right:34px;
}

