/* フォント */
body,th,td {
	font-size: x-small;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka;
	color: #000000;
	line-height: 1.3em;
}

/* スクロールバー */
body {
	scrollbar-base-color: #eeeeee;
	scrollbar-shadow-color: #9900cc;
	scrollbar-arrow-color: #00cc33;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #ffccff;
	scrollbar-track-color: #ffffff;
}

/* 見出し */
h1  { color: blue; font-size: 13px; background-color: #60b9ff; text-align: center; padding: 5px 10px; width: 100% }

/* 小見出し */
h2 {
	font-size: 13px;

	border-left: #60B9ff 5px solid;
	border-bottom: #60B9ff 1px solid;
	padding: 0px 10px;

	width: 100%;
}

/* テーブル */
table,th,td {
	border-collapse : collapse ;
}

/* テーブル見出し */
th {
	text-align: left;

	padding: 5px 5px;
}

/* 水平線 */
hr  { color: blue; height: 1px }

/* 未訪問リンク */
a:link  { color: blue; text-decoration: underline }

/* 訪問済みリンク */
a:visited  { color: fuchsia; text-decoration: underline }

/* クリック時リンク */
a:active  { color: maroon; text-decoration: none }

/* カーソル接触時リンク */
a:hover {
	color: #60B9ff;
	text-decoration: none;
}

/* テキスト入力 */
input,select {
	border : #60B9ff 1px solid ;
}

/* テキストエリア */
textarea {
	border : #60B9ff 1px solid ;
}

/* チェックボックス */
.checkbox {
	border : 0px ;
}

/* ラジオボタン */
.radio {
	border : 0px ;
}
