@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;
	font-weight: normal;
	-webkit-text-size-adjust:none;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: MS PGothic, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, 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;
}

img {
	vertical-align: top;
}

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

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

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

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

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	background: #E6CAAC;
	text-align: center;
	line-height: 1.6;
}

#container {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	background: url(../../img/common/header_back.jpg) repeat-x;
}

#header .headerInner {
	width: 900px;
	margin: 0 auto;
	padding: 28px 0 13px;
}

#header h1 {
	float: left;
	padding-left: 13px;
}

#header .tel {
	float: right;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#globalNavi {
	height: 40px;
	background: url(../../img/common/gnavi_back.png) repeat-x;
	clear: both;
}

#globalNavi ul {
	width: 900px;
	margin: 0 auto;
}

#globalNavi ul li {
	float: left;
}

#globalNavi ul li a {
	width: 180px;
	height: 40px;
	display: block;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#contents {
	width: 950px;
	height: 523px;
}

#contents .contsInner {
	padding: 46px 74px 0 77px;
	color: #231815;
	font-size: 13px;
}

#conts {
	width: 580px;
	float: left;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#side {
	width: 200px;
	float: right;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	height: 74px;
	background: url(../../img/common/footer_back.jpg) repeat-x;
	color: #fff;
	font-size: 10px;
}

#footer .footerInner {
	width: 900px;
	margin: 0 auto;
	padding-top: 8px;
}

#footer .footerInner ul {
	padding-bottom: 23px;
}

#footer .footerInner ul li {
	margin-right: 5px;
	display: inline;
}

#footer .footerInner ul li a {
	margin-right: 10px;
}

#footer .footerInner .siteInfo {
	padding-top: 3px;
	border-top: 1px solid #fff;
}

#footer .footerInner .siteInfo address {
	float: left;
	font-style: normal;
}

#footer .footerInner .siteInfo .copyright {
	float: right;
}

