@import url(/kix/domestic/common/css/allkixshop.css);
/*---------------------------------------------------------------
						 基本設定
*---------------------------------------------------------------*/

img {border:0}

body,td,th {
	color: #333333;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #FF3300;
}

a:active {
	color: #0000FF;
}

/*---------------------------------------------------------------
						パンくずなどのヘッダエリア
*---------------------------------------------------------------*/

#head ul {
	background:url(../images/arrow.gif) no-repeat 3px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 20px;
}

#head li {
	display:inline;
	line-height:110%;
	list-style-type:none;
} 
  
#head li a:link {
	padding-right:10px;
	background:url(../images/topic.gif) no-repeat right center;
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
}

#head li a:hover {
	padding-right:10px;
	background:url(../images/topic.gif) no-repeat right center;
	color: #FF3300;
	text-decoration: none;
	font-weight: normal;
}

#head li a:visited {
	padding-right:10px;
	background:url(../images/topic.gif) no-repeat right center;
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
}

/*---------------------------------------------------------------
					コンテンツ
*---------------------------------------------------------------*/

#selectmain {width:631px; clear:both; border:1px solid #666666; padding:1px; margin-left:5px;}

#selectmain h1 {
	font-size: 100%;
	font-weight: normal;
	line-height:1em;
	margin: 0;
}

#selectmain h2 {
	font-weight: normal;
	line-height:1em;
	margin: 0;
	padding: 0px;
	height: 72px;
	width: 631px;
}

#selectmain table{
	border-collapse:collapse;
	empty-cells:show;
	width:631px;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
}
#selectmain th{
	border-bottom:1px solid #666666;
	color:#333333;
	text-align:center;s
	font-weight: normal;
	background: #C2DDF1;
	padding: 3px 0px;
	font-size: 12px;
}

#selectmain td{
	border-bottom:1px dotted #666666;
	padding: 2px 0px;}
	
#selectmain tr:hover {
	background-color: #CEFFFD;
}

#selectmain .pri {
	color:#FF0000;
	text-align:center;
	font-weight:normal;
	width: 140px;
}
#selectmain .ce {
	text-align:center;
	width: 75px;
	font-size: 12px;
}

/*---------------------------------------------------------------
					 目的へアンカー
*---------------------------------------------------------------*/

#jump {
	background:url(../images/meal-aqua/theme_title_02.jpg) no-repeat top #FFFFFF;
	width:631px;
	text-align:center;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#jump li {
	display:inline;
	line-height:110%;
	list-style-type:none;
	border-right: 2px solid #003399;
	margin-left: 5px;
	padding-right: 5px;
}

#jump a:link {
	color: #0033FF;
	text-decoration: underline;
}

#jump a:visited {
	color: #0033FF;
	text-decoration: underline;
}

#jump a:hover {
	color: #00CCFF;
	text-decoration: underline;
} 


/* 基本設定 
* {
	margin:0;
	padding:0;
	}*/
/* レイアウト */
#head {
	margin-left:5px
	}
#main {
	margin-left:5px;
	clear:both;
	}
#foot {
	margin-left:5px;
	text-align:center;
	width:630px;
	}
/* インデント */
/* ほんとはこうしたい */
#main>table,#main>p,#main>ul,#main>h3,#main>div {
	margin-left:10px
	}
/*以下設定はIE用ハックです（IEに子供セレクタを対応させる）→条件分岐でtour_page3_ie.cssへ
#main table,#main p,#main ul,#main h3,#main div {
		margin-left:10px
		}
#main*table,#main*p,#main*ul,#main*h3,#main*div {
	margin-left:0px
	}*/
/* 見出し */
ul {
	padding-left:20px;
	margin:2px 0;
	}
ol {
	padding: 0px;
	margin: 0px 0px 0px 30px;
	}

/* 価格表示 */
.price {
	font-size: 18px;
	line-height:19px;
	font-weight: bold;
	color:#FF3333;
	}
.hyo_620 th,.hyo_440 .price {
	font-size: 13px;
	line-height:130%;
	font-weight:normal;
	color:#FF3333;
	}
	
/* 下のほう */
#footer_course_code {
	width: 630px;
	text-align: center;
	background-color: #E3E3E3;
	margin: 10px 0 3px 0;
	border: 1px solid #cccccc;
	}

