@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 {
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	line-height: 1.6;
}

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: #999;
}

a:visited {
	color: #999;
}

a:hover {
	color: #ccc;
}

a:active {
	color: #ccc;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.6;
	background: url(../img/bg/bg03.jpg) repeat-x top;
}

#main {
	margin: 0 auto;
	width: 900px;
	color: #333;
	font-size: 1.2em;
	text-align: left;
}
	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin-bottom: 10px;
	text-align: left;
	background: url(../img/bg/bg01.jpg) no-repeat center bottom;
}

#header .inner {
	width: 900px;
	height: 114px;
	margin: 0 auto;
	position: relative;
}

#header .logo {
	position: absolute;
	top: 11px;
	left: 0;
}

#header h1 {
	width: 410px;
	position: absolute;
	top: 27px;
	left: 225px;
	color: #666;
	font-weight: normal;
}

#header .tel {
	position: absolute;
	top: 11px;
	right: 2px;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	padding-left: 2px;
	position: absolute;
	left: 0;
	bottom: 3px;
	background: url(../img/bg/bg04.png) no-repeat;
}

#gNavi li {
	padding-right: 1px;
	float: left;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 15px;
}

#pagePath li {
	padding-right: 3px;
	float: left;
	font-size: 0.84em;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#pageTtl {
	margin-bottom: 10px;
}

#conts {
	width: 643px;
	float: left;
	padding-left: 11px;
}

#conts .contsInner {
	width: 603px;
	margin: 0 auto;
}

#conts h2 {
	margin-bottom: 20px;
}

#conts .pageTop {
	text-align: right;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 220px;
	margin-top: -23px;
	float: right;
}

#sideBar .sideConts {
	padding: 5px 12px;
	border: 1px solid #000;
	border-top: none;
	background: url(../img/bg/bg02.jpg) repeat-x top;
}

#sideBar .sNavi {
	margin: 8px 0 14px;
}

#sideBar .sNavi li {
	margin-bottom: 7px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	width: 900px;
	margin: 52px auto 0;
	border-top: 1px solid #efefef;
}

#footer .copyRight {
	padding: 10px 0;
	text-align: right;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* ボックスの位置 */
.fLeft { float: left !important; }
.fRight { float: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

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

#conts .contact {
	width: 442px;
	margin: 0 auto 62px;
}

#conts .contactConts {
	padding: 9px 13px 15px 14px;
	border: 1px solid #000;
	background: url(../img/bg/bg02.jpg) repeat-x top;
}

#conts .contactConts .comName {
	margin: 0 0 12px 3px;
}

#conts .contactConts .btn {
	margin-top: 1px;
}

