/* 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;
}

/* link */
.start A:link { 
	color: #000000;
	text-decoration: none; 
}

.start A:visited {
	color: #666666;
	text-decoration: none;
}

.start A:hover {
	color: #0000ff;
	text-decoration: none;
}

.start A:active {
	color: #0000ff;
	text-decoration: none;
}

/* header */
.head {
	margin: 0px 0 10px 0;
	width: 550px;
}

/* body */
body {
	margin: 0;
	overflow: auto;
	padding: 0;
	font-family: Arial,sans-serif;
	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: 25pt;
	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: 0px 0px -5px 0px;
}

span.border{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom : 1pt dotted #c50000;
}

.start {
	margin: 0px 0px 10px 22px;
	padding: 0 0 3px 0;
	font-size: 11pt;
	text-align: left;
	font-weight: bold;
}

/* image */
img {
	border: 0;
}

.content {
	width: 500px;
	margin: 0 20px 50px 20px;
}

p {
	font-size: 9pt;
	margin: 5px 0 5px 0;
}

.topic {
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 1px solid #aaaaaa;
	margin-top: 10px;
}

.topic img {
	vertical-align: middle;
}

.topic_s {
	font-weight: normal;
	margin-left: 28px;
	text-indent: -14px;
}

/* EN */

.ui{
	font-weight: bold;
}

/* footer */
.foot {
	border-top: 1px solid #0F218B;
}
