@charset "utf-8";
@import "header.css";
@import "main.css";
@import "footer.css";

/* このCSSはサイト全体に共通したレイアウトを記述しております */

/* COMMON */
/* hide hack from Mac-IE5 \*/* html .mybuggyelement { height: 1%; }/* end hiding */
* { 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;	*/
	color: #666;
	margin:0;
	text-align: center;
}
body {
	background: #C8C8C8 url(../img/all_bg.gif) center repeat-y;
	word-spacing: 1px;
	padding-left: 1px; 
}

#all {
	text-align: left;
	margin: 0px auto;
	width: 947px;
	border-right: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	background: #FFFFFF;
}

#mainframe{
	width: 945px;
	margin: 0 1px;
	background: #343434;
}
#all p#clear_mf{
	height: 0px;
	clear: both;
}

/* LINK */

a:link, a:visited { color: #333; text-decoration: none; }
a:hover { color:#5ab500; text-decoration: underline; }

/* FONT */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

.normal {
	font-size: 75%;
	line-height: 160%;
}

.small {
	font-size: 66%;
	line-height: 135%;
}

.chapter {
	font-size: 75%;
	line-height: 120%;
}

.caution {
	font-size: 70%;
	line-height: 135%;
}

/* MARGIN */

.margin-bottom5 { margin-bottom: 5px; }
.margin-bottom10 { margin-bottom: 10px; }
.margin-bottom20 { margin-bottom: 20px; }
.margin-bottom30 { margin-bottom: 30px; }
.margin-bottom40 { margin-bottom: 40px; }
.margin-bottom50 { margin-bottom: 50px; }
.margin-bottom60 { margin-bottom: 60px; }
.margin-bottom70 { margin-bottom: 70px; }
.margin-bottom80 { margin-bottom: 80px; }
.margin-bottom90 { margin-bottom: 90px; }
.margin-bottom100 { margin-bottom: 100px; }
.margin-bottom110 { margin-bottom: 110px; }
.margin-bottom120 { margin-bottom: 120px; }
.margin-bottom130 { margin-bottom: 130px; }
.margin-bottom140 { margin-bottom: 140px; }
.margin-bottom150 { margin-bottom: 150px; }
.margin-bottom160 { margin-bottom: 160px; }
.margin-bottom170 { margin-bottom: 170px; }
.margin-bottom180 { margin-bottom: 180px; }
.margin-bottom190 { margin-bottom: 190px; }
.margin-bottom200 { margin-bottom: 200px; }
.bold { font-weight: bold; }
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
