@charset "Shift-JIS";

body {
	margin: 8px;
	padding: 8px;
	background-color:#fff;
	background-image: url(../images/bk_3w.jpg);
	}

p {
	font-size:90%;
	color: #033;
	font-family: "Verdana", "Osaka","ＭＳ ゴシック","ヒラギノ角ゴ Pro W3";
	}
a:link, a:visited { text-decoration: none; }
a:link { color: #008080; font-weight: bold; }
a:visited { color: #FF9900; }
a:active { color: #990000; font-weight: bold; text-decoration: underline; }
a:hover { color: #990000; font-weight: bold; text-decoration: underline; }

h6 { font-size: 12px ; font-weight: 200 ; line-height: 120% ; color: #666666 }	/* コメントの灰色文字 */


ul,ol {
	margin-top: 1em;
	margin-left: 3em;
	margin-right: 3em;
	font-size: 90%;
	line-height: 130%;
	}

li {
	list-style-positin: inside;
	margin-bottom: 2px;
	}

hr {
	border-style: solid;
	border-color: #69c;
	border-width: 1px;
	}
.com {
	font-size: 80%;
	line-height: 120%;
	color: #033;
	}	/* 標準フォントの小サイズ */
.com9 {
	font-size: 90%;
	line-height: 150%;
	color: #033;
	}	/* 標準フォントの小サイズ */

.title {
	font-size: 18px;
	font-weight: bold;
	color: #f00;
	}
.title2 {
	font-size: 18px;
	font-weight: bold;
	color: #033;
	}
.red { color: #ff0000; }
.yellow { background-color: #ffff00; }
.margin { margin: 0px 30px; }

.copyright {
	font-size: 12px;
	margin: 0px;
	padding: 8px 20px 20px 20px;
	border-top: 1px solid #088;
	text-align: center;
	}
