@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/*
 * File      : styles-site.css
 * Version   : 3.01
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    line-height: 1.2;
color:#796758;
font-family:
  'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 
  '平成角ゴシック', 'HeiseiKakuGothic', Osaka, 
  'ＭＳ Ｐゴシック', 'MS PGothic', 
  'ＭＳ ゴシック', 'MS Gothic',
  sans-serif;
font-size:small;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
	font-size:small;
	margin:0;
	padding:0;
}

/* リンク */
a,
a:link,
a:visited {
    color: #796758;
    text-decoration: none;
}
a:hover {
    color: #6699FF;
    text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* 順序なしリスト */
.navi_list ul, ol {
    padding-left: 10px;
}
.navi_list ul li {
    list-style-type: none;
	padding:2px 0;
}
.navi_list ul {
	border-bottom:#CCCCCC 1px dotted;
}

/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input {
    padding: 1px;
    /*font-size: 12px;*/
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    /*font-size: 10px;*/
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    /*font-size: 10px;*/
    border-bottom: 1px solid #666666;
    padding: 3px;
}

.clear{
clear:both;
font-size:1px;
color:#FFFFFF;
line-height: 0;}


/* タイトルバナー */
#banner {
    color: #796758;
/*    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    text-align: left;
	width:950px;
	margin:5px 0 0 0;
}
.head_tel{
width:283px;
float:right;}
.head_center{
width:450px;
float:right;}
.head_center h2{
margin:3px 0;}
.head_logo{
width:200px;
float:left;
padding:0;}


#header_navi{
width:950px;
height:30px;
border-top:#CCCCCC 1px solid;
background-image:url(http://www.bankokuya.jp/images/navi_base.gif);
background-repeat:repeat-x;
background-position:left top;}
#header_navi ul{
list-style-type:none;
margin:0; padding:0 0 0 3px;}
#header_navi li{
width:118px;
height:30px;
float:left;
margin:0; padding:0;}

#header_navi2{
width:950px;
height:30px;
border-top:#CCCCCC 1px solid;
background-image:url(http://www.bankokuya.jp/images/navi_base.gif);
background-repeat:repeat-x;
background-position:left top;}
#header_navi2 ul{
list-style-type:none;
margin:0; padding:0 0 0 3px;}
#header_navi2 li{
width:105px;
height:30px;
float:left;
margin:0; padding:0;}

h1.h1txt a{
color:#796758;}

/*#banner a,
#banner a:link,
#banner a:visited {
    color: #ffffff;
    font-size: 32px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}*/

/* タイトルバナー下の説明 */
#banner-description {
    color: #ffffff;
    /*font-size: 12px;*/
}

/* エントリー全体 */
.blog {
    padding: 10px;
    /*font-size: small;
    color: #36414d;*/
    background: none;
}

/* エントリー日付 */
.date { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");
    font-size: 11px;*/
	color: #796758;
	text-align:right;
	font-size:10px;
    /*font-weight: bold;*/
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
	color: #796758;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 0 35px 10px;
    color: #36414d;
    background: #ffffff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");
    font-size: 12px;*/
    line-height:1.5;
    word-break: break-all;
	border-bottom:#CCCCCC 1px dotted;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {
    margin: 5px 0 0 0;
    color: #796758;
    font-size: 12px;
	/*font-size:large;*/
    font-weight: bold;
	border:#CCCCCC 1px solid;
	/*border-bottom:#CCCCCC 1px dotted;*/
	background-color:#f2f2f2;
	padding:8px;
}

/* 本文 */
.entry-body p{
line-height: 1.5 !important;}
*+html .entry-body p{
line-height: 1.7 !important;}

