@charset "utf-8";

/* -------------------------------------------------------------------
 基本設定
------------------------------------------------------------------- */

/* 基本フォント -------------------- */
body {
	color: #000;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.8;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

address,em {
	font-style: normal;
}

/*\*/
* html body {
	font-size: 12px;
}
* html table {
	font-size: 100%;
	line-height: 1.5;
}
*:first-child + html body {
	font-size: 75%;
}
/**/


/* 基本タグ -------------------- */
body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background: #0083f2 url(/img/bg.jpg) repeat-x center top;
}

img,table {
	border: none;
}

ol,ul {
	list-style: none;
}

.b { border: 1px solid #f00; }

/* 基本テキストリンク -------------------- */
a:link { color: #0385DC; }
a:visited { color: #0385DC; }
a:hover { color: #f00; }
a:active { color: #0385DC; }


/* -------------------------------------------------------------------
 float解除
------------------------------------------------------------------- */
br.clr /* テスト用 */ {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* -------------------------------------------------------------------
 レイアウト枠
------------------------------------------------------------------- */
div#wrap {
	width: auto;
	margin: 0 auto;
	text-align: center;
	background: url(/img/hd.png) no-repeat center top;
}

div#dolphin1 {
	width: auto;
	margin: 0 auto;
	text-align: center;
	background: url(/img/bg_dolphin1.png) no-repeat 0 450px;
}

div#dolphin2 {
	width: auto;
	margin: 0 auto;
	text-align: center;
	background: url(/img/bg_dolphin2.png) no-repeat right 600px;
}

div#ct-area {
	width: 900px;
	margin: 0 auto;
	padding-top: 150px;
}

div#ct-area2 {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

div#ct-area3 {
	width: 900px;
	margin: 0 auto;
	padding-top: 150px;
}

div#ct-left {
	width: 172px;
	display: inline;
	margin: 10px 0px 0px 60px;
	text-align: left;
	float: left;
}

div#ct-center {
	width: 640px;
	float: right;
	text-align: left;
	display: inline;
	margin: 10px;
}

div#ct-center2 {
	width: 640px;
	float: right;
	text-align: left;
	display: inline;
	margin: 10px;
}

#main {
	/*border: solid 1px #ff0000;*/
	height: 100%;		/* IE対策(floatがかかっているので高さを指定しないとダメ！) */
	margin: 0px 35px 15px 270px;
	padding-top: 15px;
}

div#ct-area:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ct-area { display:inline-block; }
/*\*/
* html div#ct-area { height:1%; }
div#ct-area { display:block; }
/**/


/* -------------------------------------------------------------------
 ヘッダー
------------------------------------------------------------------- */
div#hd {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

div#hd h1 {
	position: absolute;
	left: 30px;
	top: 8px;
}
div#hd div.hd_text {
	font-size: 12px;
	position: absolute;
	left: 275px;
	top: 65px;
}
div#hd div.menu1 {
	position: absolute;
	left: 270px;
	top: 90px;
}
div#hd div.menu2 {
	position: absolute;
	left: 374px;
	top: 90px;
}
div#hd div.menu3 {
	position: absolute;
	left: 478px;
	top: 90px;
}
div#hd div.menu4 {
	position: absolute;
	left: 582px;
	top: 90px;
}
div#hd div.menu5 {
	position: absolute;
	left: 686px;
	top: 90px;
}
div#hd div.menu6 {
	position: absolute;
	left: 790px;
	top: 90px;
}
div#hd div#dolphin_img {
	position: absolute;
	left: 730px;
	top: 130px;
}
div#hd div#top_text {
	position: absolute;
	left: 310px;
	top: 260px;
}

/* -------------------------------------------------------------------
 サイドメニュー
------------------------------------------------------------------- */
ul.contents {
	margin: 0px;
	padding: 0px;
	background: url(/img/side_menu_bg.png) repeat-y left top;
}

