@charset "utf-8";
#header {
	height: 20px;
	width: 955px;
	text-align: right;
	background-color: #FF9900;
	color: #000000;
}
#title {
	height: 200px;
	width: 955px;
}
#navi {
	height: 30px;
	width: 955px;
	text-align: center;
	background-image: url(img/nabi_b.gif);
	background-repeat: repeat-x;
}
#middle {
	width: 955px;
}
#left {
	float: left;
	width: 295px;
	margin: 5px;
}
#l_u {
	height: 30px;
	width: 295px;
	background-image: url(img/l_u.jpg);
	float: left;
}
.font_t {
	font-size: 24px;
	margin: 20px;
	border-bottom-width: thin;
	border-left-width: thick;
	border-bottom-style: solid;
	border-left-style: double;
	border-bottom-color: #86DAFE;
	border-left-color: #0000CF;
	font-style: normal;
	font-weight: bold;
}

#l_m {
	width: 215px;
	background-image: url(img/l_m.jpg);
	background-repeat: repeat-y;
	padding-right: 40px;
	padding-left: 40px;
	clear: none;
	float: left;
}
#l_d {
	height: 30px;
	width: 295px;
	background-image: url(img/l_d.jpg);
	clear: left;
}

#right {
	padding: 10px;
	float: left;
	width: 610px;
}
#footer {
	height: 20px;
	width: 955px;
	clear: left;
	text-align: center;
	border-top-style: dotted;
	border-top-color: #000000;
	border-top-width: thin;
}
#footer2 {
	height: 25px;
	width: 955px;
	background-image: url(img/foot_back.gif);
	background-repeat: repeat-x;
	text-align: center;
}
.fsize {
	font-size: small;
	line-height: 150%;
	margin: 20px;
}
#body {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #0000FF;
	background-color: #FFFFFF;


}