.entry-body p a{
color:#990000 !important;}
.entry-body p a:hover{
color:#6699FF!important;}



/* 投稿者 */
.entry-footer {
    margin: 5px 0 0 0;
    border-top: 1px dotted #cccccc;
	padding:3px 3px;
    /*color: #36414d;*/
    font-size: 9px;
}
.entry-footer a{
font-size:9px;}


/* タグ */
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    /*font-size: 12px;*/
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ?画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
	border-bottom:#CCCCCC 1px dotted;
	padding:0 0 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    /*text-align: center;*/
    font-size: 9px;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    /*color: #444444;*/
	background-color:#796758;
	color:#FFFFFF;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    text-align: center;
    color: #796758;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.holiday {
    color: #e50003;
}
.saturday {
    color: blue;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    /*border: 1px solid  #666666;*/
    text-align: center;
    color: #ffffff;
	background-color:#796758;
    /*font-size: 10px;*/
    line-height: 1.2;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    /*color: #444444;
    font-size: 10px;
    _font-size: 9px;*/
    line-height: 150%;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    /*font-size: 13px;*/
font-weight: bold;
}
ul#tags li.taglevel2 {
    /*font-size: 13px;*/
}
ul#tags li.taglevel3 {
    /*font-size: 12px;*/
}
ul#tags li.taglevel4 {
    /*font-size: 11px;*/
}
ul#tags li.taglevel5 {
    font-size: 10px;
}
ul#tags li.taglevel6 {
    font-size: 9px;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    /*font-size: 9px;*/
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    /*color: #666666;*/
    font-size: 9px !important;
    line-height: 1.2;
	border:#CCCCCC 1px solid;
	padding:5px;
}
.syndicate a{
font-size: 9px !important;}

/* クレジットバナー */
.powered {
    margin-top: 5px;
    text-align: left;
    /*color: #666666;*/
    font-size: 9px !important;
    line-height: 150%;
	border:#CCCCCC 1px solid;
	padding:5px;
}
.powered a{
font-size: 9px !important;}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #796758;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #796758;
    /*font-size: 11px;*/
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    /*font-size: 12px;*/
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #ccccccc;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #796758;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,{
    margin-bottom: 20px;
    text-align: center;
}
body.layout-one-column{
margin:0 auto;}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
	text-align:center;
}
.layout-three-column #box {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    text-align: left;
    background-color: #ffffff;
}

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 665px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: left;
    background-color: #ffffff;
}

/* 2カラム用 */
.layout-one-column #container {
    margin-bottom: 0;
}

/* 1カラム用 */
.layout-one-column #box {
    width: 478px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    background-color: #ffffff;
}

/* 1カラム・リキッドレイアウト用 */
/* タイトルバナー */
.layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
body.layout-one-column-liquid {
    background: #796758;
}

/* フッタ */
.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}

/* 3カラム(リキッドレイアウト) */
.layout-three-column-liquid #content {
    margin: 0 185px 10px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.layout-three-column-liquid #links-left{
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: #ffffff;
}
.layout-three-column-liquid #links-right{
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: #ffffff;
}

/* 2カラム(リキッドレイアウト：右サイドバー) */
.layout-two-column-liquid-right #content {
    margin: 0 185px 10px 0;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.layout-two-column-liquid-right #links-right {
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: #ffffff;
}

/* 2カラム(リキッドレイアウト：左サイドバー) */
.layout-two-column-liquid-left #content {
    margin: 0 0 10px 185px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.layout-two-column-liquid-left #links-left {
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: #ffffff;
}

.net_reserve{
width:270px;
background-color:#fef1f1;
padding:0 0 8px 0;
margin:0 0 15px 0;}
.net_reserve_form{
padding:3px 10px;}
.white_clear{
clear:both;
color:#FFFFFF;
font-size:1px;
border-bottom:#FFFFFF 2px dotted;}

/* 1カラム(リキッドレイアウト) */
.layout-one-column-liquid #content {
    margin: 0 100px 10px;
    /*border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;*/
    background: #ffffff;
}

/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 490px;
    margin: 0 0 10px 0;
    /*border-bottom: 1px dotted #cccccc;*/
}
.layout-three-column #links-left-box {
    float: left;
    width: 270px;
}
.layout-three-column #links-left {
    padding: 15px 15px 0 0;
    color: #ffffff;
}

.layout-three-column #links-right-box{
    float: right;
    width: 175px;
}

