@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:140px;
	width:940px;
	background:url(../img/common/header.jpg) no-repeat;
	text-indent:-1000em;
	position:relative;
}

#header h1 a {
	position:absolute;
	background:url(../img/common/header_h1.jpg) no-repeat;
	width:130px;
	height:114px;
	text-indent:-1000em;
	outline:none;
	top:20px;
	left:40px;
}

#header p{
	color:#AF8349;
	font-size:1.1em;
	text-align:right;
	padding:20px 20px 0px 0px;
}

/*-------------------------------------------------
Navigation
-------------------------------------------------*/
#navigation {
	position:absolute;
	height:40px;
	top:100px;
	left:390px;
	background:url(../img/common/menu.jpg) no-repeat;
}

#navigation li {
	display:inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#footer {
	height:235px;
	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:15px 0px 0px 50px;
}

#bunnerbox{
	width:306px;
	padding:40px 0px 0px 50px;
}

#bunnerbox p{
	font-size:1.5em;
	color:#231815;
	margin:8px 0px 0px 0px;
}
