/* 初期設定 */
@charset "shift_jis";
* {
	background-image: ;
	font-family: "Osaka-等幅",monospace;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0;
	line-height: 1.5em;
}

body {
	background-image: url("img/bg.gif");
}

/* 見出しの設定 */
h1 {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	background-color: #FF0000;
}

/* テーブルの設定 */
table.zaki tr td {
	border-style: double;
	border-width: 1px;
	border-color: #0088FF;
	background-color:#FFFFFF;
}

/* リンクの設定 */
a {
	color: #FF0000;
	font-size: 100%;
}

a:link {
	color: #FF0000;
	font-size: 100%;
	text-decoration: underline;
}

a:visit {
	color: #FF0000;
	font-size: 100%;
	text-decoration: underline;
}

a:hover{
	color: #FF0000;
	font-size: 100%;
	font-style: italic;
	text-decoration: underline;
}

a:active{
	color: #000000;
	font-size: 100%;
	font-style: italic;
	text-decoration: underline;
}

/* 水平線の設定 */
hr {
	color: #000000;
	border: 4px;
	width: 80%;
	text-align: center;
}

/* divの設定 */
div {
	text-align: center;
}

div.main {
	width: 70%
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-width: 0px;
}