.layout-three-column #links-right {
    padding: 15px 0 0 0;
    color: #ffffff;
}

/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    /*border-bottom: 1px solid #cccccc;*/
    border-right: 1px solid #cccccc;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
    color: #ffffff;
}

/* 2カラム(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
    color: #ffffff;
}

/* 1カラム */
.layout-one-column #content {}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}


/* navi_ul */
.navi ul{
list-style-type:none;
margin:0; padding:0;}
.navi li{
border-bottom:#CCCCCC 1px dotted;}
.navi li a{
margin:0;
padding:2px 7px;
display:block;}
.navi li a:hover{
margin:0;
padding:2px 7px;
background-color:#f2f2f2;
display:block;
color:#CC0033;}

/*  */
.page_top{
border-bottom:#796758 1px solid;
border-top:#796758 1px solid;
padding:3px 5px;
margin:10px 0 5px 0;
text-align:right;}
p.page_top a{
color:#990000;
font-size:smaller;}
p.page_top a:hover{
color:#6699FF;}

#bottom{
width:940px;
padding:0 0 0 10px;
margin:0 0 10px 0;
background-image:url(http://www.bankokuya.jp/images/credit_card.gif);
background-position:right top;
background-repeat:no-repeat;}

#bottom a:hover{
color:#CC0033;}


.title_base660{
height:38px;
font-size:large;
font-weight:bold;
padding:30px 0 5px 110px;
display:block;
background-image:url(http://www.bankokuya.jp/images/title_base660.gif);
background-position:left;
background-repeat:no-repeat;}


/* 2010/05 追加 */
.net_reserve_new{
width:268px;
/*background-image:url(images/navi_image_new2.gif);*/
margin:0 0 15px 0;
border-style:solid;
border-color:#cccccc;
border-width:1px;}

.gray_flame_info{
width:268px;
border-style:solid;
border-color:#cccccc;
border-width:1px;
}

.gray_flame_info ul{
list-style-type:none;
margin:5px 0; padding:0;}
.gray_flame_info li{
border-bottom:#CCCCCC 1px dotted;}
.gray_flame_info li a{
margin:0;
padding:3px 10px;
display:block;}
.gray_flame_info li a:hover{
margin:0;
padding:3px 10px;
background-color:#f2f2f2;
display:block;
color:#CC0033;}



/*** 110722リニューアル追記 START ***/

div#header, div#nav, div#imageArea, div#container, div#footIndex, div#footer{
	overflow:hidden;
	zoom:1;
}

/** WRAPPER ***************/
div#wrapper {
	width:950px;
	margin:0 auto;
}
* html div#wrapper {
}
/*h1{ width:700px; text-align:left; font-size:10px; color:666;line-height:21px;}*/

h1{
	width:380px;
	position:relative;
	top:40px;
	left:200px;
	font-size:11px;
	line-height:140%;
}


/** HEADER ***************/
div#header {	
    height: 90px;
    margin: 0 auto;
    text-align: left;
    width: 950px;
	position:relative;
}
#selectLang{
	position:absolute;
	top:0;
	left:710px;
	width:230px;
	height:18px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:url(http://www.bankokuya.jp/common/img/btnLang.jpg) no-repeat 0 0 transparent;
}
#selectLang ul{
	width:230px;
	height:18px;
}
#selectLang ul li{
	height: 18px;
    float: left;
	overflow:hidden;
    text-indent: -9999px;
}
#selectLang ul li a{
	height:18px;
	display:block;
}
#selectLang ul li.lang01 a{
	width:56px;
}
#selectLang ul li.lang02 a{
	width:89px;
}
#selectLang ul li.lang03 a{
	width:85px;
}

div#header div#ci{
    width: 193px;
    height: 35px;
    margin: 5px 0 0 0;
    background: url(http://www.bankokuya.jp/common/img/ci.png) no-repeat 0 0;
    float: left;
    text-indent: -9999px;
}

div#header div#ci a {
    margin:0px;
    padding:0px;
    width:193px;
    height:35px;
    display:block;
}

