/* ------------------------------
Basic Setting
------------------------------ */
body{
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, 'ヒラギノ角ゴ Pro W3', Sans-Serif;
	font-size: 14.0px;
}
/** for Firefox 3.0x **/
body.font_S{
	font-size: 13.9px;
}
body.font_M{
	font-size: 14.0px;
}
body.font_L{
	font-size: 14.1px;
}
/** end **/

body.font_S #container{
	font-size: 0.8em;
}
body.font_M #container{
	font-size: 1.0em;
}
body.font_L #container{
	font-size: 1.3em;
}

h1, h2, h3, h4, h5, h6, form, p, ul, ol, dl, li{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	line-height: 1em !important;
}
table{
	border-collapse: collapse;
}
th, td{
	padding: 2px;
}
input, select{
	padding: 1px;
}
img{
	border: 0;
}
a {
	outline: none;
}
a:link, a:visited{
	/*color: #417abf;*/
	color: #1d3994;
	text-decoration: none;
}
a:hover{
	color: #e33;
	text-decoration: none;
}
.bd_top{
	border-top: 1px solid #999;
}
.bd_right{
	border-right: 1px solid #999;
}
.bd_left{
	border-left: 1px solid #999;
}
.bd_bottom{
	border-bottom: 1px solid #999;
}
/* ------------------------------
container
------------------------------ */
#container {
	width: 1000px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin: 0 auto;
	line-height: 1.4em;
}

/* ------------------------------
container_inner
------------------------------ */
#container_inner {
	float: left;
	width: 100%;
}

/* ------------------------------
splitline_left
------------------------------ */
#splitline_left{
	background-image: url('../img/bg_line1.gif');
	background-position: 160px top;
	background-position-x: 160px;
	background-position-y: top;
	background-repeat: repeat-y;
}
#splitline_right{
	background-image: url('../img/bg_line2.gif');
	background-position: right top;
	background-position-x: right;
	background-position-y: top;
	background-repeat: repeat-y;
}

/* ------------------------------
Label
------------------------------ */
.label_green {
	padding: 7px;
	background-color: #8cc919;
}
.label_green h3 {
	font-size: 0.9em;
	font-weight: bold;
	border-left: 3px #fff8a4 solid;
	color: #fff;
	padding-left: 3px;
}
.label_lightgreen {
	padding: 7px;
	background-color: #e7f3db;
}
.label_lightgreen h3 {
	font-size: 1.0em;
	font-weight: bold;
}
.label_darkgreen {
	padding: 7px;
	background-color: #004000;
}
.label_darkgreen h3 {
	font-size: 0.9em;
	font-weight: bold;
	border-left: 3px #fff8a4 solid;
	color: #fff;
	padding-left: 0.3em;
}

.label_red {
	padding: 7px;
	background-color: #ff8c00;
}
.label_red h3 {
	font-size: 1.0em;
	font-weight: bold;
	border-left: 3px #fff8a4 solid;
	color: #fff;
	padding-left: 3px;
}

.label_darkblue {
	padding: 7px;
	background-color: #7ad;
}
.label_darkblue h3 {
	font-size: 0.9em;
	font-weight: bold;
	border-left: 3px #fff8a4 solid;
	color: #fff;
	padding-left: 3px;
}

.label_yellowband{
	border-bottom: 1px solid #999;
	background-color: #fff8a3;
	font-size: 1.0em;
	line-height: 1.0em;
	text-align: center;
	padding: 3px;
}

.label_gray {
	padding: 7px;
	background-color: #9d9fa1;
}

.label_toki {
	padding: 7px;
	background-color: #f3aca7;
}
.label_toki h3 {
	font-size: 1.0em;
	font-weight: bold;
	border-left: 3px #fff8a4 solid;
	color: #fff;
	padding-left: 3px;
}


