@charset "Shift_JIS";

/* ブラウザ全体 */
body {
	margin: 0 auto;
	padding: 0;
	color: #000000;
	font-size: 100%;
	line-height: 130%;
	background-color: #ffffff;
	background-image: url('image/bg.gif');
	/*background-image: url('image/bg_dot.gif');*/
	background-repeat: repeat-y;
	background-position: center;
}

/* 画像 */ 
img {
	border: none;
	vertical-align: bottom;
}

/* flash用画像処理 */
object, embed {
	border: none;
	vertical-align: bottom;
}

/* リンクアンカー */
a:link {
	color: #0000ff;
}

/* クリック済みリンク */
a:visited {
	color: #000099;
}

/* リンク選択時 */
a:active {
	text-decoration: underline;
	color: #ff0000;
}

/* リンクがフォーカスされたとき */
a:hover {
	text-decoration: underline;
	color: #ff0000;
	position: relative;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
	position: absolute; /* オフセット表示 */
	top: -9999px;
}

/* 見出し */
h1 {
	font-size: 175%;
	color: #4f5559;
	line-height: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 160%;
	color: #4f5559;
	line-height: 0%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 145%;
	color: #4f5559;
	line-height: 0%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 130%;
	color: #4f5559;
	line-height: 0%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 115%;
	color: #4f5559;
	line-height: 0%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h6 {
	font-size: 100%;
	color: #4f5559;
	line-height: 0%;
	font-weight: bold;
	margin: 1em 0;
	padding: 0;
}

/* リスト */
ol, ul, dl {
	margin-top: 0;
	margin-bottom: 0;
}

/* 定義リスト */
dt {
	float:left;
}

dd {
	margin-left: 4em;
}

/* floatのクリア */
hr {
	clear: both;
	position: absolute; /* オフセット表示 */
	top: -9999px;
}

/* 著作権 */
address {
	font-style: normal;
}

/* フォントサイズ */
.fontsize7 {font-size: 7pt;}
.fontsize8 {font-size: 8pt;}
.fontsize10 {font-size: 10pt;}
.fontsize12 {font-size: 12pt;}
.fontsize14 {font-size: 14pt;}
.fontsize16 {font-size: 16pt;}
.fontsize18 {font-size: 18pt;}
.fontsize20 {font-size: 20pt;}
.fontsize22 {font-size: 22pt;}
.fontsize24 {font-size: 24pt;}
.fontsize30 {font-size: 30pt;}