ul.contents li {
	border-bottom: 1px dashed #335d81;
}
ul.contents li.home {
	height: 30px;
	padding: 0px;
	border-bottom: none;
}
ul.contents li.cate {
	border-bottom: 1px dashed #335d81;
}
ul.contents li.cate a {
	background: url(/img/icon_star2.gif) no-repeat 10px 16px;
	font-size: 13px;
	padding: 10px 10px 10px 25px;
	color: #ddd;
	display: block;
	text-decoration: none;
}
ul.contents li.arw {
	display: block;
	text-decoration: none;
	background: #fff;
}
ul.contents li.arw a {
	background: url(/img/icon_star.gif) no-repeat 10px 16px;
	font-size: 13px;
	color: #000;
	margin-left: 10px;
	padding: 10px 10px 10px 25px;
	text-decoration: none;
	display: block;
}
ul.contents li.img {
	margin: 0px;
	padding: 0px;
	border-bottom: none;
	height: 8px;
}



div.base6 {
	padding: 5px 0px 0px 20px;
	background: #ffca00;
	margin-top: 10px;
}


ul.contents2 {
	margin: 0px;
	padding: 0px;
	background: url(/img/side_menu_bg.png) repeat-y left top;
}

ul.contents2 li {
	border-bottom: 1px dashed #335d81;
}
ul.contents2 li.home {
	height: 16px;
	padding: 0px;
	border-bottom: none;
}
ul.contents2 li.cate2 {
	border-bottom: 1px dashed #335d81;
}
ul.contents2 li.cate2 a {
	background: url(/img/icon_star2.gif) no-repeat 10px 10px;
	font-size: 12px;
	padding: 4px 10px 4px 25px;
	color: #ddd;
	display: block;
	text-decoration: none;
}

ul.contents2 li.img {
	margin: 0px;
	padding: 0px;
	border-bottom: none;
	height: 8px;
}




/* -------------------------------------------------------------------
 パンくずリスト
------------------------------------------------------------------- */

div#location {
	font-size: 10px;
	color: #666666;
	width: 940px;
	line-height: 100%;
}

div#location ul {
	margin: 5px 0 0 20px;
	width: 920px;
}

div#location ul li {
	margin: 0 10px 0 0px;
	display: inline;
	background: url(/img/loc-arw.gif) no-repeat 0px 3px;
	padding: 0 0 0 10px;
	font-size: 12px%;
}

div#location ul li.off {
	margin: 0 10px 0 0px;
	display: inline;
	background: none;
	padding: 0;
}


/* -------------------------------------------------------------------
 フッター
------------------------------------------------------------------- */
div#ft {
	width:100%;
	background:#fff url(/img/ft.gif) repeat-x left top;
	margin: 0 auto;
}
div#ft ul {
	padding: 10px;
}
div#ft ul li {
	color: #999999;
	padding: 0 6px 0 8px;
	font-size: 10px;
}

div.base7 {
	color: #fff;
	padding: 10px;
	font-size: 12px;
	align: center;
}

div.base8 {
	color: #000;
	background: #fff;
	padding: 10px;
	font-size: 12px;
}

/* -------------------------------------------------------------------
 ページトップ
------------------------------------------------------------------- */

p.pagetop {
	width: 940px;
	margin: 0 auto 5px auto;
	text-align: right;
	font-size: 12px;
	display: block;
}

p.pagetop a {
	color: #fff;
}

/* -------------------------------------------------------------------
 メインエリア
------------------------------------------------------------------- */

div.base {
	padding: 10px;
	background: #fff;
	font-size: 12px;
	margin-bottom: 10px;
}


div.base4 {
	width: 310px;
	padding: 10px;
	background: #fff;
	font-size: 12px;
	margin-bottom: 0px;
}

div.base3 {
	color: #fff;
	padding: 10px;
	font-size: 12px;
}
div.base td {
	font-size: 12px;
	padding: 5px;
}
div.base2 a {
	color: #000;
}
div.base2 {
	width: 330px;
	padding: 5px 0px 0px;
	background: #ffca00;
	font-size: 12px;
}

div.base5 {
	width: 330px;
	background: #FEF5D4;
	font-size: 12px;
}

div.base10 {
	padding: 0px;
	margin: 0 auto;
	padding-top: 0px;
}

