@charset "UTF-8";

/* ----------
リセット
------------- */

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}

/* ----------
ページトップ
------------- */
html>body #pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 0
}

html>body #pagetop {
      position: fixed;
      bottom: 0;
      right: 0;
      z-index: 0;
      }

#pagetop {
      _position: absolute;
      _right: 0;
      _top:expression(eval(document.compatMode &&
       document.compatMode=='CSS1Compat') ?
       documentElement.scrollTop
       +(documentElement.clientHeight-this.clientHeight) - 0
       : document.body.scrollTop
       +(document.body.clientHeight-this.clientHeight) - 0);
       _z-index: 500;
       margin: 0;

       }

* html .iepngfix,* html img{
       behavior: expression(IEPNGFIX.fix(this));
       } 

/* ----------
全体
------------- */
body{
	text-align:center;
	font-size:11px;
	color:#666;
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	line-height:165%;
	background-color: #000;
}

html, body, #wrapper {height:100%;}

body > #wrapper {height:auto; min-height:100%;}

a,
a:link,
a:visited {
	color:#666;
	text-decoration:none;
}

a:hover,
a:active {
	color:#666;
	text-decoration:underline;
}


#wrapper {
	width:940px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;	
}

#main{
	width:940px;
	clear: both;
	padding-bottom: 121px;
}  /* must be same height as the footer */



h1{
	font-size: 10px;
	font-weight: normal;
	color: #666;
	line-height: 11px;
	height: 11px;
	text-align: right;
	padding-right: 9px;
	margin-bottom: 23px;
}

.clear {clear:both;}

.sp{letter-spacing: -0.1em;}

.text_s{font-size: 11px;}

.t_red{color:#ff0000;}


/* ----------
ヘッダー
------------- */
#header{
	background-image: url(../img/img_header.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 940px;
	margin-bottom: 2px;
	background-position: left;
}

#logo{
	width:368px;
	display:inline;
	text-indent:-9999px;
	float: left;
}

#logo a{
	width:368px;
	height:38px;
	display: block;
	overflow:hidden;
	text-decoration:none;
}

/* ----------------
グローバルナビ
------------------- */
#gnavi{
	width: 572px;
	float:right;
}
#gnavi ul{
	padding-top: 16px;
	margin-right: 10px;
}
#gnavi li{
	float:right;
	background-image: url(../img/icon_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 13px;
	text-indent: 8px;
	line-height: 13px;
	font-size: 12px;
}

#gnavi li a{
	display: block;
	background-image: url(../img/icon_mark.gif);
	background-position:0px 0px;
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
}

#gnavi li a:hover, #gnavi li a:active {
	background-position:0px -13px;
	color: #666;
	text-decoration: none;
}

#gnavi li#inquiry{
}

#gnavi li#disclaimer{
	margin-right: 25px;
}

#gnavi li#on {
	background-image: url(../img/icon_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 13px;
	text-indent: 8px;
	line-height: 13px;
	font-size: 12px;
	background-position:0px -13px;
	color: #666;
	text-decoration: none;
	margin-right: 25px;
}

/* ----------------------
TOPコンテンツ
------------------------- */
#contents{
	background-image: url(../img/img_main1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 940px;
	padding-top: 447px;
	margin-bottom: 30px;
}

#news_box{
	width: 920px;
	margin-left: 10px;
}

.news_contents_box{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding-top: 10px;
	padding-left: 11px;
	padding-bottom: 15px;
}

.news_contents_box dl{
	width: 282px;
	height: 199px;
}

.news_contents_box dt{
	font-size: 11px;
	line-height: 11px;
	color: #ddd;
	background-image: url(../img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
	width: 262px;
	margin-bottom: 5px;
}

.news_contents_box dd{
	font-size: 11px;
	color: #999;
	width: 262px;
	margin-bottom: 10px;
}

.news_contents_box dd a,
.news_contents_box dd a:link,
.news_contents_box dd a:visited {
	color:#999;
	text-decoration:none;
}

.news_contents_box dd a:hover,
.news_contents_box dd a:active {
	color:#999;
	text-decoration:underline;
}


/* --TEAM NFD-- */
#team_nfd{
	float: left;
	width: 300px;
}

