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

header {
	width:950px;
	height:43px;
	margin:0 auto;
	padding:40px 0 0 0;

}

h1 {
	width:337px;
	height:42px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	float:left;
}

h1 a {
	width:337px;
	height:42px;
	display:block;
}

nav {
	width:500px;
	height:43px;
	float:right;
}

nav ul {
	width:500px;
	height:43px;
	display:block;
	margin:0 auto;
}

nav li{
	list-style:none;
	display:block;
	float:left;
	margin-left:30px;
	
}
nav a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:43px;
	background:url(../images/navi2.png) no-repeat;
}
a.n01{
	width:35px;
	background-position:0px 0px;
}
a:hover.n01{
	background-position:0px -43px;
}
a.n02{
	width:59px;
	background-position:-35px 0px;
}
a:hover.n02{
	background-position:-35px -43px;
}
a.n03{
	width:56px;
	background-position:-94px 0px;
}
a:hover.n03{
	background-position:-94px -43px;
}
a.n04{
	width:73px;
	background-position:-150px 0px;
}
a:hover.n04{
	background-position:-150px -43px;
}
a.n05{
	width:85px;
	background-position:-223px 0px;
}
a:hover.n05{
	background-position:-223px -43px;
}
/*a.n06{
	width:93px;
	background-position:-321px 0px;
}
a:hover.n06{
	background-position:-321px -43px;
}*/


footer {
	width:950px;
	margin:0 auto;
	text-align:center;
	color:#B3B3B3;
	padding:50px 0 120px;
	clear:both;
}

#content {
	width:950px;
	margin:0 auto;
}
#left_c {
	margin-top:30px;
	width:95px;
	float:left;
	text-align:center;
}

#left_c a { margin-bottom:22px; display:block; }

#right_c {
	width:800px;
	float:right;
}

h2 {
	width:800px;
	height:25px;
	border-bottom:2px solid #C1AC7F;
	text-indent:-9999px;
}