/*---------------------------------------------*/
/* INFO
-----------------------------------------------
css file for nj-axis.jp
filename:    base.css
build:       2007.01.20
author:      nozomu yamamoto
-----------------------------------------------*/
/* INDEX
-------------------------------------------------

 00.全体スタイル(ブラウザリセット)
 01.レイアウトボックス定義
 02.ヘッダボックス
 03.メニューボックス
 04.メインボックス
 05.フッタボックス
 09.全共通クラス定義
/*---------------------------------------------*/

/* 00.全体スタイル(ブラウザリセット)

-----------------------------------------------*/


body,form,fieldset{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#666666;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FF3300;
	scrollbar-shadow-color:#FF3300;
	scrollbar-arrow-color:#FF3300;
	scrollbar-track-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
}


fieldset{
	border:none;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
}

p,h1,h2,h3,h4,p,pre,blockquote,ul,ol,dl,dd{
	margin:0px;
	padding:0px;
	font-size:14px;
}

h1{
	margin:0px;
	padding-left:20px;
	font-size:12px;
	color:#000000;
	float:left;
}

h2{
	background-color:#666666;
	color:#eeeeee;
	margin:4px;
	padding:4px;
}

h3{
	/*background-color:#ff0000;*/
	border-top:1px dotted #666666;
	font-size:14px;
	color:#333333;
	margin:4px;
	padding:4px;
	padding-top:8px;
	padding-bottom:0px;
}

h4{
	background-color:#333333;
	color:#eeeeee;
	margin:0px;
	padding:4px;
}

blockquotr,li,dt,dd{
	margin-left:4px;
}

li{
	font-size:12px;
	list-style:none;
}

input,textarea{
	font-size:12px;
}

a:link {
	color: #C8A791;
	text-decoration: none;
}

a:visited {
	color: #BC2E4E;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

span.txt16B {
	font-size: 16pt;
	font-weight: bold;
	line-height: 125%;
}

span.txt12B {
	font-size: 12pt;
	font-weight: bold;
	line-height: 125%;
}

span.txt10B {
	font-size: 10pt;
	font-weight: bold;
	line-height: 125%;
}

span.txt16 {
	font-size: 16pt;
	line-height: 125%;
}

span.txt12 {
	font-size: 12pt;
	line-height: 125%;
}

span.txt10 {
	font-size: 10pt;
	line-height: 125%;
}

span.Red {
	color: #FF0000;
}

span.Red_B {
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	font-weight: bold;
}


span.naviThis {
	color: #BC2E4E;
}


span.naviOther {
	color: #C8A791;
}

span.naviTxt {
	color: #957562;
}


/*---------------------------------------------*/

/* 01.レイアウトボックス定義

-----------------------------------------------*/


/* 全体ボックス */
#container{
	width:800px;
	height:auto;
	text-align:center;
	margin: 0px auto;
	padding:0px;
	background-color:#ffffff;
}

/* センターボックス */
#center{
	margin:0px auto;
	padding:0px;
	font-size:0;
	width:800px;
	height:auto;
	background-color:#ffffff;
	clear:both;
	float:left;
}

/* ヘッダボックス */
/*
#header{
	margin:0px;
	padding:0px 233px 0px 475px;
	width:92px;
	height:85px;
	background-color:#ffffff;
	background-image:url("../img/heda2.jpg");
	background-repeat:no-repeat;
	float:left;
}
*/

#header{
	margin:0px;
	padding:0px 233px 0px 475px;
	width:92px;
	height:85px;
	background-color:#ffffff;
	background-image:url("../img/heda3.jpg");
	background-repeat:no-repeat;
	float:left;
}

/* コンテンツボックス */
#contens{
	margin:0px;
	padding:0px 19px 16px 19px;
	width:762px;
	height:44px;
	background-color:#ffffff;
	background-image:url("../img/menu2.jpg");
	background-repeat:no-repeat;
	background-position: top center;
	float:left;
}

/* センターボックスの背景ダミー用 */
div#center_bg {
	/*clear:both;*/
	line-height: 0px;
	visibility: hidden;
	border: none;
	background-color:#000000;
	height: auto;
	float:left;
}

/* フッタボックス */
#footer{
	margin:0px;
	padding:0px;
	width:800px;
	height:190px;
	background-color:#ffffff;
	background-image:url("../img/fuda.jpg");
	background-repeat:no-repeat;
	float:left;
}
/*---------------------------------------------*/
/* 01.nextback定義
-----------------------------------------------*/
div #nextback{
	margin:0px auto;
	padding:0px;
	width:150px;
	height:22px;
	/*float:left;*/
	clear:both;
}

div#navi_back {
	width:57px;
	height:22px;
	padding:0px;
	margin-right:10px;
	border: none;
	text-indent: -9999px;
	background-color:#ffffff;
	background-image:url("../img/back.jpg");
	background-repeat:no-repeat;
	float: left;
	/*clear: both;*/
}

div#navi_back a {
	display: block;
	width:57px;
	height:22px;
	text-decoration: none;
}

div#navi_back a:hover {
	display: block;
	width:57px;
	height:22px;
	text-decoration: none;
}

