@charset "utf-8";
/* CSS Document */


*{
	margin:0;
	padding:0;
}

body{
	font-size:14px;
	color:#000;
	background:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
}

a{
	overflow:hidden;
	outline:none;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


/*
ヘッダー
*/

#header{
	display:none;
	width:950px;
	height:75px;
	position:relative;
	margin:0 auto;
	background:none;
}

/*
ロゴ
*/

#header h1{
	width:164px;
	height:52px;
	position:absolute;
	top:7px;
	left:9px;
}


/*
ヘッダーメニュー
*/

#header-menu{
	display:none;
}

/*
中島汽船へのお問合せは
*/

#header-inq{
	display:none;
}

/*
テキストサイズ
*/

#txt-size{
	display:none;
}

#txt-size-normal{
	display:none;
}

#txt-size-large{
	display:none;
}

/*
ページイメージ
*/

#page-image{
	display:none;
}


/*
パンくず
*/

#pankuzu{
	display:none;
	background:none;
}


/*
グローバルナビゲーション
*/

#gnavi{
	display:none;
}

/*
コンテンツコンテナ
*/

#coa-main-contents-container-out{
	padding-top:0px;
}

/*
totop
*/

#right-column .totop{
	display:none;
}

/*
フッター
*/

#footer dt{
	display:none;
}

/*
table
*/
/*
html #right-column table{
	border-right:none;
	border-bottom:none;
	border-top:1px solid #333;
	border-left:1px solid #333;
	margin-bottom:30px;
}

html #right-column th{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-top:none;
	border-left:none;
}

html #right-column td{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-top:none;
	border-left:none;
}

html #right-column .tbl03 .anblue2 td{
}
*/

/*
隠す
*/

.hidden{
	display:none;
}


