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

/*-------------------------------------------------
Reset
-------------------------------------------------*/
html,div,img,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dd,dt,p{
	margin: 0px;
	padding: 0px;
	font-size:100%;
	font-weight:normal;
	border:0px;
	list-style:none;
}


/*-------------------------------------------------
Common
-------------------------------------------------*/

/* Body */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin:0px;
	padding:0px;
	background-color:#FFF;
	color:#333;
	text-align:center;
	font-size:62.5%;
}

/* Link */
a {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}

/*-------------------------------------------------
Wrapper
-------------------------------------------------*/

#wrapper {
	width:940px;
	margin:0px auto;
	padding:0px;
	background:url(../img/common/bg.jpg) repeat-y;
	text-align:left;
	line-height:180%;
}


/*-------------------------------------------------
Header
-------------------------------------------------*/

#header {
	height:193px;
	width:940px;
	background:url(../img/toppage/top_header.jpg) no-repeat;
	text-indent:-1000em;
}

/*-------------------------------------------------
leftside
-------------------------------------------------*/

#leftside{
	position:absolute;
	left:87px;
	top:60px;
}

/*-------------------------------------------------
Navigation
-------------------------------------------------*/
#navigation {
	position:relative;
	height:364px;
	width:202px;
	background:url(../img/common/menu.jpg) no-repeat;
}

#navigation li {
	display:inline;
}

#navigation li a {
	position:absolute;
	display:block;
	height:52px;
	width:202px;
	text-decoration:none;
	text-align:center;
	text-indent:-1000em;
	outline:none;
}

#navigation li.menu0 a {
	top:0px;
	background:url(../img/common/menu.jpg) no-repeat -0px -0px;
}

#navigation li.menu0 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -202px -0px;
}

#navigation li.menu1 a {
	top:52px;
	background:url(../img/common/menu.jpg) no-repeat -0px -52px;
}

#navigation li.menu1 a:hover {
	top:52px;
	background:url(../img/common/menu.jpg) no-repeat -202px -52px;
}

#navigation li.menu2 a {
	top:104px;
	background:url(../img/common/menu.jpg) no-repeat -0px -104px;
}

#navigation li.menu2 a:hover {
	top:104px;
	background:url(../img/common/menu.jpg) no-repeat -202px -104px;
}

#navigation li.menu3 a {
	top:156px;
	background:url(../img/common/menu.jpg) no-repeat -0px -156px;
}

#navigation li.menu3 a:hover {
	top:156px;
	background:url(../img/common/menu.jpg) no-repeat -202px -156px;
}

#navigation li.menu4 a {
	top:208px;
	background:url(../img/common/menu.jpg) no-repeat -0px -208px;	
}

#navigation li.menu4 a:hover {
	top:208px;
	background:url(../img/common/menu.jpg) no-repeat -202px -208px;	
}

#navigation li.menu5 a {
	top:260px;
	background:url(../img/common/menu.jpg) no-repeat -0px -260px;
}

#navigation li.menu5 a:hover{
	top:260px;
	background:url(../img/common/menu.jpg) no-repeat -202px -260px;
}

#navigation li.menu6 a {
	top:312px;
	background:url(../img/common/menu.jpg) no-repeat -0px -312px;
}

#navigation li.menu6 a:hover {
	top:312px;
	background:url(../img/common/menu.jpg) no-repeat -202px -312px;
}


/*-------------------------------------------------
Contents
-------------------------------------------------*/

#contents {
	position:relative;
	width:940px;
	height:347px;
	background:url(../img/toppage/top_bg.jpg) no-repeat;
	zoom:100%;
}

#contents:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#topbunner {
	width:204px;
	position:absolute;
	top:340px;
	left:300px;
}


/*-------------------------------------------------
Footer
-------------------------------------------------*/

#footer {
	height:370px;
	width:940px;
	clear:both;
	background:url(../img/toppage/top_footer.jpg) no-repeat;
	margin:0px auto;
	text-align:left;
}

#footer ul{
	padding:40px 0px 0px 100px;
}

#footer li{
	font-size:1.1em;
	display:inline;
	color:#9D8335;
}

#footer li a{
	color:#9D8335;
}

#footer img.copy{
	margin:125px 0px 0px 280px;
}