div#header #hNav{
	height: 60px;
	margin: 0px 0 0 457px;
	overflow: hidden;
	width: 300px;
	float: right;
}
div#header #hNav p#headTel{
	margin:0 0 0 50px;
	padding:0;
    display: block;
    width: 236px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:url(http://www.bankokuya.jp/common/img/headTel.jpg) no-repeat left top transparent;
	text-indent:-9999px;
	height:23px;
}
div#header div#hNav #subNav{
	clear:both;
	margin-top:5px;
}
div#header div#hNav #subNav ul{
	height:20px;
	width:308px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:url(http://www.bankokuya.jp/common/img/hNav.png) no-repeat 0 0 transparent;
}
div#header div#hNav #subNav ul li{
	height: 20px;
	width:99px;
    float: left;
    text-indent: -9999px;
}
div#header div#hNav #subNav ul li a{
	width:99px;
	height:20px;
	display:block;
}
div#header div#hNav #subNav ul li.hnav01{
	margin:0 6px 0 0;
}
div#header div#hNav #subNav ul li.hnav02{
	margin:0 5px 0 0;
}
div#header div#hNav #subNav ul li.hnav01 a:hover{
	background:url(http://www.bankokuya.jp/common/img/hNav.png) no-repeat 0 -20px transparent;
}
div#header div#hNav #subNav ul li.hnav02 a:hover{
	background:url(http://www.bankokuya.jp/common/img/hNav.png) no-repeat -105px -20px transparent;
}
div#header div#hNav #subNav ul li.hnav03 a:hover{
	background:url(http://www.bankokuya.jp/common/img/hNav.png) no-repeat -209px -20px transparent;
}


/** NAV ***************/
#nav {
    -moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
    background: url(http://www.bankokuya.jp/common/img/nav.jpg) no-repeat scroll 0 0 transparent;
    height:45px;
    margin: 0 auto;
    padding: 0;
    width: 950px;
}
#nav ul {
    border: medium none;
    height: 45px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 950px;
	text-indent:-9999px;
}
#nav ul li {
    float: left;
    margin: 0;
    padding: 0;
	height:45px;
}

#nav ul li a{
    -moz-background-inline-policy: continuous;
    background: url(http://www.bankokuya.jp/common/img/nav.jpg) no-repeat scroll 0 0 transparent;
    display: block;
    height: 45px;
    overflow: hidden;
    width:160px;
}
#nav li a#navi02 { background-position: -160px 0; }
#nav li a#navi03 { background-position: -320px 0; }
#nav li a#navi04 { background-position: -480px 0; }
#nav li a#navi05 { background-position: -640px 0; }
#nav li a#navi06 { background-position: -800px 0; width:150px; }
#nav li a:hover#navi01 { background-position:0 -45px;}
#nav li a:hover#navi02 { background-position: -160px -45px; }
#nav li a:hover#navi03 { background-position: -320px -45px; }
#nav li a:hover#navi04 { background-position: -480px -45px; }
#nav li a:hover#navi05 { background-position: -640px -45px; }
#nav li a:hover#navi06 { background-position: -800px -45px; }


/*
#nav ul li a{
    -moz-background-inline-policy: continuous;
    background: url(http://www.bankokuya.jp/common/img/nav.jpg) no-repeat scroll 0 0 transparent;
    display: block;
    height: 45px;
    overflow: hidden;
    width:130px;
}
#nav li a#navi01 { width:170px;}
#nav li a#navi02 { background-position: -170px 0; }
#nav li a#navi03 { background-position: -300px 0; }
#nav li a#navi04 { background-position: -430px 0; }
#nav li a#navi05 { background-position: -560px 0; }
#nav li a#navi06 { background-position: -690px 0; }
#nav li a#navi07 { background-position: -820px 0; }
#nav li a#navi08 { background-position: -950px 0; }
#nav li a:hover#navi01 { background-position:0 -45px;}
#nav li a:hover#navi02 { background-position: -170px -45px; }
#nav li a:hover#navi03 { background-position: -300px -45px; }
#nav li a:hover#navi04 { background-position: -430px -45px; }
#nav li a:hover#navi05 { background-position: -560px -45px; }
#nav li a:hover#navi06 { background-position: -690px -45px; }
#nav li a:hover#navi07 { background-position: -820px -45px; }
#nav li a:hover#navi08 { background-position: -950px -45px; }
*/


