@charset "Shift_JIS";

/* ブラウザ全体 */
body {
	margin:0;
	padding:0;
	color: #cccccc;
	background-color: #c0c0c0;
	background-image: url('image/bg.gif');
	font-size: 100%;
	line-height: 140%;
}

/* 画像 */
img { 
	border: none;
}

/* リンクアンカー */
a:link {
	color: #00ccff;
}

/* クリック済みリンク */
a:visited {
	color: #0099ff;
}

/* リンク選択時 */
a:active {
	text-decoration:underline;
	color:#ff0000;
}

/* リンクがフォーカスされたとき */
a:hover {
	text-decoration: underline;
	color: #ff0000;
	position: relative;
}

/* 見出し */
h1 {
	font-size: 175%;
	color: #ffffff9;
	line-height: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 160%;
	color: #ffffff;
	line-height: 0%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 145%;
	color: #ffffff;
	line-height: 0%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 130%;
	color: #ffffff;
	line-height: 0%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 115%;
	color: #ffffff;
	line-height: 0%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h6 {
	font-size: 100%;
	color: #ffffff;
	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;
}

/* フォントサイズ */
.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;}
.body1 {
	font-size: 80%;
	font-style: normal;
	line-height: 100%;
}