.label_green a,
.label_lightgreen a,
.label_darkblue a,
.label_red a,
.label_gray a,
.label_toki a{
	color: #fff;
}
.label_yellowband a{
	color: #000;
}

.label_fish {
	padding: 7px;
	background-color: #fb6747
}
.label_fish h3 {
	font-size: 1.0em;
	font-weight: bold;
	border-left: 3px #fff8a4 solid;
	color: #fff;
	padding-left: 3px;
}
.label_fish h3 a {
	color: #fff;
}

/* ------------------------------
header
------------------------------ */
#header{
	font-size: 13px;
	line-height: 1.0em;
}

/* ------------------------------
header_logo
------------------------------ */
#header_logo{
	margin-bottom: 10px;
}
#header_logo h1{
	float: left;
	padding: 10px 0px 0px 10px;
}
#header_logo #header_ad{
	float: right;
	margin-top: 10px;
	padding-right: 10px;
}

/* ------------------------------
global_navi
------------------------------ */
#global_navi{
}

#global_navi ul{
	list-style-type: none;
	padding: 0px;
}
#global_navi li{
	display: inline;
}

/* ------------------------------
global_links
------------------------------ */
#global_links_A{
	float: left;
}
#global_links_A li,
#global_links_B li{
	float: left;
	margin-right: 5px;
	padding: 0;
	list-style-type: none;
}
#global_links_A a,
#global_links_B a{
	display: block;
	float: left;
	padding: 0 0 0 10px;
	text-decoration: none;
}
#global_links_A a span,
#global_links_B a span{
	display: block;
	padding: 5px 10px 0 0;
	display: block;
	height: 17px;
	float: left;
	color: #fff;
	cursor: hand;
}
#global_links_A a span:hover,
#global_links_B a span:hover{
	cursor: hand;
}
#global_links_A .tab_home a{
	background-color: #8cc919;
	background-image: url('../img/tab_home.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-position-x: left;
	background-position-y: top;
}
#global_links_A .tab_albi a{
	background-color: #ff8c00;
	background-image: url('../img/tab_albi.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-position-x: left;
	background-position-y: top;
}
#global_links_A .tab_fish a{
	background-color: #fb6747;
	background-image: url('../img/tab_fish.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-position-x: left;
	background-position-y: top;
}
#global_links_A .tab_toki a{
	background-color: #8c8c8c;
	background-image: url('../img/tab_toki.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-position-x: left;
	background-position-y: top;
}
#global_links_A .tab_home a span{
	background-image: url('../img/tab_home.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-position-x: right;
	background-position-y: top;
}
#global_links_A .tab_albi a span{
	background-image: url('../img/tab_albi.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-position-x: right;
	background-position-y: top;
}
#global_links_A .tab_fish a span{
	background-image: url('../img/tab_fish.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-position-x: right;
	background-position-y: top;
}
#global_links_A .tab_toki a span{
	background-image: url('../img/tab_toki.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-position-x: right;
	background-position-y: top;
}
#global_links_B{
	float: right;
}
#global_links_B .tab_business a{
	background-color: #67a9ce;
	background-image: url('../img/tab_business.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-position-x: left;
	background-position-y: top;
}
#global_links_B .tab_shop a{
	background-color: #5da132;
	background-image: url('../img/tab_shop.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-position-x: left;
	background-position-y: top;
}
#global_links_B .tab_ss a{
	background-color: #66bf88;
	background-image: url('../img/tab_ss.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-position-x: left;
	background-position-y: top;
}
#global_links_B .tab_medic a{
	background-color: #98682e;
	background-image: url('../img/tab_medic.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-position-x: left;
	background-position-y: top;
}
#global_links_B .tab_house a{
	background-color: #feaf39;
	background-image: url('../img/tab_house.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-position-x: left;
	background-position-y: top;
}
#global_links_B .tab_business a span{
	background-image: url('../img/tab_business.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-position-x: right;
	background-position-y: top;
}
#global_links_B .tab_shop a span{
	background-image: url('../img/tab_shop.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-position-x: right;
	background-position-y: top;
}
#global_links_B .tab_ss a span{
	background-image: url('../img/tab_ss.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-position-x: right;
	background-position-y: top;
}
#global_links_B .tab_medic a span{
	background-image: url('../img/tab_medic.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-position-x: right;
	background-position-y: top;
}
#global_links_B .tab_house a span{
	background-image: url('../img/tab_house.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-position-x: right;
	background-position-y: top;
}
#font_switcher .font_switcher_header,
#font_switcher .fontsize_S,
#font_switcher .fontsize_M,
#font_switcher .fontsize_L{
	background-color: #eee;
	display: block;
	float: left;
}
#font_switcher .fontsize_S,
#font_switcher .fontsize_M,
#font_switcher .fontsize_L{
	text-indent: -9999px !important;
	overflow: hidden;
}
.fontsize_S{
	width: 16px;
	height: 19px;
}
.fontsize_M{
	width: 28px;
	height: 19px;
}
.fontsize_L{
	width: 18px;
	height: 19px;
}
.font_S .fontsize_S{
	background-image: url('../img/fontsize_s_r.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: left;
	background-position-y: center;
}
.font_S .fontsize_M{
	background-image: url('../img/fontsize_m.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: left;
	background-position-y: center;
}
.font_S .fontsize_L{
	background-image: url('../img/fontsize_l.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: left;
	background-position-y: center;
}
.font_M .fontsize_S{
	background-image: url('../img/fontsize_s.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: left;
	background-position-y: center;
}
.font_M .fontsize_M{
	background-image: url('../img/fontsize_m_r.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: left;
	background-position-y: center;
}
.font_M .fontsize_L{
	background-image: url('../img/fontsize_l.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: left;
	background-position-y: center;
}
.font_L .fontsize_S{
	background-image: url('../img/fontsize_s.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: left;
	background-position-y: center;
}
.font_L .fontsize_M{
	background-image: url('../img/fontsize_m.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: left;
	background-position-y: center;
}
.font_L .fontsize_L{
	background-image: url('../img/fontsize_l_r.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: left;
	background-position-y: center;
}

/* ------------------------------
other_sites
------------------------------ */
#global_navi #other_sites{
	float: right;
	width: 300px;
	padding: 0 12px 0 8px;
}
#global_navi #other_sites li{
	float: left;
	margin-left: 2px;
	padding: 0 4px;
	list-style-type: none;
}
#global_navi #other_sites a{
	display: block;
	width: 90px;
	height: 22px;
}
#global_navi #other_sites a span{
	display: none;
}
#global_navi #other_sites .other_sites_assh a{
	background-image: url('../img/othersite_tab_assh.gif');
}
#global_navi #other_sites .other_sites_amekago a{
	background-image: url('../img/othersite_tab_amekago.gif');
}
#global_navi #other_sites .other_sites_nic a{
	background-image: url('../img/othersite_tab_nic.gif');
}

/* ------------------------------
other_links
------------------------------ */
#other_links{
	width: 320px;
	margin: 0;
	line-height:19px;
}
#other_links li{
	float: left;
	margin-left: 2px;
	padding: 0;
	list-style-type: none;
}
#other_links #font_switcher{
	margin-left: 0;
	padding-left: 10px;
	line-height:19px;
}