/** IMAGEAREA ***************/
div#imageArea {
	margin:15px 0;
}

/** CONTAINER ***************/
div#container {
    margin:10px auto;
    text-align: left;
    width:950px;
	background:url(http://www.bankokuya.jp/common/img/leftBg.jpg) repeat-y 0 0 transparent;
}

/** SIDENAVI ***************/
#sideNav{
	width:250px;
	float:left;
	margin:0 auto 10px auto;
	padding:15px 0;
}

#sideNav h2{
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
}

/*
#search{
	width:230px;
	margin:0 auto;
	background:#E6D5BB;
	padding-bottom:10px;
}
#search h2{
	background:url(http://www.bankokuya.jp/common/img/titSearch.jpg) no-repeat 0 0 transparent;
}
#search form{
	padding:10px;
}
#search p {
}
#search .search_list {
    margin: 0 0 10px 0;
	padding:0 0 5px 0;
    border-bottom: 1px #fff solid;
}
#search #login{
	width:230px;
	margin:0 auto;
}
#search #login ul{
	width:200px;
	margin:0 15px;
	padding:0;
	padding-top:5px;
	overflow:hidden;
	zoom:1;
}
#search #login ul li{
	height:25px;
	width:95px;
	display:block;
	float:left;
}
#search #login ul li a{
	width:95px;
	height:25px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
*/
#login ul li.henko{
	background:url(http://www.bankokuya.jp/common/img/btnConfirm.jpg) no-repeat 0 0 transparent;
	margin-right:10px;
}
#login ul li.cancel{
	background:url(http://www.bankokuya.jp/common/img/btnCancel.jpg) no-repeat left top transparent;
}

#login p.btnLogin a{
	display:block;
	margin:5px auto;
	width:206px;
	height:25px;
	background:url(http://www.bankokuya.jp/common/img/btnLogin.jpg) no-repeat left top transparent;
	text-indent:-9999px;
	overflow:hidden;
}



#weather{
	width:230px;
	margin:15px auto;
	background:#E6D5BB;
}
#weather h2{
	background:url(http://www.bankokuya.jp/common/img/titWeather.jpg) no-repeat 0 0 transparent;
}
#weather iframe{
	display:block;
	width:230px;
	margin:0 auto;
	background:#E6D5BB;
}

#seasonInfo{
	width:230px;
	margin:0 auto;
	background:#E6D5BB;
	overflow:hidden;
}
/*#seasonInfo h2{
	background:url(http://www.bankokuya.jp/common/img/titTourism.jpg) no-repeat 0 0 transparent;
}*/
#seasonInfo ul{
	margin:5px 10px 15px;
}
#seasonInfo ul li{
	height:16px;
	margin:0 0 15px 0;
	text-indent:-9999px;
	overflow:hidden;
}
#seasonInfo ul li a{
	display:block;
	width:210px;
	height:16px;
}
.season01{
	background:url(http://www.bankokuya.jp/common/img/tourrism01.png) no-repeat 0 0 transparent;
}
.season02{
	background:url(http://www.bankokuya.jp/common/img/tourrism02.png) no-repeat 0 0 transparent;
}
.season03{
	background:url(http://www.bankokuya.jp/common/img/tourrism03.png) no-repeat 0 0 transparent;
}



#information{
	background:#E6D5BB;
	width:230px;
	margin:15px auto;
	overflow:hidden;
}
#information h2{
	background:url(http://www.bankokuya.jp/common/img/titInformation.jpg) no-repeat 0 0 transparent;
}
#information ul{
	margin:0;
}
#information ul li{
	height:30px;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
}
#information ul li a{
	display:block;
	width:230px;
	height:30px;
	background:url(http://www.bankokuya.jp/common/img/infoNav.gif) no-repeat 0 0 transparent;
}

