body {
	background-color: #ffeeff;
	font-size: 90%;
}
a:link	{
	color: #0000FF;
	text-decoration: none;
}
a:visited	{ 
color: #0000CC; 
text-decoration: none;
}
a:active	{ 
color: #FF0000;
text-decoration: underline;
}
a:hover	{ 
color: #6600FF;
text-decoration: underline;
}
h1 {
	font-size: 144%;
	color: #FF0000;
}
h2 {
	font-size: 112%;
	color: #FFFFFF;
	padding-left: 2px;
	background-color: #FF0000;
	border: 2px solid #006600;
}
.capt {
	font-size: 90%;
}
.quote {
	margin-right: 5%;
	margin-left: 5%;
	color: #000066;
}
.vsmall {
	font-size: 75%;
}
.left {
	position: absolute;
	left: 1%;
	bottom: 0px;
	width: 30%;
	top: 1em;
}
.right {
	position: absolute;
	right: 1%;
	bottom: 0px;
	float: right;
	width: 30%;
	top: 7px;
}
.chuou {
	margin-right: 32%;
	margin-left: 32%;
}
.news {
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #000099;
}
.ntitle {
	font-size: 110%;
	color: #FF0000;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.date {
	font-weight: bold;
	color: #660000;
}
.futoji {
	font-weight: bold;
	color: #CC0000;
}
blockquote {
	border: thin dotted #990000;
}

