@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #333;
	text-align: center;
	line-height: 1.5;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 50px;
	width: 1000px;	
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background: url(../../image/common/header_bg.jpg) repeat-x center top;
}

#gHeader .hInner {
	margin: 0 auto;
	padding: 16px 0 13px;
	width: 1000px;
}

h1 {
	float: left;
}

#gHeader .hLink {
	margin-top: 31px;
	float: right;
	width: 400px;
	text-align: right;
}

#gHeader .hLink li {
	padding-left: 18px;
	display: inline;
	font-size: 12px;
}

#gHeader .hLink li a {
	padding-left: 16px;
	display: inline-block;
	color: #FFF;
	background: url(../../image/common/icon01.png) no-repeat left 2px;
}

#gHeader .hLink li a:hover {
	color: #339CD4;
	text-decoration: none;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	padding: 9px 0 11px;
	clear: both;
	border-bottom: 1px solid #CCC;
	background-color: #F4F4F4;
}

#gNavi ul {
	margin: 0 auto;
	padding-left: 1px;
	width: 1001px;
}

#gNavi li {
	float: left;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 20px;
	width: 1000px;
}

#pagePath li {
	margin-right: 10px;
	display: inline;
	font-size: 12px;
}

#pagePath li a {
	margin-right: 12px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	margin-top: 1px;
	width: 709px;
	float: right;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 250px;
	float: left;
}

#sideBar .sLink {
	margin-bottom: 20px;
}

#sideBar .sLink a {
	display: block;
	background: url(../../image/common/s_link_top_bg01.gif) no-repeat left top;
}

#sideBar .sLink a .bgLink {
	padding-bottom: 18px;
	background: url(../../image/common/s_link_btm_bg01.gif) no-repeat left bottom;
}

#sideBar .sLink a span {
	display: block;
	color: #FFF;
}

#sideBar .sLink a .ttl {
	padding: 16px 0 10px;
	font-size: 23px;
	line-height: 1.2;
	text-align: center;
}

#sideBar .sLink a .txt {
	margin: 16px 20px 9px;
	font-size: 13px;
}

#sideBar .sLink a .link {
	margin: 10px auto 0;
	padding: 4px 16px 2px 0;
	width: 110px;
	color: #502615;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #FFF url(../../image/common/icon02.gif) no-repeat 99px 9px;
}

#sideBar .sLink a:hover {
	text-decoration: none;
}

#sideBar .sLink01 a:hover {
	background: url(../../image/common/s_link_top_bg01_over.gif) no-repeat left top;
}

#sideBar .sLink01 a:hover .bgLink {
	background: url(../../image/common/s_link_btm_bg01_over.gif) no-repeat left bottom;
}

#sideBar .sLink02 a:hover {
	background: url(../../image/common/s_link_top_bg02_over.gif) no-repeat left top;
}

#sideBar .sLink02 a:hover .bgLink {
	background: url(../../image/common/s_link_btm_bg02_over.gif) no-repeat left bottom;
}

#sideBar .sLink a:hover .pho img {
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: hidden;
}

#sideBar .sLink01 a:hover .pho {
	background: url(../../image/common/s_photo01_over.jpg) no-repeat;
}

#sideBar .sLink02 a:hover .pho {
	background: url(../../image/common/s_photo02_over.png) no-repeat;
}

#sideBar .sLink02 {
	margin-bottom: 36px;
}

#sideBar .sLink02 a {
	background: url(../../image/common/s_link_top_bg02.gif) no-repeat left top;
}

#sideBar .sLink02 a .bgLink {
	background: url(../../image/common/s_link_btm_bg02.gif) no-repeat left bottom;
}

#sideBar .sLink02 a .txt {
	margin: 10px 48px 15px;
	font-size: 14px;
}

#sideBar .sLink02 a .link {
	color: #1466AF;
	background: #FFF url(../../image/common/icon03.gif) no-repeat 99px 9px;
}

#sideBar .title {
	margin-bottom: 12px;
	text-align: center;
}

#sideBar .linkList {
	margin-bottom: 10px;
}

#sideBar .linkList li {
	font-size: 16px;
	border-top: 1px solid #CCC;
}

