@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :yourName (admin)
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 拡大画像用マップの基本設定、リンクカラー、レイアウト、横幅設定など

=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラー、レイアウト、横幅設定など
----------------------------------------------------*/
/*ツアーインフォメーション*/

#list-link{
	clear:both;
	margin:0 0 15px 0;
	width:670px;
	border:3px solid #ddd;
	padding:9px;
	text-align:center;
}

#list-link ul li{
	line-height:1.8;
}

#list-link a{
	color:#333;
	padding:3px;
	}

#list-link a:hover{
	color:#333;
	padding:3px;
	background:#FF0;
	}

#text-link li a:hover{
	color:#333;
	padding:3px;
	background:#a7e5ff;
	}

#list-link ul li{
	display:inline;
	margin-right:10px;
	padding-left:12px;
}

.content{
	margin:0 0 15px 0;
	width:695px;
	clear:both;
}

.content h2{
	color:#000;
	font-weight:bold;
	font-size:120%;
	padding:4px 0 5px 8px;
	background:url(/ski/kansai/information/images/h2_bg.gif) repeat-x bottom;
	margin-top:14px;
}

.content ol{
	margin-top:14px;
}

.content ol li{
	list-style:decimal outside;
	margin:0 0 7px 30px;
	line-height:1.2,
}

.content ul{
	margin-top:14px;
}

.content ul li{
	list-style:disc outside;
	margin:0 0 7px 30px;
	line-height:130%;
}

.content table{
	margin:14px auto;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
}

.content tr th{
	background:#ddeef5;
	color:#1590c5;
	font-weight:bold;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	text-align:center;
}

.content tr td{
		border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
}

.price{
	color:#d10000;
	font-weight:bold;
}

.bold{
	font-weight:bold;
}

.content p {
	margin-top:14px;
	padding-left:15px;
}


#mainarea h2{
	margin-bottom:16px;
}


#info-navi{
	margin-bottom:18px;
}

#info-navi li{
	display:block;
	height:30px;
	float:left;
	margin-right:15px;
}

#info-navi li a{
	background:#eee;
	text-decoration:underline;
	color:#000;
	padding:3px;
}

#kinkyu-tel h3{
	color:#df0101;
	font-weight:bold;
	font-size:120%;
	padding:3px 0 8px 8px;
	background:url(images/tel_bg.gif) repeat-x bottom;
}

#kinkyu-tel p{
	text-align:center;
}

#kinkyu-tel p strong{
	font-family:Verdana, Geneva, sans-serif;
	font-size:28px;
	color:#df0101;
	font-weight:bold;
}

#kinkyu-tel p span{
	text-align:left;
	line-height:1.2;
}

