@charset "shift_jis";
/* ===================================================================
CSS information

 file name  :print.css
 author     :keyword-co.net(admin)
 style info :観光サイト印刷用スタイル

=================================================================== */

body {
	font-size: 13pt;
	color: #000000;
	background-color: #FFFFFF;
	background-image:none;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}


/*--ヘッダー--*/
#header_kankou {
	display:none;
}

/*--観光ナビ--*/
#kankou_navi_down_bg {
	display:none;
}

/*--コンテンツ--*/
#contents {
	background:#FFFFFF!important;
	margin:0 auto;
	width:750px;
	_width:649px;
	overflow:visible !important;
}
/*--文章枠--*/
#main div.frame div.sentence {
	background:#FFFFFF!important;
}

/*--左カラム--*/
#main{
	width:750px;
	_width:649px;
	margin:0;
	padding:0;
}

.print_page {
	display:none;
}

#main div#inner {
	width:750px;
	_width:649px;
	margin:0;
}
#main h4 {
	background:url(../img/share/kankou_sub_title_back.gif) no-repeat #B3BDC3;
}
#main div.map {
	width:750px;
	_width:649px;
	margin:0;
	padding:0;
}
#main div.sakuin {
	width:700px;
	_width:649px;
	margin:0 auto 10px auto;
}

/*--右カラム--*/
#column_right {
	display:none;
}


/*--フッター--*/
#footer {
	width:750px;
	_width:649px;
	background:#FFFFFF!important;
	margin:0 auto;
	padding-top:30px;
	text-align:center;
	font-size:11pt;
}

#footer p img {
	display:none;
}

p#footer_menu {
	display:none;
}
p#address {
	margin:5px 0 0 0;
}
p#copyright {
	font-size:9pt;
}

.c-both {
	clear:both;
}
