
* {
	margin: 0;
	padding: 0;
}

a{text-decoration:none;}
a:link{color:#ff6400;}
a:visited{color:#ff6400;}
a:hover{color:#00a5e6;}
a:active{color:#00a5e6;}

body {
	width:100%;    	text-align:center;
        background-color:#fff;
        text-decoration: none;
        line-height:1.4;
        font-family: "Osaka","ＭＳ Ｐゴシック","MS UI Gothic";
        font-size:13px;
        color:#666;
}

#main {
	text-align:left;
        background-color:#e6f5ff;
	margin:auto;
	padding:0;
	width:980px;
}

/*---------------------
トップ
---------------------*/

#topcontent {
	margin:0;
	padding:0;
	height:85px;
	width:980px;
}

#logo {
	float:left;
	margin:0;
	padding:15px 30px 20px 20px;
	height:75px;
	width:185px;
}

#head {
	float:left;
	border-bottom:solid 1px #969696;
	font-size:10px;
	color:#969696;
	text-align: right; 
	margin:0;
	padding-top:15px;
	height:16px;
	width:720px;
}

/*---------------------
メニュー
---------------------*/

#menu01 a{
	float:left;
	background-image:url("../image/menu/home.gif");
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	margin:0;
	padding:0;
	height:35px;
	width:120px;
}
#menu02 a{
	float:left;
	background-image:url("../image/menu/kokunai.gif");
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	margin:0;
	padding:0;
	height:35px;
	width:120px;
}
#menu03 a{
	float:left;
	background-image:url("../image/menu/kaigai.gif");
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	margin:0;
	padding:0;
	height:35px;
	width:120px;
}
#menu04 a{
	float:left;
	background-image:url("../image/menu/diving.gif");
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	margin:0;
	padding:0;
	height:35px;
	width:120px;
}
#menu05 a{
	float:left;
	background-image:url("../image/menu/airline.gif");
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	margin:0;
	padding:0;
	height:35px;
	width:120px;
}
#menu06 a{
	float:left;
	background-image:url("../image/menu/inquiry.gif");
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	margin:0;
	padding:0;
	height:35px;
	width:120px;
}

/*---------------------
メニュー ホバー
---------------------*/

#menu01 a:hover{background-position:0px -35px;
}
#menu02 a:hover{background-position:0px -35px;
}
#menu03 a:hover{background-position:0px -35px;
}
#menu04 a:hover{background-position:0px -35px;
}
#menu05 a:hover{background-position:0px -35px;
}
#menu06 a:hover{background-position:0px -35px;
}


/*---------------------
メニュー アクティブ
---------------------*/

#menu01a a{
	float:left;
	background-image:url("../image/menu/home.gif");
	background-position:0px -70px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	margin:0;
	padding:0;
	height:35px;
	width:120px;
}
#menu02a a{
	float:left;
	background-image:url("../image/menu/kokunai.gif");
	background-position:0px -70px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	margin:0;
	padding:0;
	height:35px;
	width:120px;
}
#menu03a a{
	float:left;
	background-image:url("../image/menu/kaigai.gif");
	background-position:0px -70px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	margin:0;
	padding:0;
	height:35px;
	width:120px;
}
#menu04a a{
	float:left;
	background-image:url("../image/menu/diving.gif");
	background-position:0px -70px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	margin:0;
	padding:0;
	height:35px;
	width:120px;
}
#menu05a a{
	float:left;
	background-image:url("../image/menu/airline.gif");
	background-position:0px -70px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	margin:0;
	padding:0;
	height:35px;
	width:120px;
}
#menu06a a{
	float:left;
	background-image:url("../image/menu/inquiry.gif");
	background-position:0px -70px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	margin:0;
	padding:0;
	height:35px;
	width:120px;
}

/*---------------------
フッター
---------------------*/

#footertext {
	text-align:center;
	font-size:13px;
	color:#969696;
	margin-top:-50;
	padding:0;
	height:60px;
	width:980px;
}
#footer {
	clear:both;
	margin-left:15px;
	padding:0;
	height:65px;
	width:980px;
}
.clear {
clear:both;　/*floatの解除*/
}