@charset "utf-8";
/* TOP CSS Document */



h2 {
	background:url(../images/title.gif) no-repeat 10px 0;
	height:358px;
}
h3 {
	border-bottom:1px solid #333;
	padding:5px;
	margin:0;
}
/* --------------Header-------------- */
#head {
	background:url(../images/mainimage.jpg) no-repeat 0 0;
}
.n01 a{
	background-image: url(../images/n01.jpg);
}
.n02 a {
	background-image: url(../images/n02.jpg);
}
.n03 a {
	background-image: url(../images/n03.jpg);
}
.n04 a {
	background-image: url(../images/n04.jpg);
}
.n05 a {
	background-image: url(../images/n05.jpg);
}
.n06 a {
	background-image: url(../images/n06.jpg);
}
/* --------------Main-------------- */
#main {
	width:790px;
	float:right;
	padding:30px 0 50px;
}
.n_left {
	float:left;
	width:220px;
	margin-right:20px;
}
.n_right {
	float:left;
	width:550px;
}
#main p {
	margin:10px 0 10px 5px;
	text-align:justify;
}

.list a{
	width:127px;
	height:22px;
	background:url(../images/list.gif) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	margin:0 0 0 auto;
	font-size:0;
	line-height:100%;
}
.list a:hover{
	background:url(../images/list.gif) no-repeat 0 -22px;
}