div.base11 {
	color: #fff;
	font-size: 13px;
}

p.t10 {
	font-size: 10px;
}

p.t12 {
	font-size: 12px;
}

p.t13 {
	font-size: 13px;
}

p.t14 {
	font-size: 14px;
}



.px10 {
	font-size: 10px;
}

.px12 {
	font-size: 12px;
}

.px13 {
	font-size: 13px;
}

.px14 {
	font-size: 14px;
}

div.base li {
	padding: 3px 5px;
	border-bottom: 1px dashed #ccc;
}
div.base li a {
	margin-left: 20px;
	padding-left: 15px;
	background: url(/img/icon_arw.gif) no-repeat left center;
}



/* -------------------------------------------------------------------
 検索
------------------------------------------------------------------- */

.header-search {
    margin: 0px 0px 10px 0px;
}

.header-search label {
    display: none;
}

.header-search .query {
    border: 1px solid #537ea9;
    border-top: 1px solid #003366;
    border-left: 1px solid #003366;
    background: #fff;
    color: #000;
    padding: 1px;
    width: 127px;
}
.header-search .input-default {
    color: #777;
}

.header-search .submit {
    font-size: 11px;
}


/* -------------------------------------------------------------------
 ブログ記事
------------------------------------------------------------------- */

.content_map h3 {
	top: -20px;
	margin: 0px 0px 5px 20px;
	background: url(http://www.bns-scuba.com/images/content_map.gif) no-repeat;
	height: 35px;
 	text-indent: -5000px;
}

.content_map ul {
	margin-top: 0;
}

.content_map {
	border: solid 1px #959696;
	background: #EBECEE;
	margin: 20px 20px 0px 50px;
	padding: 0px 15px 5px 15px;
}

h3 {
	font-size: larger;
	color: #ffffff;
	margin: 50px 0px 0px 0px;
	background: url(http://www.bns-scuba.com/images/section_title2.gif) no-repeat;
	height: 24px;
	padding: 5px 0 0 33px;
}

.section {
	background: #AFD1F9 url(http://www.bns-scuba.com/images/section_content2.jpg) repeat;
	font-size: small;
	padding: 10px 15px 10px 15px;
	margin: 0;
	border: solid 1px #414586;


.caution {
	padding: 0;
}

.small_caution {
	font-size: 10px;
	padding: 0;
}



table td, table th {
	font-size: small;
}

.frame {
	margin: 10px 0 10px 0;
	border-collapse: collapse;
}

.frame th {
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	color: #bbbbbb;
	border: solid 1px #5F6F94;
	background: #4E5B7A;
	padding: 2px 6px 2px 6px;
}

.frame td {	
	color: #ffffff;
	border: solid 1px #5F6F94;
	padding: 4px 8px 4px 8px;
	background: #38518C;
}

.frame .noframe {
	border: 0;
	background: transparent;
	width: 1%;
}

.frame2 {
	margin: 10px 0 10px 0;
	padding: 10px;
	border: solid 1px;
}

.quote {
	border: solid 1px #5F6F94;
	background: #38518C;
	padding: 5px;
	margin: 5px 0px 5px 0px;
}

.sctitle {
	position: relative;
	top: -4;
	margin-right: 6px;
}

.price {
	text-align: right;
	white-space: nowrap;
}

.nowrap {
	white-space: nowrap;
}

.gototop {
	background: url(http://www.bns-scuba.com/images/back_top.gif) no-repeat;
	float: right;
	height: 22px;
	margin-top: 5px;
	padding: 0 0 0 30px;
}

dl {
	margin: 10px 0px 10px 10px;
}

dt {
	color: #FFFF0C;
	font-weight: bold;
}

dd {
	margin: 10px 20px 10px 20px;
}

.pic {
	border: solid 1px #0A377C;
	margin: 2px;
}

.asset-content {
    position: static;
    margin-bottom: .75em;
    clear: both;
}

.asset-body{
    clear: both;
    margin-bottom: .75em;
}

.kiji p	{
	font-size: 14px;
	line-height: 1.6
	}

.kiji	{
	margin-bottom: 25px;
	font-size: 14px;
	}