div#navi_next {
	width:57px;
	height:22px;
	padding:0px;
	margin:0px;
	border: none;
	text-indent: -9999px;
	background-color:#ffffff;
	background-image:url("../img/next.jpg");
	background-repeat:no-repeat;
	float: left;
	/*clear: both;*/
}

div#navi_next a {
	display: block;
	width:57px;
	height:22px;
	text-decoration: none;
}

div#navi_next a:hover {
	display: block;
	width:57px;
	height:22px;
	text-decoration: none;
}

div#navi_backNg {
	width:57px;
	height:22px;
	padding:0px;
	margin-right:10px;
	border: none;
	text-indent: -9999px;
	float: left;
	/*clear: both;*/
}

div#navi_nextNg {
	width:57px;
	height:22px;
	padding:0px;
	margin:0px;
	border: none;
	text-indent: -9999px;
	background-color:#ffffff;
	float: left;
	/*clear: both;*/
}
/*---------------------------------------------*/
/* 01.ヘッダー定義
-----------------------------------------------*/
div#navi_header1 {
	width:92px;
	height:25px;
	padding-bottom:5px;
	margin:0px;
	border: none;
	background-image:url(../img/headerGif.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
	clear: both;
}

div#navi_header1 a {
	display: block;
	width:92px;
	height:25px;
	text-decoration: none;
}

div#navi_header1 a:hover {
	display: block;
	width:92px;
	height:25px;
	text-decoration: none;
}

div#navi_header2 {
	width:92px;
	height:25px;
	margin:0px;
	padding:0px;
	border: none;
	text-indent: -9999px;
	clear: both;
}

div#navi_header2 a {
	display: block;
	width:92px;
	height:25px;
	text-decoration: none;
}

div#navi_header2 a:hover {
	display: block;
	width:92px;
	height:25px;
	text-decoration: none;
}
/*---------------------------------------------*/
/* 02.フッタ定義
-----------------------------------------------*/
div#navi_footer1 {
	width:120px;
	height:20px;
	padding:0px 18px 20px 662px;
	margin:opx;
	border: none;
	text-indent: -9999px;
	float: left;
	/*clear: both;*/
}

div#navi_footer1 a {
	display: block;
	width:120px;
	height:20px;
	text-decoration: none;
}

div#navi_footer1 a:hover {
	display: block;
	width:120px;
	height:20px;
	text-decoration: none;
}

div#navi_footerMenu {
	width:800px;
	height:30px;
	margin:0px;
	padding:0px;
	border: none;
	float: left;
	/*clear: both;*/
}

div#navi_footerMenu a{
	color:#FF6600;
	font-size:11px;
	font-weight:bold;
}

div#navi_footer2 {
	width:190px;
	height:55px;
	margin:0px;
	padding:58px 32px 7px 578px;
	border: none;
	text-indent: -9999px;
	float: left;
	/*clear: both;*/
}

div#navi_footer2 a {
	display: block;
	width:190px;
	height:55px;
	text-decoration: none;
}

div#navi_footer2 a:hover {
	display: block;
	width:190px;
	height:55px;
	text-decoration: none;
}

/*---------------------------------------------*/
/* 02.メニューボックス定義
-----------------------------------------------*/
div#navi_top {
	width:127px;
	height:22px;
	margin:0px;
	padding:0px;
	border: none;
	text-indent: -9999px;
	/*border:1px solid;*/
	float: left;
	/*clear: both;*/
}

div#navi_top a.other {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
}

div#navi_top a.this {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
	background-image: url(../img/menu/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#navi_top a:hover {
	display: block;
	width:127px;
	height:22px;
	background-image: url(../img/menu/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

div#navi_gal {
	width:127px;
	height:22px;
	margin:0px;
	padding:0px;
	border: none;
	text-indent: -9999px;
	/*border:1px solid;*/
	float: left;
	/*clear: both;*/
}

div#navi_gal a.other {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
}

div#navi_gal a.this {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
	background-image: url(../img/menu/gal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#navi_gal a:hover {
	display: block;
	width:127px;
	height:22px;
	background-image: url(../img/menu/gal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

div#navi_system {
	width:127px;
	height:22px;
	margin:0px;
	padding:0px;
	border: none;
	text-indent: -9999px;
	/*border:1px solid;*/
	float: left;
	/*clear: both;*/
}

div#navi_system a.other {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
}

div#navi_system a.this {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
	background-image: url(../img/menu/system.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#navi_system a:hover {
	display: block;
	width:127px;
	height:22px;
	background-image: url(../img/menu/system.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

div#navi_hotel {
	width:127px;
	height:22px;
	margin:0px;
	padding:0px;
	border: none;
	text-indent: -9999px;
	/*border:1px solid;*/
	float: left;
	/*clear: both;*/
}

div#navi_hotel a.other {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
}

div#navi_hotel a.this {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
	background-image: url(../img/menu/hotel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#navi_hotel a:hover {
	display: block;
	width:127px;
	height:22px;
	background-image: url(../img/menu/hotel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
div#navi_newFaceMaga {
	width:127px;
	height:22px;
	margin:0px;
	padding:0px;
	border: none;
	text-indent: -9999px;
	/*border:1px solid;*/
	float: left;
	/*clear: both;*/
}

div#navi_newFaceMaga a.other {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
}

