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

body {
	background-color: #FFFFFF;
	color: #505050;
}

div#container {
	padding: 0 0 30px 0;
}

/*	headerArea
===================================================================*/
div#headerArea {
	height: 88px;
	background: url(../images/common/bg_header.gif) top left repeat-x;
}

div#header {
	width: 100%;
	height: 88px;
	margin: 0 auto;
	background: url(../images/common/bg_header.gif) top left repeat-x;
	text-align: left;
}

div#innerHeader {
	position: relative;
	width: 910px;
	height: 88px;
	margin: 0 auto;
	background: url(../images/common/bg_header.gif) top left repeat-x;
}

div#header h1 {
	position: absolute;
	top: -4px;
	left: 281px;
}

div#header p#logo {
	position: absolute;
	top: -4px;
	left: 281px;
}


div#header ul li#naviShop {
	position: absolute;
	top: 40px;
	left: 52px;
}

div#header ul li#naviAccess {
	position: absolute;
	top: 40px;
	left: 636px;
}
div#header ul li#txt {
	position: absolute;
	top: 118px;
	left: 50px;
}
/*	gradation
===================================================================*/
div#gradationOuttop {
	padding: 0 0 0 0;
	background: url(../images/common/bg_gradetop.gif) top left repeat-x;
}

/*	contentsArea
===================================================================*/
div#contents {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(../images/common/bg_grade_in.gif) top center no-repeat;
	text-align: left;
}

div#contents h1 {
	margin: 0 0 0 32px;
	padding: 3px 0 0 0;
	text-align: center;
	line-height: 0;
	font-size: 0;
}

div#innerMain {
	width: 910px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	background: url(../images/common/bg_grade_in.gif) top center no-repeat;
}

div#mainTop {
	width: 910px;
	margin: 0 auto;
	padding: 47px 0 0 0;
	background: url(../images/common/bg_contents_top.gif) top center no-repeat;
}

div#mainBottom {
	width: 910px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	background: url(../images/common/bg_contents_bottom.gif) bottom center no-repeat;
}

div#main {
	width: 910px;
	margin: 0 auto;
	background: url(../images/common/bg_contents_middle.gif) top center repeat-y;
}

div#innerArea {
	width: 730px;
	margin: 0 auto 35px auto;
	padding: 37px 0 0 0;
}

/*	pagetop
===================================================================*/
p.pagetop {
	clear: both;
	width: 730px;
	margin: 0 auto;
	text-align: right;
}


/*	footerArea
===================================================================*/
div#footer {
	width: 100%;
	margin: 0 auto;
		*margin: -10px auto 0 auto;
	text-align: left;
}

div#footer div#banner {
	width: 810px;
	margin: 0 auto;
	padding: 0 50px 12px 50px;
	line-height: 0;
	font-size: 0;
}

div#footer div#banner h3 {
	margin-bottom: 8px;
}

div#footer div#banner ul {
	width: 810px;
}

div#footer div#banner ul li {
	float: left;
	display: inline;
	width: 107px;
	margin: 0 0 0 9px;
	padding: 0;
}

div#footer div#banner ul li.first {
	width: 200px;
	margin: 0 27px 0 1px;
}

div#footer div#footNavi {
	clear: both;
	width: 910px;
	margin: 0 auto;
	padding: 15px 0 12px 0;
	background: url(../images/common/footer_border.gif) top center no-repeat;
}

div#innerFoot {
	width: 810px;
	margin: 0 auto;
}

div#footer div#footNavi ul {
	float: right;
	width: 632px;
	display: inline;
	padding: 0 2px 0 0;
	text-align: right;
	line-height: 0;
	font-size: 0;
}


div#footer div#banner ul:after,
div#footer div#footNavi:after,
div#footer div#footNavi ul:after { 
	content: " "; 
	display: block; 
	clear: both; 
	height: 0; 
}
div#footer div#banner ul,
div#footer div#footNavi,
div#footer div#footNavi ul { 
	display: inline-block; 
}
div#footer div#banner ul,
div#footer div#footNavi,
div#footer div#footNavi ul { 
	display: block; 
}

div#footer div#footNavi ul li {
	float: left;
	display: inline;
	margin: 0 0 0 15px;
	text-align: right;
	line-height: 0;
	font-size: 0;
}

div#footer div#copyright {
	clear: both;
	width: 845px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	background: url(../images/common/footer_border.gif) top center no-repeat;
	line-height: 0;
	font-size: 0;
}

div#footer div#copyright p {
	width: 775px;
	margin: 0 auto;
	padding: 0 50px;
	text-align: right;
}

div#footer div#copyright ul {
		display: block; 
}

div#footer div#copyright li {
	float: left;
	display: inline;
	margin: 0 0 0 15px;
	text-align: right;
	line-height: 0;
	font-size: 0;
}

.test {
	left:140px;
	position: relative;
}


