@charset "utf-8";

/* 共通
-------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

html{
height:100%;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	font-size: 75%;
	height:100%;
	line-height: 1.4;
	text-align:center;
}

a {
	color: #666666;
	text-decoration: none;
	
}

a:visited {
	color: #666666;
}

a:hover {
	color: #D1C4C0;
}

a.link_line {
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: top;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin: 15px 0;
}

em {
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	color: #FF8080;
}

.clear_both {
	clear: both;
}

div.bnr a:hover img,li.bnr a:hover img{
    filter: alpha(opacity=80);
    opacity:0.7;
    background: #fff;
}

/* グローバルナビ
---------------------------------*/

ul#global_nav{
	position: relative;
	width: 335px;
	height: 100px;
	overflow: hidden;
	float: right;
}

li#global_nav_nasu {
	background: url(../images/contents_navi_nasu.gif) top left no-repeat;
	position: absolute;
	width: 100px;
	height: 98px;
	left: 200px;
	top: -43px;
}

li#global_nav_kawana {
	position: absolute;
	width: 100px;
	height: 98px;
	left: 100px;
	top: -43px;
}

li#global_nav_bali {
	position: absolute;
	width: 100px;
	height: 98px;
	left: 200px;
	top: -43px
}

li#global_now_nasu {
	background: url(../images/contents_navi_nasu.gif) top left no-repeat;
	position: absolute;
	width: 100px;
	height: 98px;
	left: 200px;
	top: -23px
}
li#global_now_kawana {
	background: url(../images/contents_navi_kawana.gif) top left no-repeat;
	position: absolute;
	width: 100px;
	height: 98px;
	left: 100px;
	top: -23px
}

ul#global_nav a {
	display:block;
	width: 90px;
	overflow: hidden;/* IE5 hack */
	height: 0 !important;
	height /**/: 81px;
	padding-top: 81px;
	margin-left: 5px;
} 


/* コンテンツ部
-------------------------------------*/

#wrapper {
	width: 844px;
	margin: 0 auto;
	text-align: left;
}

#contents {
	width: 760px;
	margin: 0 42px;
	padding-top: 25px;
}

#contents_770px {
	width: 770px;
	margin: 0 37px;
	padding-top: 25px;
}

contents_770px_in {
	margin: 0 5px;
}


/* ヘッダ
------------------------------------*/

#header {
	padding-top: 24px;
}


/* ロゴ
------------------------------------*/

#logo_bg {
	width: 844px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	width: 415px;
	float: left;
	text-indent:-9999;
}	

h1 a {
	display:block;
	width: 100%;
	margin-left: 42px;
	overflow: hidden;/* IE5 hack */
	height: 0 !important;
	height /**/: 90px;
	padding-top: 90px;
}


/* コンテンツタイトル
-------------------------------------*/

h2 {
	width: 844px;
	margin: 0 auto;
}

h3 {
	font-weight: normal;
	font-size: 15px;
	color: #27160E;
	padding-top: 2px;
	border-left: 3px solid #8C8984;
	padding-left: 15px;
}


/* サブナビゲーション
-----------------------------------*/

.line_left {
	border-left: 1px solid #999999;
}

ul#sub_nav {
	float: right;
	width: 350px;
	margin-bottom: 25px;
}

ul#sub_nav li {
	float: right;
	padding: 0 5px;
	height: 17px;
	overflow: hidden;
}

li#sub_nav_top {
	width: 32px;
}

li#sub_nav_access {
	width: 40px;
}

li#sub_nav_policy {
	width: 85px;
}

li#sub_nav_sitemap {
	width: 54px;
}


li#sub_nav_recruit {
	width: 48px;
}

li#sub_nav_company {
	width: 94px;
}

ul#sub_nav li a {
	display: block;
	width: 100%;
	overflow: hidden;/* IE5 hack */
	height: 0 !important;
	height /**/: 17px;
	padding-top: 17px;
}

li#sub_nav_top a {
	background: url(../images/main_btn_subnavi.gif) -274px 3px no-repeat;
}

li#sub_nav_access a {
	background: url(../images/main_btn_subnavi.gif) 0px 3px no-repeat;
}

li#sub_nav_policy a {
	background: url(../images/main_btn_subnavi.gif) -65px 3px no-repeat;
}

li#sub_nav_sitemap a {
	background: url(../images/main_btn_subnavi_sm.gif) 0px 3px no-repeat;
}

li#sub_nav_recruit a {
	background: url(../images/main_btn_subnavi02.gif) -72px 3px no-repeat;
}

li#sub_nav_company a {
	background: url(../images/main_btn_subnavi.gif) -167px 3px no-repeat;
}

li#sub_nav_top a:hover {
	background-position: -274px -21px;
}

li#sub_nav_access a:hover {
	background-position: 0px -21px;
}

li#sub_nav_policy a:hover {
	background-position: -65px -21px;
}

li#sub_nav_sitemap a:hover {
	background-position: 0px -21px;
}
li#sub_nav_recruit a:hover {
	background-position: -72px -21px;
}

li#sub_nav_company a:hover {
	background-position: -167px -21px;
}


/* フッター
------------------------------------*/

#footer {
	background: url(../images/contents_footer.jpg) center top no-repeat;
	width: 844px;
	clear: both;
	overflow: hidden;/* IE5 hack */
	height: 0 !important;
	height /**/: 201px;
	padding-top: 201px;
}
/* 背景画像延長用のID　#container
------------------------------------*/

#container {
	background: url(../images/main_container_bg.png) center top repeat-y;
	height:100%;
	min-height: 100%;/*#containerにheight100%を使えるようにする為の記述*/
}
/* #containerにheight100%を使えるようにする為の記述 */
body > #container {
    height: auto;
}


/* clearfix 
----------------------------------*/

.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 */

/* POPアップページクローズボタン
------------------------------------*/

#pop_close{
	text-align: center;
	font-size:12px;
	margin-bottom:20px;
}


.bellstreet {
	width: 200px;
	background-color: #F2EFE6;
	padding: 10px;
	margin-bottom: 20px;
	margin-right: 15px;
	clear:both;
	line-height:15px;
	font-size:10px !important; 
}

.bellstreet img{
margin-bottom:5px !important;
}

td.br2 {
padding:10px;
font-size:10px;
line-height:18px;
}


/*来館の心得
------------------------------------------*/
.kokoroe_st {
margin:0 0 10px 0 ;}

.kokoroe_text {
	line-height:20px;
	color:#999999;}
	


/* フッターアネーロ用
------------------------------------*/

#footer_anh {
	background: url(../images/contents_footer_anh.gif) center top no-repeat;
	width: 844px;
	clear: both;
	overflow: hidden;/* IE5 hack */
	height: 0 !important;
	height /**/: 201px;
	padding-top: 201px;
}
/* 背景画像延長用のID　#container
------------------------------------*/

/* 右サイドバナー用
------------------------------------*/
.bn_margin_01 {
margin-bottom:2px;
}