@charset "utf-8";
/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
body {
	color: #000;
	font-size: small;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.8;
	background-color: #fff;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.img_r ,
.con_r {
	float: right;
}
.img_l ,
.con_l {
	float: left;
}
/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* ホバー設定 */
.linkbox2 ,
.linkbox {
	cursor: pointer;
}


/* -----------------------------------------------------------
	#page

----------------------------------------------------------- */
#page {
	width: 100%;
	text-align: left;
	position: relative;
}


/* -----------------------------------------------------------
	#header
		ヘッダ
----------------------------------------------------------- */
#header {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 200px;
}
#header h1 {
	height: 650px;
	position: relative;
}
#header h1 img {
	position: absolute;
	top: 45px;
	left: 60px;
}

/* #gnav 	グローバルナビ
----------------------------------------------------------- */
#gnav {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
}
#gnav li {
	width: 194px;
	height: 56px;
}
#gnav li a {
	height: 0;
	padding: 56px 0 0 0;
	display: block;
	overflow: hidden;
}
/* トップ */
#gnav .gnav_logo {
	padding: 16px 0 14px;
	height: 62px;
	text-align: center;
	border-bottom: 1px solid #c7cacc;
}
/* ようこそ福井市へ */
#gnav .gnav_welcome a {
	background: url(../images/side/gnav_welcome.png) no-repeat 0 0;
}
/* 福井市の魅力 */
#gnav .gnav_point a {
	background: url(../images/side/gnav_point.png) no-repeat 0 0;
}
/* 旅館・ホテルの紹介 */
#gnav .gnav_stay a {
	background: url(../images/side/gnav_stay.png) no-repeat 0 0;
}
/* 宿泊施設一覧マップ */
#gnav .gnav_map a {
	background: url(../images/side/gnav_map.png) no-repeat 0 0;
}
/* おすすめの飲食店 */
#gnav .gnav_rest a {
	background: url(../images/side/gnav_rest.png) no-repeat 0 0;
}
/* お幸ざい */
#gnav .gnav_okouzai a {
	background: url(../images/side/gnav_okouzai.png) no-repeat 0 0;
}
/* ホバー */
#gnav li a:hover {
	background-position: -194px 0;
}
/* 電話 */
#gnav .gnav_tel {
	padding: 14px 0 0 22px;
	width: 172px;
	height: 42px;
}
/* メール */
#gnav .gnav_mail {
	padding: 12px 0 17px 25px;
	width: 169px;
	height: 27px;
}
#gnav .gnav_mail a {
	height: 27px;
	padding: 0;
}


/* -----------------------------------------------------------
	#contents
		コンテンツ
----------------------------------------------------------- */
#contents {
	margin: 0 auto;
	width: 950px;
	overflow: hidden;
	padding: 0 0 0 200px;
}


/* -----------------------------------------------------------
	#footer
		フッタ
----------------------------------------------------------- */
#footer {
	margin: 0 auto;
	width: 950px;
	clear: both;
	padding: 0;
	font-size: 90%;
}
#footer .con_footer {
	background-color: #fff;
	width: 950px;
	overflow: hidden;
}
#footer .con_address {
	width: 400px;
	padding: 18px 0 5px 14px;
	float: left;
}
#footer .con_address .box_address {
	width: 555px;
	overflow: hidden;
}
#footer .con_address .box_address .img_logo {
	padding: 0 0 0 8px;
	float: left;
}
#footer .con_address .box_address address {
	width: 220px;
	margin: 0 0 0 17px;
	float: left;
	line-height: 1.5;
}
#footer .con_address #copyright {
	clear: both;
	margin: 17px 0 0;
	font-size: 90%;
}
#footer #fnav {
	width: 488px;
	overflow: hidden;
	padding: 22px 6px 10px 0;
	float: right;
}
#footer #fnav li {
	margin: 0 4px 11px 0;
	float: left;
	line-height: 0;
}


