@charset "utf-8";
@import "footer.css";

/* 全ページ共通レイアウト */

/* COMMON */

* { margin: 0px; padding: 0px; }
img   { border: none; }
br {letter-spacing: 0; }
.none { display: none; }

/* BODY */

body, td, th {
	width: 100%;
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3, sans-serif;
	font-size: 12px;
	line-height: 200%;
/*	letter-spacing: normal;	*/
	color: #2f2f2f;
	text-align: center;
}

/* LINK */

a:link, a:visited { color: #2f2f2f; text-decoration: none; font-weight: bold; }
a:hover { color: #2f2f2f; text-decoration: underline; font-weight: bold; }

/* FONT */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

.small {
	font-size: 11px;
	line-height: 150%;
	color: #666;
}

.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.red { color: red; }

/* MARGIN */

.margin-bottom15 { margin-bottom: 15px; }
.margin-bottom20 { margin-bottom: 20px; }
.margin-bottom50 { margin-bottom: 50px; }

/* ページトップボタンのレイアウトを定義 */

p.pagetop_btn {
	display: block;
	width: 50px;
	height: 22px;
	margin-bottom: 10px;
	background-image: url(../img/pagetop_btn_off.jpg);
}

p.pagetop_btn a {
	display: block;
	width: 50px;
	height: 22px;
}

p.pagetop_btn a:hover {
	display: block;
	width: 50px;
	height: 22px;
	background-image: url(../img/pagetop_btn_on.jpg);
}


