/* link */
A:link { 
	color: #000000;
	text-decoration: none; 
}

A:visited {
	color: #666666;
	text-decoration: none;
}

A:hover {
	color: #0000ff;
	text-decoration: underline;
}

A:active {
	color: #0000ff;
	text-decoration: underline;
}

/* header */
.head {
	margin-bottom: 10px;
	width: 550px;
}

/* body */
body {
	margin: 0;
	overflow: auto;
	padding: 0;
	font-family: MS UI Gothic;
	color: #000;
}

/* obi */
.obi {
	background-color: #034199;
}

.obi2 {
	background-image: url("../images/side.jpg");
}

.grade {
	background-image: url("../images/background.jpg");
	background-repeat: repeat-y;
	background-position: right;
}

/* page-title */
h1 {
	margin: 10px 30px 20px 10px;
	font-size: 24pt;
	font-weight: bold;
	color: #0F218B;
	padding: 0;
	text-align: center;
	line-height: 14pt;
}

span.navi {
	margin-top: 5px;
	text-align: right;
	padding: 0 20px 0 5px;
	font-size: 10pt;
	border-bottom: 1px solid #000;
}

.top_img {
	margin-left: 10px;
}

/* image */
img {
	border: 0;
}

.content {
	width: 500px;
	margin: 0 20px 50px 20px;
}

p {
	font-size: 10pt;
	margin: 5px 0 5px 0;
}

.topic {
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px solid #aaaaaa;
	margin-top: 10px;
}

.topic img {
	vertical-align: middle;
}

.topic_s {
	margin-left: 27px;
	text-indent: -15px;
}

/* footer */
.foot {
	border-top: 1px solid #0F218B;
}
