@charset "Shift_JIS";

/* ブラウザ全体 */
body {
	margin: 0;
	padding: 0;
	font-size: 80%;
	line-height: 140%;
	color: #333333;
	background-color: #c0c0c0;
	background-image: url('image/bg.gif');
}

/* 画像処理、flash用画像処理  */ 
img {
	display: block;
}

img, object, embed {
	border: none;
	vertical-align: bottom;
}
/* 画像処理、flash用画像処理  */ 
object, embed {
	vertical-align: bottom;
}

/* リンクアンカー */
a:link {
	text-decoration: underline;
	color: #0000ff;
}

/* クリック済みリンク */
a:visited {
	text-decoration: underline;
	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;
}


/* テーブル */
table, th, tr, td {
	color: #333333;
	vertical-align: top;
	line-height: 140%;
}

/* 入力フォーム */
input, textarea, select {
	font-size: 100%;
	color: #000000;
	background-color: transparent;
}

ol, ul, dl {
	margin-top: 0;
	margin-bottom: 0;
}

ul, ul {
	list-style-type: disc;
}


/* フォントサイズ */
.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;}

#container {
	margin-left: auto;
	margin-right: auto;
}