/* ------------------------------
submenu
------------------------------ */
#submenu_A{
	float: left;
}
#submenu_B{
	float: right;
}
#submenu{
	padding: 0;
	background-color: #8cc919;
}
#header .submenu_home{
	background-color: #8cc919;
}
#header .submenu_albi{
	background-color: #ff8c00;
}
#header .submenu_fish{
	background-color: #fb6747;
}
#header .submenu_toki{
	background-color: #f3aca7;
}
#header .submenu_business{
	background-color: #67a9ce;
}
#header .submenu_shop{
	background-color: #5da132;
}
#header .submenu_ss{
	background-color: #66bf88;
}
#header .submenu_medic{
	background-color: #98682e;
}
#header .submenu_house{
	background-color: #feaf39;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0em;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 170px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
	z-index: 98; /* for IE6 */
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 22px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 170px; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 170px; /* match ul width */
	top: 0;
}

/*** SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu a {
	background-image: url(../img/submenu_marker.gif);
	background-position: 9px 7px;
	background-position-x: 9px;
	background-position-y: 6px;
	background-repeat: no-repeat;
	padding: 5px 9px 4px 18px;
	text-decoration:none;
	color: #fff;
}
.sf-menu a.reserve {
	background-image: url(../img/submenu_marker2.gif);
}
.sf-menu a.niigata_kokutai {
	background-image: url(../img/kokutai_marker_green.gif);
	background-position: 9px 4px;
	background-position-x: 9px;
	background-position-y: 3px;
	padding-left: 34px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}
.sf-menu li li,
.sf-menu li li li,
.sfHover .has_child{
	background-color: #a6dc42;
	outline: 0;
}
.submenu_home .sf-menu li li,
.submenu_home .sf-menu li li li,
.submenu_home .sfHover .has_child{
	background-color: #a6dc42;
}
.submenu_albi .sf-menu li li,
.submenu_albi .sf-menu li li li,
.submenu_albi .sfHover .has_child{
	background-color: #ff7755;
}
.submenu_fish .sf-menu li li,
.submenu_fish .sf-menu li li li,
.submenu_fish .sfHover .has_child{
	background-color: #ff8c73;
}
.submenu_toki .sf-menu li li,
.submenu_toki .sf-menu li li li,
.submenu_toki .sfHover .has_child{
	background-color: #a2a0a0;
}
.submenu_business .sf-menu li li,
.submenu_business .sf-menu li li li,
.submenu_business .sfHover .has_child{
	background-color: #76b6d9;
}
.submenu_shop .sf-menu li li,
.submenu_shop .sf-menu li li li,
.submenu_shop .sfHover .has_child{
	background-color: #fa8bc5;
}
.submenu_ss .sf-menu li li,
.submenu_ss .sf-menu li li li,
.submenu_ss .sfHover .has_child{
	background-color: #80d29f;
}
.submenu_medic .sf-menu li li,
.submenu_medic .sf-menu li li li,
.submenu_medic .sfHover .has_child{
	background-color: #ae7c3f;
}
.submenu_house .sf-menu li li,
.submenu_house .sf-menu li li li,
.submenu_house .sfHover .has_child{
	background-color: #ffa63a;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background-image: url('../img/shadow.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-position-x: bottom;
	background-position-y: right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* ------------------------------
other_info
------------------------------ */
#other_info table{
	border-collapse: collapse;
}
#other_info td{
	padding: 5px;
	vertical-align: top;
	font-size: 0.95em;
}
#other_info .td_1column,
#other_info .td_2column{
	border: 1px solid #999;
	border-bottom: none;
}
#other_info .td_left{
	border-left: none;
}
#other_info .td_right{
	border-right: none;
}

