body {
	margin: 0px 0px 20px 0px;
	padding: 5px;
	background-color: black;
	background-image: url("bg.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
	line-height: 120%;
	color: black;
	font-family: ‚l‚r ‚oƒSƒVƒbƒN, Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	}

a:link {
	text-decoration: underline;
	color: blue;
	font-weight: bold;
	}
a:visited {
	text-decoration: underline;
	color: #cc00cc;
	font-weight: bold;
	}
a:active {
	text-decoration: underline;
	color: #cc00cc;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	color: orange;
	font-weight: bold;
	}

img {
	margin: 10px 0px 0px 0px;
	}

#container {
	width: 800px;
	line-height: 300%;
	border-right: 3px solid #666666;
	border-bottom: 5px solid #666666;
	background-color: #ffffcc;
	color: black;
	font-weight: normal;
	}

.pr {
	background-color: #eeeeee;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	text-align: center;
	border: 1px solid #cccccc;
	line-height: 120%;
	font-size: x-small;
	}
.content {
	width: 770px;
	margin: 0px 0px 15px 0px;
	padding: 5px 15px 15px 15px;
	background-color: #ffffff;
	border: 1px solid orange;
	text-align: left;
	line-height: 300%;
	color: black;
	}

.list {
	padding: 5px 5px 5px 5px;
	background-color: #ffffcc;
	border: 1px solid green;
	text-align: left;
	line-height: 300%;
	}

.kansou {
	padding: 5px 5px 5px 5px;
	background-color: #EEFFEE;
	border: 1px solid green;
	text-align: left;
	line-height: 200%;
	}

.point {
	padding: 5px 5px 5px 5px;
	background-color: #ffffaa;
	border: 3px solid red;
	text-align: left;
	line-height: 200%;
	}
