@charset "UTF-8";

/* --------------------------------
まずは適当にリセット
-------------------------------- */
body, h1, h2, h3, h4, p, ul, li, div, dl, dt, dd {
	margin: 0;
	padding: 0;
}

address { font-style:normal; font-weight:normal; }

ul {
	list-style-type: none;
}

img {
	border-style: none;
}
/* --------------------------------
レイアウト
-------------------------------- */

body {
	background:#FFFFFF url(../bodybg.html) repeat-y scroll 970px 0;
}
.wrapper {
	width:970px;
	position: relative;
}

html, body {
	height: 100%;
}
div.wrapper {
	position: relative;
	min-height: 100%;
}
* html div.wrapper {
	height: 100%;
}
.content {
	padding: 0 0 95px 130px;
}
#footer {
	position: absolute;
	bottom: 0;
	width:970px;
}
#footer address {
	padding: 50px 0 10px 130px;
	border-bottom:6px solid #EDEDED;
}

/* --------------------------------
メニューの再構成
-------------------------------- */
ul#gmenu li {
	float: left;
	margin-right: 24px;
}
/* --------------------------------
ヘッダのレイアウト
-------------------------------- */
h1 {
	padding: 23px 0 41px 130px;
}
h2 {
	position: absolute;
	top: 23px;
	left: 841px;
}
/* --------------------------------
グローバルメニューのレイアウト
-------------------------------- */
ul#gmenu {
	padding: 0 0 0 130px;
	height: 80px;
}
/* --------------------------------
メニュー下リード文のレイアウト
-------------------------------- */
.read {
	font-size: 11pt;
}

/* --------------------------------
デフォルトhtml表現
-------------------------------- */
body, p, h3, h4, dt, dd {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	color: #1A1A1A;
	line-height: 1.6;
	font-size: 10pt;
}
a {
	color: #1A1A1A;
}
/* --------------------------------
.clearfix
-------------------------------- */
.content:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content,
.clearfix { display: inline-block; }
/* \*/
* html .content,
* html .clearfix { height: 1%; }
.content,
.clearfix { display: block; }
/* End hide from IE-mac */