div#navi_newFaceMaga a.this {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
	background-image: url(../img/menu/newFaceMaga.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#navi_newFaceMaga a:hover {
	display: block;
	width:127px;
	height:22px;
	background-image: url(../img/menu/newFaceMaga.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

div#navi_mobile {
	width:127px;
	height:22px;
	margin:0px;
	padding:0px;
	border: none;
	text-indent: -9999px;
	/*border:1px solid;*/
	float: left;
	/*clear: both;*/
}

div#navi_mobile a.other {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
}

div#navi_mobile a.this {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
	background-image: url(../img/menu/mobile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#navi_mobile a:hover {
	display: block;
	width:127px;
	height:22px;
	background-image: url(../img/menu/mobile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

div#navi_recruit {
	width:127px;
	height:22px;
	margin:0px;
	padding:0px;
	border: none;
	text-indent: -9999px;
	/*border:1px solid;*/
	float: left;
	/*clear: both;*/
}

div#navi_recruit a.other {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
}

div#navi_recruit a.this {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
	background-image: url(../img/menu/recruit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#navi_recruit a:hover {
	display: block;
	width:127px;
	height:22px;
	background-image: url(../img/menu/recruit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

div#navi_movie {
	width:127px;
	height:22px;
	margin:0px;
	padding:0px;
	border: none;
	text-indent: -9999px;
	/*border:1px solid;*/
	float: left;
	/*clear: both;*/
}

div#navi_movie a.other {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
}

div#navi_movie a.this {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
	background-image: url(../img/menu/movie.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#navi_movie a:hover {
	display: block;
	width:127px;
	height:22px;
	background-image: url(../img/menu/movie.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

div#navi_cal {
	width:127px;
	height:22px;
	margin:0px;
	padding:0px;
	border: none;
	text-indent: -9999px;
	/*border:1px solid;*/
	float: left;
	/*clear: both;*/
}

div#navi_cal a.other {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
}

div#navi_cal a.this {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
	background-image: url(../img/menu/cal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#navi_cal a:hover {
	display: block;
	width:127px;
	height:22px;
	background-image: url(../img/menu/cal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

div#navi_guest {
	width:127px;
	height:22px;
	margin:0px;
	padding:0px;
	border: none;
	text-indent: -9999px;
	/*border:1px solid;*/
	float: left;
	/*clear: both;*/
}

div#navi_guest a.other {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
}

div#navi_guest a.this {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
	background-image: url(../img/menu/guest.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#navi_guest a:hover {
	display: block;
	width:127px;
	height:22px;
	background-image: url(../img/menu/guest.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

div#navi_allMaster {
	width:127px;
	height:22px;
	margin:0px;
	padding:0px;
	border: none;
	text-indent: -9999px;
	/*border:1px solid;*/
	float: left;
	/*clear: both;*/
}

div#navi_allMaster a.other {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
}

div#navi_allMaster a.this {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
	background-image: url(../img/menu/guest.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#navi_allMaster a:hover {
	display: block;
	width:127px;
	height:22px;
	background-image: url(../img/menu/guest.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

div#navi_card {
	width:127px;
	height:22px;
	margin:0px;
	padding:0px;
	border: none;
	text-indent: -9999px;
	/*border:1px solid;*/
	float: left;
	/*clear: both;*/
}

div#navi_card a.other {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
}

div#navi_card a.this {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
	background-image: url(../img/menu/card.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#navi_card a:hover {
	display: block;
	width:127px;
	height:22px;
	background-image: url(../img/menu/card.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}


div#navi_magaForm {
	width:127px;
	height:22px;
	margin:0px;
	padding:0px;
	border: none;
	text-indent: -9999px;
	/*border:1px solid;*/
	float: left;
	/*clear: both;*/
}

div#navi_magaForm a.other {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
}

div#navi_magaForm a.this {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
	background-image: url(../img/menu/maga.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#navi_magaForm a:hover {
	display: block;
	width:127px;
	height:22px;
	background-image: url(../img/menu/maga.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

div#navi_reservation {
	width:127px;
	height:22px;
	margin:0px;
	padding:0px;
	border: none;
	text-indent: -9999px;
	/*border:1px solid;*/
	float: left;
	/*clear: both;*/
}

div#navi_reservation a.other {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
}

div#navi_reservation a.this {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
	background-image: url(../img/menu/reservation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#navi_reservation a:hover {
	display: block;
	width:127px;
	height:22px;
	background-image: url(../img/menu/reservation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

div#navi_link {
	width:127px;
	height:22px;
	margin:0px;
	padding:0px;
	border: none;
	text-indent: -9999px;
	/*border:1px solid;*/
	float: left;
	/*clear: both;*/
}

div#navi_link a.other {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
}

div#navi_link a.this {
	display: block;
	width:127px;
	height:22px;
	text-decoration: none;
	background-image: url(../img/menu/link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#navi_link a:hover {
	display: block;
	width:127px;
	height:22px;
	background-image: url(../img/menu/link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}