@charset "utf-8";
@import "header.css";
@import "footer.css";

/* 全ページ共通レイアウト */

/* COMMON */

* { margin: 0px; padding: 0px; }
img   { border: none; }
br {letter-spacing: 0; }
.none { display: none; }

/* BODY */

body, td, th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3, sans-serif;
	font-size: 100%;
	line-height: 100%;
/*	letter-spacing: normal;	*/
	background-color: #d9d8cf;
	color: #333;
	text-align: center;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#wrap {
	display: block;
	width: 970px;
	height: auto;
	margin: 0px auto;
}

#all {
	display: block;
	width: 960px;
	height: auto;
	text-align: left;
	margin: 0px auto;
	background-color: #f9f9f9;
	position: relative;
}

#all h1#logo {
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
}

all h1#logo a {
	display: block;
	width: 162px;
	height: 157px;
}

/* LINK */

a:link, a:visited { color: #333; text-decoration: underline; }
a:hover { color:#900; text-decoration: none; }

/* FONT */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

.large {
	font-size: 85%;
	line-height: 150%;
}

.normal {
	font-size: 77%;
	line-height: 140%;
}

.small {
	font-size: 70%;
	line-height: 120%;
}

.higher {
	line-height: 200%;
}

.higher2 {
	line-height: 160%;
}

.deep {
	color: #000;
}

.light {
	color: #555;
}

.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.bold { font-weight: bold; }
.red { color: red; }
.underline { text-decoration: underline; }

/* MARGIN */

.margin-bottom5 { margin-bottom: 5px; }
.margin-bottom10 { margin-bottom: 10px; }
.margin-bottom20 { margin-bottom: 20px; }
.margin-bottom25 { margin-bottom: 25px; }
.margin-bottom30 { margin-bottom: 30px; }
.margin-bottom40 { margin-bottom: 40px; }
.margin-bottom50 { margin-bottom: 50px; }
.margin-bottom100 { margin-bottom: 100px; }

/* PAGE TOP LINK */

p.pagetop_btn {
	display: block;
	width: 86px;
	height: 11px;
	margin-right: 18px;
	background-image: url(../img/pagetop_btn_off.gif);
}

p.pagetop_btn a {
	display: block;
	width: 86px;
	height: 11px;
}

p.pagetop_btn a:hover {
	display: block;
	width: 86px;
	height: 11px;
	background-image: url(../img/pagetop_btn_on.gif);
}

/* CLEARFIX */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

