@charset "UTF-8";

/* init.css 
--------------------------------------------------------------------------
 各ブラウザのデフォルト設定を統一させたい場合はこのCSSに記述します。
--------------------------------------------------------------------------*/

/* リセット
--------------------------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0px;
	padding: 0px;
	line-height: 1;
}

/* フォントサイズの統一
--------------------------------------------------------------------------*/
/* Win IE のみ */
body {font-size: 100%;}
/* Win IE 以外のブラウザ */
html>body {font-size: 16px;}
/* Win IE7 のみ */
*:first-child+html body {font-size: 100%;}


body {
	font-family: "Hiragino Maru Gothic Pro", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	background: #FFF url(../images/bg.jpg) no-repeat center 99px;
	/*background-image: url(../images/bg_autumn.jpg);*/
}
a, a:link, a:visited, a:hover {
	color: #1773BC;
	text-decoration: underline;
}
a:hover {
	color: #A08D49;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
th, td { border: none; }
hr {display: none;}
img {
	border: 0;
	vertical-align: bottom;
}
strong { font-weight: bold; }

ul li, ol li {
	list-style-type: none;
}
sup {
	vertical-align:baseline;
	font-size: 80%;
	padding: 0 1px 5px;
	display: inline-block;
}
blockquote { margin-left: 20px; }
sub {
	font-size: 80%;
	vertical-align:baseline;
	padding: 0 1px;
}

h1,h2,h3 {
	clear: both;
	font-size: 9px;
	font-weight: normal;
}
h1 {
	background: url(../images/bg_visual.jpg) repeat-y center top;
	/*background-image: url(../images/bg_visual_autumn.jpg);*/
	text-align: center;
}
h3 {
	padding: 30px 0 10px;
}
h4 {
	padding: 8px 0 6px;
}

/* フォントサイズ設定 */
ul li, ol li, th, td, dl dt, dl dd, p {
	font-size: 75%;
	line-height: 1.5;
}
p {line-height: 1.6;}

/* 入れ子のフォントサイズ設定 */
li li,
li p,
li th, li td,
td th, td td,
td p, td li,
td dt, td dd,
dd p, dd li,
dd th, dd td {
	font-size: 100%;
}


/* フロートのクリア(clearfix)
--------------------------------------------------------------------------*/
.clearfix,
.wrap,
#menu,
#header,
#header .reserve,
#header #head_nav,
#foot,
.columns_index,
.columns_two,
.plan,
.main_area div.box,
.side,
.contents,
address,
dl.course_detail dd,
#info_others dl,
.map_sightseeing .columns_two dl
{
	display: inline-block;
}

.clearfix:after,
.wrap:after,
#menu:after,
#header:after,
#header .reserve:after,
#header #head_nav:after,
#foot:after,
.columns_index:after,
.columns_two:after,
.plan:after,
.main_area div.box:after,
.side:after,
.contents:after,
address:after,
dl.course_detail dd:after,
#info_others dl:after,
.map_sightseeing .columns_two dl:after
{
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/* ここから MacIE5を除外 \*/ 
* html .clearfix,
* html .wrap,
* html #menu,
* html #header,
* html #header .reserve,
* html #header #head_nav,
* html #foot,
* html .columns_index,
* html .columns_two,
* html .plan,
* html .main_area div.box,
* html .side,
* html .contents,
* html address,
* html dl.course_detail dd,
* html #info_others dl,
* html .map_sightseeing .columns_two dl
 {
	height: 1%; 
}

.clearfix,
.wrap,
#menu,
#header,
#header .reserve,
#header #head_nav,
#foot,
.columns_index,
.columns_two,
.plan,
.main_area div.box,
.side,
.contents,
address,
dl.course_detail dd,
#info_others dl,
.map_sightseeing .columns_two dl
{
	display: block; 
} 
/* ここまで MacIE5を除外 */

