@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;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	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: #666;
	text-decoration: none;
}

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

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

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

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

#container{
	margin: 0 auto;
	width: 958px;
	background-color: #fff;
	text-align: left;
	position: relative;
}

img {
	vertical-align: top;
}

ul img,
dl img {
	vertical-align: baseline;
	display: block;
}

#main {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	clear: both;

}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin: 0 auto 30px;
	overflow: hidden;
	zoom: 1;
}

#header h1 {
	text-align: center;
	text-decoration: underline;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	clear: both;
}

#gNavi li {
	float: left;
}

#gNavi li a {
	display: block;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {

}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	margin: 0 4px 0 3px;
	padding: 0 0 10px;
	overflow: hidden;
	zoom: 1;
	clear: both;
}

#footer .pageTop {
	margin-bottom: 14px;
	padding-right: 16px;
	text-align: right;
	line-height: 1.2;
}

#footer .pageTop a {
	padding-left: 23px;
	font-size: 1.3em;
	text-decoration: none;
	background: url(../../img/common/icon02.gif) no-repeat left center;
}

#footer .ftInner {
	padding: 21px 0 0 20px;
	border-top: 1px solid #ccc;
}

#footer .ftInner .logo {
	float: left;
}

#footer .ftInner p {
	padding-top: 1px;
	float: right;
	font-size: 1.3em;
}

#footer .ftInner p a {
	padding: 7px 15px 5px;
	display: block;
	text-decoration: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
/*------------------------------------------------------------
	タグライン
------------------------------------------------------------*/
