@charset "UTF-8";


body {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color: #4c4b4b;
	background:#fcfcfc url("../images/background.jpg") repeat left top;
	position:relative;
	font-size:12px;
}

/* ----------------------------------------------- */

header {
	width:1000px;
	height:97px;
	margin:0 auto 20px auto;
	position:relative;
	border-bottom:1px solid #ccc;
}

header h1 {
	position:absolute;
	top:0px;
	left:0px;
}

/* ----------------------------------------------- */

nav {
	width:783px;
	height: 97px;
	position:absolute;
	top:0px;
	left:220px;
}



nav ul {
	text-align:center;
	margin-left:2px;

}

nav ul li {
	float: left;
	list-style: none;
}

nav ul li img {
	margin:0 0 0 20px;
}

/* ----------------------------------------------- */

#main {
	width:100%;
	overflow:hidden;
}


#contents {
	width:1000px;
	margin:0 auto;
	padding:0;
	position: relative;

}

/* ----------------------------------------------- */

footer {
	clear:both;
	margin:50px auto 0px;
	width:100%;
	height:295px;
	line-height:180%;
	background-image:url("../images/footer.png");
}

footer .inner{
	width:1000px;
	height:295px;
	margin:0 auto;
	position:relative;
}

footer .footer_nav{
	position:relative;
}

footer .inner .pages{
	width:300px;
	position:absolute;
	top:15px;
	left:0px;
}


footer .inner .login{
	width:300px;
	position:absolute;
	top:15px;
	left:320px;
}

footer .inner .category{
	width:300px;
	position:absolute;
	top:15px;
	left:640px;
}


footer aside {
	position:absolute;
	left:0;
	bottom:15px;
}

footer aside a{
	margin-right:10px;
	background-image:url("../images/border.png");
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:10px;
}

footer aside a.last{
	background-image:none;
}

footer aside p{
	margin-top:10px;
}

footer aside span img{
	margin:7px 5px 0 0;
}

footer p.address {
	position:absolute;
	right:0;
	bottom:15px;
}

footer p.pagetop {
	position:absolute;
	right:0;
	top:-21px;
}
