@charset "UTF-8";

/* --------------------------------
まずは適当にリセット
-------------------------------- */
body, h1, h2, h3, h4, p, ul, li, div {
	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 0pt;
width:970px;
}
/* --------------------------------
メニューの再構成
-------------------------------- */
ul#gmenu li {
	float: left;
	margin-right: 32px;
}
ul#lmenu li {
	float: left;
	margin-right: 43px;
}
/* --------------------------------
ヘッダのレイアウト
-------------------------------- */
h1 {
	position: absolute;
	top: 23px;
	left: 130px;
}
/* --------------------------------
フッタのレイアウト
-------------------------------- */
#footer {
	position: absolute;
	width: 970px;
}
#footer address {
	padding: 0 0 10px 130px;
	border-bottom:6px solid #EDEDED;
}
/* --------------------------------
グローバルメニューのレイアウト
-------------------------------- */
ul#gmenu {
	position: absolute;
	top: 79px;
	left: 130px;
}

/* --------------------------------
メニュー下リード文のレイアウト
-------------------------------- */
#read {
	position: absolute;
	top: 131px;
	left: 130px;
}

/* --------------------------------
デフォルトhtml表現
-------------------------------- */
th, p {
	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;
}