#sideBar .linkList li:first-child {
	border-top: none;
}

#sideBar .linkList li a {
	padding: 10px 13px 9px;
	display: block;
	background: url(../../image/common/icon04.gif) no-repeat 230px center;
}

#sideBar .linkList li a:hover {
	color: #1466AF;
	text-decoration: none;
}

#sideBar .sList {
	margin-bottom: 28px;
}

#sideBar .sList li {
	border-top: 1px solid #FFF;
}

#sideBar .sList li a {
	padding: 11px 13px;
	background: #EBEBEB url(../../image/common/icon01.png) no-repeat 230px center;
}

#sideBar .sList li a:hover {
	color: #FFF;
	background-color: #999;
}

#sideBar .sBox {
	padding: 20px 18px;
	border: 2px solid #1467AE;
	border-top: 11px solid #1467AE;
}

#sideBar .sBox p {
	margin-bottom: 15px;
	font-size: 14px;
}

#sideBar .sBox .title {
	margin-bottom: 17px;
}

#sideBar .sBox .pho {
	margin-bottom: 12px;
}

#sideBar .sBox .link a {
	padding: 4px 10px 4px 0;
	display: block;
	font-size: 13px;
	text-align: center;
	background: url(../../image/common/icon06.gif) no-repeat 182px center;
	border: 2px solid #999;
}

#sideBar .sBox .link a:hover {
	color: #FFF;
	text-decoration: none;
	background: #999 url(../../image/common/icon01.png) no-repeat 182px center;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
}

#gFooter .pageTop {
	margin-bottom: 35px;
	text-align: center;
	background: url(../../image/common/line01.gif) repeat-x left 55px;
}

#gFooter .mapBox {
	margin: 0 auto 53px;
	width: 960px;
}

#gFooter .mapBox .map {
	float: left;
}

#gFooter .mapBox .textBox {
	float: right;
	width: 324px;
}

#gFooter .mapBox .textBox p {
	margin-bottom: 30px;
	font-size: 16px;
}

#gFooter .mapBox .textBox .ttl {
	margin-bottom: 17px;
}

#gFooter .mapBox .textBox .link {
	width: 186px;
}

#gFooter .mapBox .textBox .link a {
	padding: 4px 10px 4px 0;
	display: block;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background: url(../../image/common/icon06.gif) no-repeat 164px center;
	border: 2px solid #999;
}

#gFooter .mapBox .textBox .link a:hover {
	color: #FFF;
	text-decoration: none;
	background: #999 url(../../image/common/icon01.png) no-repeat 164px center;
}

#gFooter .fInner {
	padding: 45px 0 35px;
	background-color: #F0F0F0;
}

#gFooter .fInner .fNavi {
	margin: 0 auto;
	width: 1000px;
}

#gFooter .fInner .fNavi li {
/*	float: left;*/
	width: 800px;
	margin:0 auto;
}

#gFooter .fInner .fNavi li ul {
/*	padding: 16px 0 0 14px;
	border-left: 1px solid #CCC;*/
}

#gFooter .fInner .fNavi li p {
	padding-left: 14px;
	line-height: 1.2;
	border-left: 1px solid #1466AF;
}

#gFooter .fInner .fNavi li li {
	float: left;
	width: auto;
	line-height: 1.9;
	margin-right:60px;
}

#gFooter .fInner .fNavi li li:last-child {
	margin-right:0;
}

#gFooter .fInner .fNavi li p a {
	color: #1466AF;
	font-size: 20px;
	background: url(../../image/common/icon11.png) no-repeat left 4px;
}

#gFooter .fInner .fNavi li a {
	color:#666;
	padding-left: 17px;
	display: inline-block;
	font-size: 15px;
	background: url(../../image/common/icon11.png) no-repeat left 7px;
}

#gFooter .fInner .fNavi li a:hover {
	text-decoration: none;
}

#gFooter .fInner .fNavi li li a:hover {
	color: #1466AF;
}

#gFooter .copyright {
	padding: 17px 0;
	color: #666;
	font-size: 13px;
	text-align: center;
}

#gFooter .copyright span {
	margin: 0 auto;
	width: 1000px;
	display: block;
}