@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 {
	color: #111;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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

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

a:hover {
	color: #006699;
	text-decoration: underline;
}

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

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align:center;
	line-height: 1.5;
}

#container {
	background: url(../../img/common/bg/body_bg02.png) repeat-x left top;
}

.home #container {
	background: url(../../img/common/bg/body_bg.png) repeat-x left top;
}

#main {
	width: 968px;
	margin: 0 auto;
	padding-bottom: 65px;
	
	text-align: left;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	width: 960px;
	height: 120px;
	margin: 0 auto;
	
	text-align: left;
}

#header h1 {
	margin-bottom: 14px;

	font-size: 1.1em;
	font-weight: normal;
	line-height: 2.7;
}

#header h2 {
	float: left;
	padding-top: 4px;
}

#header .headInfo {
	width: 262px;
	float: right;
}

#header .headInfo .jqa {
	float: left;
}

#header .headInfo .inner {
	width: 200px;
	float: right;
}

#header .headInfo .inner ul {
	margin-bottom: 10px;
}

	* html #header .headInfo .inner ul {
		margin-bottom: 5px;
	}

	*+html #header .headInfo .inner ul {
		margin-bottom: 5px;
	}

#header .headInfo .inner ul li {
	float: left;
	margin-right: 10px;
	padding-left: 7px;
	background: url(../../img/common/icon/head_icon.png) no-repeat left 3px;
}

#header .headInfo .inner ul li.lastChild {
	margin-right: 0;
}

#header .headInfo .inner ul li a {
	display: block;
}

/*------------------------------------------------------------
	メインイメージ
------------------------------------------------------------*/

#mainVisual {
	background: url(../../img/index/main_visual_bg.jpg) no-repeat center top;
}

#mainVisual .inner {
	width: 960px;
	height: 346px;
	margin: 0 auto;
	
	position: relative;
}

#mainVisual .inner .mainImage {
	display: block;
	
	position: absolute;
	top: 0;
	left: 0;
}

	* html #mainVisual .inner .mainImage {
		top: -18px;
	}

	*+html #mainVisual .inner .mainImage {
		top: -1px;
	}

#mainVisual .inner .img {
	position: absolute;
	top: 25px;
	left: -4px;
}

	* html #mainVisual .inner .img {
		top: 12px;
	}

#mainVisual .inner .bn {
	position: absolute;
	top: 230px;
	left: 15px;
	z-index: 10;
}

	* html #mainVisual .inner .bn {
		top: 217px;
	}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#breadCrumb {
	width: 960px;
	margin: 0 auto 10px;
	padding-top: 14px;
	background: url(../../img/common/bg/bread_bg.png) no-repeat center top;

	text-align: left;
}

#breadCrumb li {
	display: inline;

	font-size: 11px;
}

#breadCrumb li a {
	margin-right: 4px;
}

#breadCrumb li span {
	color: #666;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 718px;
	float: right;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 228px;
	float: left;
}

#sideBar .tel {
	width: 228px;
	height: 269px;
	
	position: relative;
}

#sideBar .tel .bn {
	width: 190px;
	height: 45px;
	
	position: absolute;
	
	top: 205px;
	left: 19px;
}

#sideBar .navi {
	margin-bottom: 2px;
	padding: 0 9px 6px;
	background: url(../../img/common/bg/side_bg.png) no-repeat bottom;
}

#sideBar .navi li {
	padding: 1px 0 2px;
	background: url(../../img/common/icon/side_line.png) no-repeat center bottom;

	font-size: 1.2em;
	font-weight: bold;
}

#sideBar .navi li.lastChild {
	background: none;
}

#sideBar .navi li a {
	display: block;
	padding: 9px 0 9px 26px;
	background: url(../../img/common/icon/side_icon.png) no-repeat 10px 12px;
	color: #003E79;
}

#sideBar .navi li a:hover {
	background-color: #D9E1E8;
	color: #006699;
}

#sideBar .navi li a:active {
	background-color: #D9E1E8;
    	color: #006699;
}

#sideBar .titleBox {
	width: 228px;
	height: 48px;
	
	position: relative;
}

#sideBar .titleBox .more {
	width: 80px;
	height: 20px;
	
	position: absolute;
	top: 14px;
	right: 14px;
}

#sideBar .address {
	margin-bottom: 2px;
	padding: 15px 20px 20px;
	background: url(../../img/common/bg/side_bg.png) no-repeat bottom;
	
	font-size: 1.2em;
	line-height: 1.5;
}

#sideBar .associate {
	margin-bottom: 6px;
	padding: 13px 19px 24px;
	background: url(../../img/common/bg/side_bg.png) no-repeat bottom;
}

#sideBar .associate .img {
	float: left;
	padding-top: 2px;
}

#sideBar .associate .img img {
	display: block;
	margin-right: 11px;

	border: 1px solid #D6D6D6;
}

#sideBar .associate p {
	overflow: hidden;
	
	font-size: 1.2em;
}

#sideBar .associate p a {
	color: #003E79;
	font-weight: bold;
}

#sideBar .associate p a:hover {
	color: #006699;
}

#sideBar .bn {
	text-align: center;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	height: 69px;
	background: #F1F1F1;
	border-top: 1px solid #003366;
}

#footer .inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 27px;
	
	position: relative;
}

#footer .inner .pageTop {
	width: 75px;
	height: 30px;
	
	position: absolute;
	top: -31px;
	right: 0;
}

#footer .inner .footMenu {
	float: left;

	text-align: left;
}

#footer .inner .footMenu li {
	float: left;

	color: #111;
	font-size: 1.1em;
}

#footer .inner .footMenu li a {
	color: #111;
}

#footer .inner address {
	float: right;
	padding-top: 1px;

	color: #999;
	font-style: normal;
	font-family:Arial, Helvetica, sans-serif;
}