@charset "UTF-8";

/* --------------------------------
デフォルトhtml表現
-------------------------------- */
body,
h4, p, dt, dd, th, td {
	font-size: 100%;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	color: #1A1A1A;
}
h4, p, dt, dd, th, td {
	font-size: 77%;
	line-height: 1.65;
}
a {
	color: #1A1A1A;
}
a.mlink {
	font-weight: bold;
	color: #1A1A1A;
	background: transparent url(../linkmark.html) no-repeat 0 45%;
	text-decoration: none;
	padding-left: 10px;
}

/* --------------------------------
-------------------------------- */
body, h1, h2, h3, h4, p,
ul, li, div, dl, dt, dd,
th, td {
	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 0;
}
#footer {
	position: absolute;
	bottom: 0;
	width:970px;
}
#footer address {
	padding: 50px 0 10px 130px;
	border-bottom:6px solid #EDEDED;
}

/* --------------------------------
ヘッダのレイアウト
-------------------------------- */
h1 {
	padding: 23px 0 41px 130px;
}

/* --------------------------------
.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 */

/* --------------------------------
-------------------------------- */
.contwrapper table {
	border-collapse: collapse;
}
.contwrapper th,
.contwrapper td {
	vertical-align: top;
	text-align: left;
}
.contwrapper img {
	vertical-align: bottom;
}
