@charset "utf-8";

/*--------------------------------------------
	ヘッド
--------------------------------------------*/
#head {

}

/*--------------------------------------------
	本体部分大枠
--------------------------------------------*/
#pagebody{

}


/*--------------------------------------------
	メニュー
--------------------------------------------*/
#gnav {
	display:none;

}

/*--------------------------------------------
	サブメニュー
--------------------------------------------*/
#sub{
	display:none;
}

/*--------------------------------------------
	travelメニュー
--------------------------------------------*/
.travelMenu {
	display:none;

}


/*--------------------------------------------
	メイン
--------------------------------------------*/
#main {
	width:100%;
	/*background:url(../img/h2_bg.gif) left 26px repeat-x;*/
	background:none;	

}

/*--------------------------------------------
	コンテンツ
--------------------------------------------*/
#contents
	{
	background:none;
	}
/*--------------------------------------------
	フッタ
--------------------------------------------*/
#footer {

}

#footer ul{
	display:none;

}

/*--------------------------------------------
	リンク下線
--------------------------------------------*/
a, a:hover{
	text-decoration:underline;
}

/*--------------------------------------------
	リンク先URL表示
メインの中でimportantが設定されたリンクはURL表示
--------------------------------------------*/
/*
#main a.important:after{
	content: " \ff08\2192"attr(href)"\ff09";
	font-size: 85%;
}
*/

/*--------------------------------------------
	ボディ
--------------------------------------------*/
body{
/*---	背景を消す		------------*/
	background-color: white;
	background-image: none;

/*---	フォントサイズ		------------*/
	font-size: 11pt;

/*---	明朝			------------*/
	font-family: -serif;

}