/* --ANGLER HAZE-- */
#angler_haze{
	float: left;
	width: 300px;
	margin-left: 10px;
}

/* --HOKKAIDO OUTSIDE-- */
#hokkaido_outside_wp{
	float: right;
	width: 300px;
}

#hokkaido_outside{
}

.news_contents_box2{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding-top: 10px;
	padding-left: 11px;
	padding-bottom: 15px;
}

.news_contents_box2 dl{
	width: 282px;
	height: 136px;
}

.news_contents_box2 dt{
	font-size: 11px;
	line-height: 11px;
	color: #ddd;
	background-image: url(../img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
	width: 262px;
	margin-bottom: 5px;
}

.news_contents_box2 dd{
	font-size: 11px;
	color: #999;
	width: 262px;
	margin-bottom: 10px;
}

.news_contents_box2 dd a,
.news_contents_box2 dd a:link,
.news_contents_box2 dd a:visited {
	color:#999;
	text-decoration:none;
}

.news_contents_box2 dd a:hover,
.news_contents_box2 dd a:active {
	color:#999;
	text-decoration:underline;
}

#banner{
	height: 58px;
	width: 300px;
	letter-spacing: -0.1em;
	margin-top: 5px;
}

#banner p{
	letter-spacing: -0.1em;
	text-align: right;
	padding-right: 5px;
	line-height: 12px;
	padding-top: 15px;
}

#banner a{
	display: block;
	background-image: url(../img/banner.jpg);
	background-position:0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #666;
	height: 58px;
	width: 300px;
}

#banner a:hover, #banner a:active {
	background-position:0px -58px;
	color: #666;
	text-decoration: none;
}

/* ----------------------
免責事項
------------------------- */
#contents2{
	background-image: url(../img/img_main2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 940px;
	padding-top: 378px;
	margin-bottom: 30px;
}

#disclaimer_box{
	width: 920px;
	margin-left: 10px;
	line-height: 155%;
	padding-bottom: 68px;
}

#disclaimer_box h2{
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 3px;
}

#disclaimer_box p{
	font-size: 12px;
	color: #FFF;
}

#disclaimer_box p a,
#disclaimer_box p a:link,
#disclaimer_box p a:visited {
	color:#fff;
	text-decoration:none;
}

#disclaimer_box p a:hover,
#disclaimer_box p a:active {
	color:#fff;
	text-decoration:underline;
}


/* ----------
フッター
------------- */
#footer {
	clear: both;
	width: 940px;
	height: 121px;
	position: relative;
	margin-top: -121px; /* negative value of footer height */
	background-image: url(../img/img_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* フッターナビ------------------------ */

#fnavi {
	text-align: left;
}

#fnavi ul {
	list-style-type:none;
	margin-left: 162px;
}

#fnavi li{
	line-height: 12px;
}


/* フッター情報------------------------ */

#footer_info{
	margin-top: 20px;
	width: 400px;
	margin-left: 540px;
}

#footer_info h2{
	font-size: 11px;
	line-height: 12px;
	color:#999;
	font-weight: normal;
}

#footer_info h2 a,
#footer_info h2 a:link,
#footer_info h2 a:visited {
	text-decoration:none;
}

#footer_info h2 a:hover,
#footer_info h2 a:active {
	text-decoration:underline;
}

.copy{
	font-size: 11px;
	line-height: 12px;
	padding-top: 4px;
}

.copy a,
.copy a:link,
.copy a:visited {
	text-decoration:none;
}

.copy a:hover,
.copy a:active {
	text-decoration:underline;
}


#f_top{float: left;}
#f_disclaimer{float: left;}
#f_inquiry{}
#f_nfd{float: left; margin-top:10px;}
#f_haze{float: left; margin-top:10px;}
#f_outside{margin-top:10px;}
#f_web{margin-top:10px;}


