
/* ページ基本 */

*{
	margin: 0;
	padding: 0;
}

body{
	margin: 10px 0 30px 0;
	background-color: #FFFFFF;
	background-image: url(../img/home/bg.jpg);
	background-repeat: repeat-x;
	color: #333333;
	line-height: 160%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

html{
	overflow-y: scroll;
}

h1,h2,h3,h4,h5,h6,
p{
	margin: 0 0 10px;
}

img{
	border: 0;
}

.clear{
	clear: both;
}

.clear_h{
	clear: both;
	height: 15px;
}


/* レイアウト */

#container{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../img/home/tabi.gif);
	background-repeat: no-repeat;
	background-position: 95% 98%;
	border-top: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-bottom: 5px #ABDEF4 solid;
}

#contents{
	width: 770px;
	margin: 0 auto 10px;
	text-align: left;
}

/* テキストの色、サイズ */
.f00{
	color: #FF0000;
	font-size: 16px;
}

.mark{
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	margin: 0 3px;
}

.big{
	font-size: 14px;
	font-weight: bold;
}

/* ヘッダー */

#header{
	background-color: #FFFFFF;
	width: 800px;
	
}
#header h1{
	width: 190px;
	margin: 15px 0 0 15px;
	float: left;
}
#header h1 a{
	display:block;
	background:url(../img/home/logo.gif) no-repeat 0px 0px;
	width:190px;
	height:39px;
	text-indent:-9999px;
}
#header div#top_link{
	width: 540px;
	height: 70px;
	margin-right: 10px;
	background-image: url(../img/home/ichimatu.gif);
	background-repeat: no-repeat;
	float: right;
	text-align: right;
}

#top_image{
	width: 800px;
	height: 120px;
	border-top: solid 8px #333;
	border-bottom: solid 8px #333;
	clear: both;
}

/* メニュー */

#menu{
	clear:both;
	width:800px;
	height:24px;
}

#menu ul{
	margin:0;
	padding:0;
}

#menu li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
#menu a{
	text-indent:-9999px;
	display:block;
	width:160px;
	height:24px;
}

#menu ul a#m1{
	background-image: url('../img/home/m_home.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}
#menu ul a#m2{
	background-image:url('../img/home/m_tour.gif');
	background-repeat:no-repeat;
	background-position: 0 0;
}
#menu ul a#m3{
	background-image:url('../img/home/m_faq.gif');
	background-repeat:no-repeat;
	background-position: 0 0;
}
#menu ul a#m4{
	background-image:url('../img/home/m_about.gif');
	background-repeat:no-repeat;
	background-position: 0 0;
}
#menu ul a#m5{
	background-image:url('../img/home/m_contact.gif');
	background-repeat:no-repeat;
	background-position: 0 0;
}
#menu ul a#m1:hover{
	background-position:0 -24px;
}
#menu ul a#m2:hover{
	background-position:0 -24px;
}
#menu ul a#m3:hover{
	background-position:0 -24px;
}
#menu ul a#m4:hover{
	background-position:0 -24px;
}
#menu ul a#m5:hover{
	background-position:0 -24px;
}

/* リンク関係 */
a:link{
	line-height:  16px;
	color: #006699;
	text-decoration: none;
}
a:visited{
	line-height: 16px;
	color: #006699;
	text-decoration: none;
}
a:hover{
	color: #669900;
	text-decoration: none;
}
a:active {
	line-height: 16px;
	color: #006699;
	text-decoration: none;
}

/* 冒頭花タイトル */
.right_box ul{
	margin: 15px 0 10px 0;
	padding: 0;
}
.right_box li{
	padding: 0 0 4px 20px;
	list-style-type: none;
	background-image: url(../img/tour/li_flo.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
}

/* テーブル全体 */
table td,th{
	color: #333333;
	line-height: 160%;
	font-size: 12px;
}

/* フッター */

#footer{
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 60px 0 15px 0;
	text-align: center;
	border-top: 6px double #DDDDDD;
	border-bottom: 7px solid #333333;
}

#footer ul li{
	display: inline;
	margin-right: 30px;
	padding-left: 15px;
	list-style-type: none;
}

/* トップへ */

.to_top a{
	width: 760px;
	display: block;
	text-indent: -9999px;
	margin: 10px auto 0;
	padding-top: 10px;
	background-image: url(../img/home/to_top.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

/* コピーライト */

#copy{
	width: 800px;
	margin: 3px auto;
	font-size: 12px;
	color: #6887AA;
	text-align: right;
}