#other_info .td_1column{
	width: 25%;
}
#other_info .td_2column{
	width: 50%;
}

#other_info .other_info_img{
	float: left;
}
#other_info .other_info_text{
	margin-left: 0;
}
#other_info #assh_title_img{
	width: 90px;
}
#other_info #assh_title_text{
	width: 100%;
	vertical-align: bottom;
	font-size: 1.2em;
	line-height: 1.0em;
}
#other_info #assh_title span{
	display: block;
	float: left;
	height: 31px;
	font-size: 1.3em;
}

/* ------------------------------
other_banners
------------------------------ */
#other_banners_box {
	border-top: 1px #999 solid;
	text-align: center;
}
#other_banners{
	text-align: center;
	margin: 0 auto;
}
#other_banners td{
	text-align: center;
	padding: 10px 5px;
}

/* ------------------------------
Footer
------------------------------ */
#footer #gototop{
	background-color: #ccc;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px;
	text-align: right;
}
#footer #copyright{
	padding-top: 10px;
	text-align: center;
	font-size: 0.9em;
}
#footer #participate{
	border-top: 1px solid #999;
	margin-top: 10px;
	padding: 10px 40px;
}
#footer #participate h3{
	margin-bottom: 10px;
}
#footer #participate ul{
	list-style-type: none;
}
#footer #participate li{
	display:inline;
	white-space:nowrap;
}