/* ----------
新着スクロール
------------- */
.Container {
	width: 272px;
	height: 199px;
	float:left;
}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 272px;
	height: 199px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #777;
}
.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
}

#Scrollbar-Container{
	width: 10px;
	float:left;
}

.Scrollbar-Track {
	width: 10px;
	height: 100px;
	position: absolute;
	background-color: #666;
}
.Scrollbar-Handle {
  position: absolute;

  width: 10px; height: 30px;
  background-color: #FFF;
}


/* ----------
新着スクロール2
------------- */
#Scroller-2 {
	position: absolute;
	overflow: hidden;
	width: 272px;
	height: 199px;
}

#Scrollbar-Container_2{
	width: 10px;
	float:left;
}

/* ----------
新着スクロール3
------------- */
.Container3 {
	width: 272px;
	height: 136px;
	float:left;
}

#Scroller-3 {
	position: absolute;
	overflow: hidden;
	width: 272px;
	height: 136px;
}

#Scrollbar-Container_3{
	width: 10px;
	float:left;
}



/* ------------------------------
---------------------------------
sexylightbox
---------------------------------
--------------------------------- */

#SLB-Wrapper
{
  margin:0.5em 0;
  margin:auto;
  font-family:Verdana;
  text-align: left;
  position: absolute;
}

#SLB-Wrapper #SLB-Background
{
  position: absolute;
  left:7px;
  top:7px;
  float:left;
}

#SLB-Wrapper #SLB-Top
{
  background:transparent no-repeat scroll 100% 0;
  height:28px;
  margin:0 0 0 18px;
}

#SLB-Wrapper #SLB-Top a
{
  float:right;
  display:inline;
  padding:0;
  margin:5px 10px;
  width:41px;
  height:16px;
  text-decoration:none;
}

#SLB-Wrapper #SLB-Top a:hover
{
  background-position:0px -16px;
}

#SLB-Wrapper #SLB-Top img
{
  float:right;
  border:0px;
  margin:6px 10px;
  width:41px;
  height:16px;
}

#SLB-Wrapper #SLB-Top div
{
  background:transparent no-repeat scroll 0 0;
  font-size:0;
  height:28px;
  left:-18px;
  line-height:0;
  position:relative;
  width:18px;
}

#SLB-Wrapper #SLB-Bottom
{
  background:transparent no-repeat scroll 0 43%;
  height:20px;
  margin:0 18px 0 0;
}

#SLB-Wrapper #SLB-Bottom #SLB-BottomRight
{
  background:transparent no-repeat scroll 100% 43%;
  font-size:0;
  height:20px;
  right:-18px;
  line-height:0;
  position:relative;
  width:100%;
  float:right;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav,
#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight
{
  height:52px;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav
{
  background-position:0 100%;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight
{
  background-position:100% 100%;
}

#SLB-Wrapper #SLB-Contenido
{
  border-left: 7px solid #000;
  border-right: 7px solid #000;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador
{
  font-size: 11px;
  color: #fff;
  height:30px;
  border-left:0px;
  border-right:0px;
  padding:10px 0px;
  margin:0;
  line-height:11px;
  float:left;
  width:100%;
}

#SLB-Wrapper #SLB-Navegador #SLB-Right,
#SLB-Wrapper #SLB-Navegador #SLB-Left
{
  display:inline;
  padding:0;
  margin:0;
  width:26px;
  height:26px;
  text-decoration:none;
}

#SLB-Wrapper #SLB-Navegador #SLB-Right
{
  background-position:26px 0;
  margin:0 18px 0 10px;
  float:right;
}

#SLB-Wrapper #SLB-Navegador #SLB-Right:hover
{
  background-position:26px -26px;
}

#SLB-Wrapper #SLB-Navegador #SLB-Left
{
  background-position:52px 0;
  margin-right:10px;
  float:left;
}

#SLB-Wrapper #SLB-Navegador #SLB-Left:hover
{
  background-position:52px -26px;
}

#SLB-Wrapper #SLB-Navegador strong
{
  display: block;
  padding-top:5px;
}

