@charset "UTF-8";

/* == 共通 ================================================================ */

html,body {
	height:100%;
	margin:0;
	padding:0;
}

body {
	color:#666;
	text-align:center;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:1em;
	line-height:1.2;
	margin:0;
	padding:0;
	background: url(/img/body_bg.gif) repeat-y center;
}

h2 {
	margin-top: 0;
}

h3 {
	font-size: 1.2em;
	margin: 30px 0 0px;
}

hr {
	clear: both;
	margin-top: 20px;
}

a {
	color: #900;
}
a img {
	border:none;
}

/*.center {
	clear: both;
	margin-bottom: 40px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.right_img {
	float: right;
	clear: right;
	margin-left: 5px;
}
.left_img {
	float: left;
	clear: left;
	margin-right: 5px;
}*/
.notes {
	font-size:.9em;
}
.attention {
	color: #C00;
	font-style: normal;
	font-weight: normal;
}
.tuiki {
	background-color: #EbF0Eb;
	padding: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0;
}

/* -- 回り込み解除 ------ */
.clearfix {
	zoom:1; /* for IE 5.5-7 */
}
.clearfix:after { /* for modern browser */
	content:".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac ¥*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* -- 回り込み解除(ボックス内) -- */
.floatclear {
	clear:both;
	height:0;
	overflow:hidden;
}
.floatclear hr {
	display:none;
	height:0;
}


/* -- IE用PNGアルファ -- */
* html div.slideshow-controller {
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}


.font60 {
	font-size:0.6em !important;
}
.font70 {
	font-size:0.7em !important;
}
.font80 {
	font-size:0.8em !important;
}
.font90 {
	font-size:0.9em !important;
}
.font100 {
	font-size:1em !important;
}
.font110 {
	font-size:1.1em !important;
}
.font120 {
	font-size:1.2em !important;
}



/* == 全体 ================================================================ */
#wrapper {
	/*
	width:1040px;

	margin: 0 auto;
	*/
	padding: 0;

	text-align:left;

	/*
	width: 800px;
	margin: 0 auto;
	padding: 0;
	*/

	min-height:100%;
	margin:0 auto -2.8em;
	height:auto !important;
	height:100%;
}

#wrapper-inner {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 20px;
}
#wrapper-inner {
	zoom:1; /* for IE 5.5-7 */
}
#wrapper-inner:after { /* for modern browser */
	content:".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}
#wrapper-inner {
	display: inline-table;
}
/* Hides from IE-mac ¥*/
* html #wrapper-inner {
	height: 1%;
}
#wrapper-inner {
	display: block;
}
/* End hide from IE-mac */


/* -- ヘッダ ------------------------------------------------------------ */
#header {
	background: url(/img/grd_top.gif) no-repeat left bottom;
	margin-bottom: 20px;
	padding: 0 0 12px;
}
#header h1 {
	margin: 0;
}
#header ul {
	background-color: #838270;
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header li {
	display: inline;
	margin: 0;
	padding: 0;
}

/*
#header {
	margin-bottom: 20px;
	padding: 0 0 10px;
	background: #3c7300 url(/img/grd_top.gif) no-repeat left bottom;
}
#header table {
	width: 750px;
	margin-bottom: 10px;
}
#header table td {
	vertical-align: bottom;
}
#header ul {
	height: 40px;
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0;
	background: url(/img/headnavi_bg.gif) no-repeat;
}
#header li {
	display: inline;
	margin: 0;
	padding: 0;
}
*/

/* -- ヘッダーナビ -- */
#headnavi a:hover img {
	filter:alpha(Opacity=50); /* IE 用 */
	-moz-opacity:0.5; /* Mozilla 用 */
	-khtml-opacity:0.5; /* KHTML 用 */
	opacity:0.5; /* Safari 用 */
}


/* -- フッタ ------------------------------------------------------------- */

#footer-space {
	height:2.8em;
}

#footer {
	clear: both;
	width:800px;
	font-size:0.9em;
	background: url(/img/footer_bg.gif) no-repeat top;
	margin: 0 auto;
	padding: 45px 0 10px;
}
#footer ul {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	margin: 0 0 0 20px;
	padding: 0;
}
#footer li {
	background: url(/img/arrow_y.gif) no-repeat left center;
	display: inline;
	margin: 0;
	padding: 0 5px 0 10px;
}
#footer a {
	color:#666;
	text-decoration: none;
}
#footer a:hover {
	color:#5c3908;
}
#footer p {
	margin: 0 20px 0 0;
	padding: 0;
	font-size:0.8em;
}

/* -- メインボックス ----------------------------------------------------- */
#mainbox {
	float: left;
	width: 555px;
	padding: 0 0 30px;
}
#main_inner {
	padding: 0 22px 0 23px;
}

/* -- サブボックス ----------------------------------------------------- */
#subbox {
	float: right;
	width: 200px;
	text-align: center;
	background: url(/img/side_bg.gif) no-repeat right bottom;
	/*
	padding:10px 20px 20px;
	*/
	padding:10px 20px 200px;
}
#subbox em {
	font-size:1em;
	font-style: normal;
}


/* -- サイドナビ -- */
.sidenavi_banner {}
.sidenavi_banner img {
	margin-bottom:10px;
}
.sidenavi_banner  a:hover img {
	filter:alpha(Opacity=75); /* IE 用 */
	-moz-opacity:0.75; /* Mozilla 用 */
	-khtml-opacity:0.75; /* KHTML 用 */
	opacity:0.75; /* Safari 用 */
}


.sidenavi_taxi {}
.sidenavi_taxi a:hover img {
	filter:alpha(Opacity=75); /* IE 用 */
	-moz-opacity:0.75; /* Mozilla 用 */
	-khtml-opacity:0.75; /* KHTML 用 */
	opacity:0.75; /* Safari 用 */
}


.sidenavi_update {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}
.sidenavi_update li {
	text-align:center;
	margin: 0;
	padding:0;
}
.sidenavi_update a:hover img {
	filter:alpha(Opacity=50); /* IE 用 */
	-moz-opacity:0.50; /* Mozilla 用 */
	-khtml-opacity:0.50; /* KHTML 用 */
	opacity:0.50; /* Safari 用 */
}


.sidenavi_static {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}
.sidenavi_static li {
	text-align:center;
	margin: 0;
	padding:0;
}
.sidenavi_static a:hover img {
	filter:alpha(Opacity=50); /* IE 用 */
	-moz-opacity:0.50; /* Mozilla 用 */
	-khtml-opacity:0.50; /* KHTML 用 */
	opacity:0.50; /* Safari 用 */
}


.sidenavi_com {
	list-style-type: none;
	margin: 0 0 30px;
	padding: 0;
}
.sidenavi_com li {
	background:url(/img/sidenavi_bg_static.gif) no-repeat;
	text-align:left;
	font-size:14px;
	margin: 0 0 10px;
	padding: 0.6em 1em 0.3em;
}
.sidenavi_com a:hover {
	color:#5c3908;
}
.sidenavi_com a {
	color: #808080;
	text-decoration: none;
}



/* -- 絵になる函館 -- */
#randompic {
	margin:20px 0;
	border:1px solid #fff;
}
#randompic h4 {
	margin-bottom:.5em;
	margin-top:.5em;
}
#randompic img {
	border:5px solid #fff;
}
#randompic p {
	font-size:.8em;
}
#randompic strong {
	font-size:1em;
	font-weight:normal;
}
#randompic p a {}


#go_hijikata {
	margin-bottom: 25px;
}


/* -- 個人情報保護へのリンク -- */
.privacylink {
	line-height:1;
	font-size:.9em;
}