#information ul li.infonav01 a{
	background:url(http://www.bankokuya.jp/common/img/infoNav.gif) no-repeat 0 0 transparent;
}
#information ul li.infonav02 a{
	background:url(http://www.bankokuya.jp/common/img/infoNav.gif) no-repeat 0 -30px transparent;
}
#information ul li.infonav03 a{
	background:url(http://www.bankokuya.jp/common/img/infoNav.gif) no-repeat 0 -60px transparent;
}
#information ul li.infonav04 a{
	background:url(http://www.bankokuya.jp/common/img/infoNav.gif) no-repeat 0 -90px transparent;
}
#information ul li.infonav05 a{
	background:url(http://www.bankokuya.jp/common/img/infoNav.gif) no-repeat 0 -120px transparent;
}
#information ul li.infonav06 a{
	background:url(http://www.bankokuya.jp/common/img/infoNav.gif) no-repeat 0 -150px transparent;
}
#information ul li.infonav07 a{
	background:url(http://www.bankokuya.jp/common/img/infoNav.gif) no-repeat 0 -180px transparent;
}
#information ul li.infonav08 a{
	background:url(http://www.bankokuya.jp/common/img/infoNav.gif) no-repeat 0 -210px transparent;
}

#information ul li.infonav01 a:hover{
	background:url(http://www.bankokuya.jp/common/img/infoNav.gif) no-repeat -230px 0 transparent;
}
#information ul li.infonav02 a:hover{
	background:url(http://www.bankokuya.jp/common/img/infoNav.gif) no-repeat -230px -30px transparent;
}
#information ul li.infonav03 a:hover{
	background:url(http://www.bankokuya.jp/common/img/infoNav.gif) no-repeat -230px -60px transparent;
}
#information ul li.infonav04 a:hover{
	background:url(http://www.bankokuya.jp/common/img/infoNav.gif) no-repeat -230px -90px transparent;
}
#information ul li.infonav05 a:hover{
	background:url(http://www.bankokuya.jp/common/img/infoNav.gif) no-repeat -230px -120px transparent;
}
#information ul li.infonav06 a:hover{
	background:url(http://www.bankokuya.jp/common/img/infoNav.gif) no-repeat -230px -150px transparent;
}
#information ul li.infonav07 a:hover{
	background:url(http://www.bankokuya.jp/common/img/infoNav.gif) no-repeat -230px -180px transparent;
}
#information ul li.infonav08 a:hover{
	background:url(http://www.bankokuya.jp/common/img/infoNav.gif) no-repeat -230px -210px transparent;
}


div#mailMaga{
	width:230px;
	margin:15px auto;
}
#mailMaga a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:80px;
	background:url(http://www.bankokuya.jp/common/img/btnMailMagazine.jpg) no-repeat 0 0 transparent;
}


/** FOOTER ***************/
#footer {
	width:950px;
	height:40px;
	clear:both;
    margin:10px auto 0;
    text-align: left;
	background:url(http://www.bankokuya.jp/common/img/dt01.gif) repeat-x left top transparent;
	padding:10px 0 20px;
	font-size:10px;
}
#footer p{
margin:0;
padding:0;
}

/* Login Box */
#loginBox {
	width: 208px;
	background-color: #E6D5BB;
	position: absolute;
	top: 135px;
	/*right: 0;*/
	display: none;
	z-index: 20;
	color: #000;
	text-indent: 0px;
	margin-left: 722px !important;
	margin-left: 752px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#loginBox span {
	font-weight: bold;
}

#loginBox input,
#loginBox select {
	margin: 0 0 5px 0;
}

#loginBox .search_list {
    border-bottom: 1px solid #FFFFFF;
    margin: 0 0 10px;
    padding: 0 0 5px;
}

*:first-child+html #loginBox {
	width: 208px;
	background-color: #E6D5BB;
	position: relative;
	top: -45px;
	/*right: 0;*/
	display: none;
	z-index: 20;
	color: #000;
	text-indent: 0px;
	margin-left: 690px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}



/*** 110722リニューアル追記 END ***/