/* ------------------------------
Other Setting
------------------------------ */
/* float解除用 clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.b_b {
	font-weight: bold;
}
.caution {
	font-weight: bold;
	color: #e33;
}

.mg10 {
	margin: 10px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}

.f1_1 {
	font-size: 1.1em;
}

.listsplitter{
	display: block;
	height: 1.5em;
}

.footlink{
	margin-top: 10px;
	text-align: right;
}
.footlink a{
	background-image: url('../img/footlink_arrow.gif');
	background-position: left center;
	background-position-x: left;
	background-position-y: center;
	background-repeat: no-repeat;
	padding-left: 12px;
	font-size: 0.95em;
}

/* ------------------------------
Includes
------------------------------ */
#includes_padding {
	padding: 10px;
}

/* ------------------------------
404 Error
------------------------------ */
#error404 {
	margin: 10px;
}
#error404 h2 {
	font-size: 1.3em;
	padding-bottom: 10px;
}

/* ------------------------------
Horoscope
------------------------------ */
.horoscope_red{
	color: #e00;
}
.horoscope_green{
	color: #0e0;
}
.horoscope_blue{
	color: #00e;
}

/* ------------------------------
Popup
------------------------------ */
.popup_detail {
	display:none;
}
#popupbox {
	position:absolute;
	left:0; top:0;
	width:440px; height:230px;
	border: 1px solid #999;
	background-color: #fff;
	display:none;
	z-index:9999;
	cursor: pointer;
	overflow: auto;
}

/* ------------------------------
Ad
------------------------------ */
.pr2a {
	color: #f00;
}

/* ------------------------------
Amekago Blog
------------------------------ */
#amekagoBlog {
	margin: 10px;
	line-height: 12px;
}

iframe{
	display: none;
}
#container iframe{
	display: block;
}

/* ------------------------------
Information from Nippo
------------------------------ */
#nippoinfo{
	background: #fff;
	background-image: url('../img/nippoinfo_header_bg.gif');
	background-position: 0px 10px;
	background-position-x: 0px;
	background-position-y: 10px;
	background-repeat: repeat-x;
	border-top: 1px solid #999;
	margin-right: 321px;
	padding: 10px 0px 5px 0px;
}
#nippoinfo_header{
	background-image: url('../img/nippoinfo_header.gif');
	background-position: left top;
	background-position-x: left;
	background-position-y: top;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 3px 0px 3px 50px;
	line-height: 40px;
	color: #666;
	font-weight: bold;
}
#nippoinfo_list{
	list-style-type: none;
	margin: 0px 10px;
	padding: 0px;
}
#nippoinfo_list li{
	border-bottom: 1px dotted #ccc;
	background: url("../img/nippoinfo_listmarker.gif");
	background-position: left center;
	background-position-x: left;
	background-position-y: center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 5px 5px 18px;
}

/* ------------------------------
47CLUB text banner
------------------------------ */
#47club_text{
	list-style-type: none;
	background-color: #f8dce0;
	margin: 10px 5px 5px;
	padding: 10px 10px 10px;
}
#47club_text li{
	border-bottom: 1px dotted #ccc;
	background: url("../img/nippoinfo_listmarker.gif");
	background-position: left center;
	background-position-x: left;
	background-position-y: center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 5px 5px 18px;
}

