@charset "Shift_JIS"; /* 文字コード */

/* ページ全体の基本的な設定 */
body {
	font-size: 13px;
	color: #333333;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	background: #ffffff;
	margin: 10px 0px 0px 0px;
	text-align: left;
	/* text-align: center; */
	/* scrollbar-3dlight-color: #ffffff; */
	scrollbar-arrow-color: #666666;
	scrollbar-base-color: #666666;
	/* scrollbar-darkshadow-color: #666666; */
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff
}

/* 汎用スタイル */
.txt10pix {
	font-size: 10px;
}
.txt11pix {
	font-size: 11px;
}
.txt12pix {
	font-size: 11px;
}

/* <TABLE>基本設定 */
table {
	font-size: 13px;
	color: #000000;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	border-width: 0px;
}

/* <TABLE>設定（枠線あり） */
.border1 table {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #666666;
}
.border1 th, .border1 td {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #666666;
}
.border2 table {
	border-width: 2px 0px 0px 2px;
	border-style: solid;
	border-color: #666666;
}
.border2 th, .border2 td {
	border-width: 0px 2px 2px 0px;
	border-style: solid;
	border-color: #666666;
}


/* <h1><h2><h3>基本設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

/* <P>基本設定 */
p {
	margin: 0.5em 0px;
}

/* <UL>基本設定 */
ul {
	font-size: 13px;
	line-height: 120%;
	margin: 0px;
	padding-left: 18px;
	list-style-type: square;
}
.topics ul {
	font-size: 13px;
	line-height: 120%;
	padding-left: 18px;
	list-style-type: disc;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul li {
}
ul ul {
	font-size: 13px;
	line-height: 120%;
	margin: 0px;
	padding-left: 18px;
	list-style-type: circle;
}
ul ul li {
}

/* <DL>基本設定 */
dl {
	margin: 0px;
}
dt {
	font-size: 13px;
	line-height: 120%;
	margin-left: 0px;
	padding-left: 0px;
}
dd {
	font-size: 13px;
	line-height: 120%;
	margin-left: 0px;
	padding-left: 18px;
}


/* <FORM>基本設定 */
form {
	margin: 0px;
}

/* <A>基本設定 */
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #0000ff;
	text-decoration: underline;
}
a:active, a:hover {
	color: #ff0079;
	text-decoration: underline;
}

/* <IMG>垂直位置設定 */
img.txttop {
	vertical-align: text-top;
}
img.txtbtm {
	vertical-align: text-bottom;
}

/* 回り込み設定 */
.floatl {
	float: left;
}
.floatr {
	float: right;
}
.brclear {
	clear: both;
}

/* 2カラム全体の設定 */
#box {
	width: 760px;
	margin-left: 5px;
	/* margin: 0px auto; */
	text-align: left;
}

/* ヘッダ（jcom関西へのリンク） */
#hislogo {
	width: 120px;
	margin: 0px;
	float: left;
}

/* ヘッダ（バナー） */
#tourhead {
	width: 640px;
	margin: 0px;
	padding-top: 3px;
	float: right;
}

/* ヘッダ（方面別リンク） */
#arealink {
	width: 760px;
	height: 66px;
	margin: 0px;
	padding-top: 10px;
	vertical-align: top;
	clear: both;
}


/* メイン表示部の設定 */
#main {
	width: 760px;
	padding-top: 5px;
	text-align: center;
	vertical-align: top;
}

/* top.js menu.js（サブエリアのフォント） */
.subarea {
	font-size: 12px;
	line-height: 110%;
	letter-spacing: 0px;
}

/* メイン表示部（パン屑リスト） */
#breadicon {
	width: 16px;
	padding-top: 1px;
	text-align: left;
	float: left;
}
#breadlist {
	width: 744px;
	text-align: left;
	float: right;
}

/* メイン表示部（ツアー情報） ここから */
/* 横幅の設定 */
#data {
	width: 760px;
	margin: 0px auto;
	clear: both;
}




/* フッタ */
#footer {
	width: 100%;
	clear: both;
}



/* style.cssからの引継ぎクラス */
.s {
	font-size: 12px;
	line-height: 110%;
	letter-spacing: 0px;
}
.m {
	font-size: 14px;
	line-height: 130%;
}
.l {
	font-size: 16px;
	line-height: 130%;
}
.supplement {
	padding: 5px;
	background-color: #EAEAEA;
	margin: 5px;
}
.privilegecapright {
	font-size: 13px;
	font-weight: normal;
	float: right;
}
