@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
}
#container {
	width:900px;
	height:438px;
	position:relative;
}
#title {
	width:222px;
	height:62px;
	margin:0;
	padding:0;
	display:block;
	position:absolute;
	top:2.5em;
	left:6.4em;
	background:url("../images/title.gif") no-repeat left top;
	z-index:3;	
}

#title h1 {	
	text-indent:-9000px;
}
	

/*top*/
#head {
	margin:0;
	padding:0;
	height:82px;
	display:block;
	background:url("../images/bg_01.gif") no-repeat left top;
}
#head ul{
	list-style-type:none;
	text-decoration:none;
	float:right;
	padding-right:38px;
	margin:0;
}
#head ul li{
	padding-top:1.1em;
	width:106px;
	height:48px;
	float:left;
}

#main {
	width:900px;
	height:438px;
	padding:0;
	margin:0;
	position:relative;
	background:url("../images/bg_02.gif") no-repeat left top;
}

#footer {
	width:900px;
	height:80px;
	padding:0;
	margin:0;
	z-index:10;
	position:relative;
	background:url("../images/bg_03.gif") no-repeat left top;
}

#footer div{
	float:left;
}

#footer #pre{
	margin-left:47.8em;
	background:url("../images/pre.gif") no-repeat left top;
	width:24px;
	height:60px;
	display:block;
	text-indent:-9000px;
}

*html #footer #pre{
	margin-left:23.9em;
	background:url("../images/pre.gif") no-repeat left top;
	width:24px;
	height:60px;
	display:block;
	text-indent:-9000px;	
}

.sp_blue {
	font-size:14px;
	font-weight:bold;
	color:#006e9f;
}

.sp_dark_blue{
	margin-left:5.5em;
	font-weight:bold;
	font-size:14px;
	color:#34349a;
}

.sp_pupple{
	padding-left:5.5em;
	font-weight:bold;
	font-size:14px;
	color:#6f3fcf;
}

.sp_red {
	font-size:14px;
	font-weight:bold;
	color:#cc3300;
}

.sp_under {
	text-decoration:underline;
}

.sp_indent {
	text-indent:-9000px;
}

.sp_bold {
	font-size:14px;
	font-weight:bold;
}

.sp_navy {
	color:#111270;
	font-weight:bold;
}

.sp_lightgreen{
	font-size:12px;
	color:#0d4d48;
	line-height:1.5em;
}

.sp_darkgreen {	
	font-size:14px;
	font-weight:bold;
	color:#38531b;
}

.sp_green {
	color:#94a65b;
	font-size:12px;
}

.sp_darkbrown {	
	font-size:14px;
	font-weight:bold;
	color:#993300;
}

.sp_check {
	background:url("../images/check.gif") no-repeat left top;
	height:14px;
	padding-left:1.5em;
	font-weight:bold;
	font-size:14px;
}

#pre a{
	background:url("../images/pre.gif") no-repeat left top;
	width:24px;
	height:60px;
	display:block;
	text-indent:-9000px;
}

#footer #page{
	padding-top:1.2em;
	margin-left:1.2em;
	width:20px;
	text-align:center;
}

#footer #next{
	margin-left:1.6em;
	background:url("../images/next.gif") no-repeat left top;
	width:24px;
	height:60px;
	display:block;
	text-indent:-9000px;
}

#next a{
	background:url("../images/next.gif") no-repeat left top;
	width:24px;
	height:60px;
	display:block;
	text-indent:-9000px;
}