@charset "UTF-8";

/* 新潟ロケーションガイドcommon */

/*body基本*/
body {
	margin: 0px 0px;
	padding: 0;
	background-image:url(../../images/bg.gif);
	background-repeat:repeat;
	line-height: 1.5;
	font-size:90%;
	color: #333333;
	background-color: #ccc;
	font-family: 'MS PGothic',sans-serif;
	}
h1 {
	margin:45px 0px 0px 0px;
	padding:0px;
	width:400px;
	float:right;
	font-size:x-small;
	font-weight:normal;
	color:#666;
}
input {
	font-family: 'MS UI Gothic',sans-serif;
}
select {
	font-family: 'MS UI Gothic',sans-serif;
}
/*containerブロック制御*/
#container {
	width: 900px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	}
#frame {
	width: 860px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
}
#header {
	margin:0px;
	padding:0px;
}
#header p {
	margin:0px;
	padding:0px;
	width:400px;
	float:right;
	font-size:x-small;
	font-weight:normal;
	color:#ccc;
}
.logo {
	float:left;
}
.flash_area {
	margin:0px;
	padding:0px;
}

/* グローバルナビゲーション設定 */
#navigation {
	margin:0px 0px 10px 0px;
	padding:0px;
	width:860px;
	height:49px;
	clear:both;
}
#navigation ul {
	margin:0px;
	padding:0px;
}
#navigation li {
	float:left;
	list-style-type:none;
}
#navigation li a {
	display:block;
	outline:none;
	padding:0px;
	margin:0px;
	width:143px;
	height:49px;
}

/* グローバルナビゲーション設定 080725変更-------------------------------------------------- */
#g-navi {
	position : relative ;
	top : 0px ;
	height : 49px ;
	z-index : 200 ;
	margin-bottom:20px;
}
#g-navi ul{ margin:0; padding:0; list-style:none;}
#g-navi li{
	float : left ;
	height : 49px ;
	margin:0;
	padding:0;
	position : relative ;
}
#g-navi li#gn_01 { width : 143px ; }
#g-navi li#gn_02 { width : 143px ; }
#g-navi li#gn_03 { width : 143px ; }
#g-navi li#gn_04 { width : 143px ; }
#g-navi li#gn_05 { width : 143px ; }
#g-navi li#gn_06 { width : 143px ; }

#g-navi li a {
	display : block ;
	width : 100% ;
	height : 100% ;
	text-indent : -9999px ;
	/* \ */
	overflow : hidden ;
	/* */
	background : url(http://www.loca-niigata.net/images/blobal_navi/bg-g_navi.jpg) left top no-repeat ;
}
#g-navi li#gn_01 a { background-position : left top ; }
#g-navi li#gn_02 a { background-position : -143px top ; }
#g-navi li#gn_03 a { background-position : -286px top ; }
#g-navi li#gn_04 a { background-position : -429px top ; }
#g-navi li#gn_05 a { background-position : -572px top ; }
#g-navi li#gn_06 a { background-position : -715px top ; }


/* ロールオーバー */
#g-navi li#gn_01 a:hover { background-position : left bottom ; }
#g-navi li#gn_02 a:hover { background-position : -143px bottom ; }
#g-navi li#gn_03 a:hover { background-position : -286px bottom ; }
#g-navi li#gn_04 a:hover { background-position : -429px bottom ; }
#g-navi li#gn_05 a:hover { background-position : -572px bottom ; }
#g-navi li#gn_06 a:hover { background-position : -715px bottom ; }


/* ドロップダウンメニュー */
#g-navi ul.submenu {
	visibility : hidden ;
	position : absolute ;
	top : 49px ;
	z-index : 300 ;
	hasLayout : true ;
	font-size:11px;
}
#g-navi ul.submenu li {
	clear : both ;	
	line-height : 30px ;	
	width : 175px ;
	height:30px;
}
#g-navi ul.submenu li a {
	text-indent : 0px ;
	text-decoration : none ;
	width : 165px !important ;
	width /* */ : 175px ;
	padding-left : 10px ;
	background : #000066 ; /* 濃紺 */
	color:#FFFFFF;
}
#g-navi ul.submenu li a:hover { background : #E7E7E7 ; color:#000066; }












/* 検索ナビゲーション設定 */
#search_navi {
	width:170px;
	padding:0px;
	margin:0px 0px 20px 0px;
	border:1px solid #ccc;
}
#search_navi .keyword_area {
	margin:0px;
	padding:0px 0px 0px 0px;
	width:160px;
	height:39px;
	background-image:url(../../images/search_navi/keyword_area_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#search_navi .keyword_box {
	margin:8px;
}
#search_navi .gallery_ex {
	width:160px;
	height:30px;
	background-image:url(../../images/search_navi/gallery_ex.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	color:#fff;
	font-size:small;
}
#search_navi .gallery_ex a:link {color:#fff; text-decoration:none;}
#search_navi .gallery_ex a:visited {color:#fff; text-decoration:none;}
#search_navi .gallery_ex a:hover {color:#FF9900; text-decoration:underline;}

/* 基本リンク設定 */
	a:link {color: #336699;}
	a:visited {color: #336699;}
	a:hover {color:#FF6600;}

/* サブブロック設定 */
.sub_block {
	margin:10px 0px;
	text-align:left;
}
.sub_block p {
	margin:3px 0px 0px 5px;
	font-size:x-small;
}
.back {
	margin-top:30px;
	font-size:small;
	text-align:center;
}
.back a:link {color:#000099; text-decoration:underline;}
.back a:visited {color:#000099; text-decoration:underline;}
.back a:hover {color:#FF9900; text-decoration:underline;}
/* フッター設定 */
#footer {
	margin:0px 0px 10px 0px;
	padding:5px 0px 0px 0px;
	border-top:1px dotted #ccc;
}
#footer p{
	margin:0px;
	padding:20px 0px 0px 0px;
	width:580px;
	float:right;
	font-size:small;
	font-weight:normal;
	color:#ccc;
	text-align:center;
}
/*floatによる浮き上がり防止 clearfix*/
#footer{
	zoom : 1 ; 
}
#footer:after {
	content : "." ;
	display : block ;
	height : 0px ;
	clear : both ;
	visibility : hidden ;
}
* html #footer{
	display : inline-table ;
	/*\*/display : block ;
}









