@charset "utf-8";
/* CSS Document */
body {
	font-size: 100%;
	color: #666666;
}


#wrapper {
	background: url(image/bak/back01.gif) repeat;
	margin: 0px auto;
	width: 810px;
}

#head {
	background: url(image/tittle/tittle.jpg) no-repeat;
	height: 200px;
	width: 802px;
	margin-left: 5px;
}
#head h1 {
	text-indent: -9999px;
}
#navi {
	background: url(image/bana/nabibar.gif) no-repeat;
	height: 30px;
	width: 800px;
	margin-left: 5px;
}
#navi ul {
	margin-right: 15px;
}
#navi li {
	float: right;
	display: inline;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 2px;
}
#navi ul li a {
	color: #FFFFFF;
}
#left {
	float: left;
	width: 170px;
	margin-left: 15px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#left h2 {
	margin-left: 10px;
	margin-bottom: 10px;
}
#left ul li {
	margin-bottom: 10px;
}


#right {
	float: right;
	width: 590px;
	margin: 30px 20px 20px 10px;
}
#right #line {
	margin-top: 0px;
	margin-bottom: 10px;
}

#right h2 {
	margin-left: 15px;
	color: #333333;
	font-size: 120%;
	margin-bottom: 5px;
}

#right p {
	line-height: 1.6em;
	margin: 5px 15px;
}
#right table img {
	padding: 5px;
	border: 1px solid #666666;
}

#right ol li {
	list-style: decimal;
	margin-left: 40px;
}




#footer {
	clear: both;
	width: 800px;
	background: url(image/bana/nabibar.gif) bottom;
	margin-left: 5px;
	height: 40px;
	padding-top: 5px;
}
#footer p {
	float: right;
}

#footer a {
	margin-right: 10px;
	color: #FFFFFF;
}
#footer address {
	color: #FFFFFF;
	float: left;
	margin-left: 15px;
	margin-top: 0px;
	font-size: 80%;
}
