﻿@charset "UTF-8";
/*
 Share Style [
----------------------------------------------------------- */
.inner {
	padding:5px;
}

/* トップメニュー  */
#top_navi{
	list-style: none;
	margin: 0px 10px 0px 0px;
	padding-top: 5px;
	text-align: right;
	color: #8C8C8C;
}
#top_navi a{
	padding-left: 10px;
	font-size: 12px;
}
#top_navi li{
	display: inline;
	margin-left: 5px;
	border-right: solid 1px;
}
#top_navi li#bnone{
	border-right: none;
}
/* メインメニュー  */
#mainmenu_navi{
	width: 900px;
	list-style: none;
	padding: 10px 0px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #0F4A87;
}
#mainmenu_navi a{
	margin-left: 5px;
	padding: 0px 5px 0px 5px;
	font-size: 14px;
}
#mainmenu_navi a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#mainmenu_navi a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#mainmenu_navi a:hover {
	color: #FF9900;
	text-decoration:none;
}

#mainmenu_navi li{
	font-weight: 600;
	color: #FFFFFF;
	display: inline;
	border-right: solid 1px #FFFFFF;
	margin-right: 10px;
}
#mainmenu_navi li.bnone{
	border-style: none;
}


/* ▼------------------------------------- 
Lightboxの設定（ポップアップ画像）
------------------------------------------ */
/*LightboxのCSS  */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

/* ▼------------------------------------- 
画像の横にテキスト（縦中央）
------------------------------------------ */
div.textc p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}
 
/*for IE6 */
* html .textc p {
	display: inline;
	zoom: 1;
}
 
/*for IE7 */
*:first-child+html .textc p {
	display: inline;
	zoom: 1;
}

div.textc p.image {
	width: 300px;
	padding-right: 15px;
}
div.textc p.text {
	width: 360px;
	padding-right: 15px;
	line-height: 2em;
}
div.textc p.text strong {
	background-image: url('img/uki_icon.gif');
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #000000;
}
/* 漁船クルージング */
div.textc p.image_gc {
	width: 200px;
	padding-right: 15px;
	vertical-align: top;
}
div.textc p.text_gc {
	width: 470px;
	padding-right: 15px;
	line-height: 2em;
}
div.textc p.text_gc strong {
	background-image: url('img/uki_icon.gif');
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #000000;
}
/* 角を丸くしたボックス */
    #xsnazzy { background:transparent; margin:1em; padding:0; }
	#xsnazzy .h, #xsnazzy p { margin:0; padding:10px 15px; line-height:2em; }
    #xsnazzy .h { font-size:1.5em; color:#60c8d8; padding-bottom:0; font-weight:bold; }
    #xsnazzy .xtop, #xsnazzy .xbottom {display:block; background:transparent; font-size:1px; }
    #xsnazzy b { display:block; overflow:hidden; }
    #xsnazzy .xb1, #xsnazzy .xb2, #xsnazzy .xb3 {height:1px; }
    #xsnazzy .xb2, #xsnazzy .xb3, #xsnazzy .xb4 {background:#f2f9fd; border-left:1px solid #c8ebf9; border-right:1px solid #c8ebf9; }
    #xsnazzy .xb1 { margin:0 5px; background:#c8ebf9; }
    #xsnazzy .xb2 { margin:0 3px; border-width:0 2px; }
    #xsnazzy .xb3 { margin:0 2px; }
    #xsnazzy .xb4 { height:2px; margin:0 1px; }
    #xsnazzy .xboxcontent { display:block; background:#f2f9fd; border:0 solid #c8ebf9; border-width:0 1px; }

