@charset "shift-jis";

/**
 * toppage.css
 * update : 2013.01.23
 */

/*--------------------------------------------------------------------------------
	.top-header
--------------------------------------------------------------------------------*/
.top-header {
	border-bottom: 1px solid #414141;
}

.top-header .inner {
	position: relative;
	margin: 0 auto;
	width: 950px;
}

.top-header .inner .logo {
	position: absolute;
	left: 0;
	top: 11px;
}

.top-header .inner em {
	display: none;
}

.top-header .inner h1 {
	position: absolute;
	left: 483px;
	top: 18px;
}

/*--------------------------------------------------------------------------------
	.top-section
--------------------------------------------------------------------------------*/
.top-section {
	margin: 0 auto 1px;
	background: url("../../img/sec_bg.gif") repeat-x;
}

.top-section.flash {
	width: 918px;
}

.top-section .inner {
	margin: 0 auto;
	padding-bottom: 45px;
	width: 918px;
	background: url("../../img/sec_inner_bg.gif") no-repeat;
}

.top-section .inner p {
	display: none;
}

.top-section .inner ul {
	margin-left: -13px;
	*zoom: 1;
}

.top-section .inner ul:after {
	clear: both;
	display: block;
	content: "";
}

.top-section .inner li {
	float: left;
	_display: inline;
	margin-left: 13px;
}

/*--------------------------------------------------------------------------------
	.top-pickup
--------------------------------------------------------------------------------*/
.top-pickup {
	margin: 50px auto 0;
	width: 918px;
}

.top-pickup ul {
	margin-left: -12px;
	*zoom: 1;
}

.top-pickup ul:after {
	clear: both;
	display: block;
	content: "";
}

.top-pickup li {
	float: left;
	_display: inline;
	margin: 12px 0 0 12px;
}


/*--------------------------------------------------------------------------------
	.top-gallery
--------------------------------------------------------------------------------*/
.top-gallery {
	margin: 50px auto 0;
	width: 918px;
}

.top-gallery ul {
	margin-left: -12px;
	*zoom: 1;
}

.top-gallery ul:after {
	clear: both;
	display: block;
	content: "";
}

.top-gallery li {
	float: left;
	_display: inline;
	margin: 12px 0 0 12px;
}

/*--------------------------------------------------------------------------------
	.footer
--------------------------------------------------------------------------------*/
.top-footer {
	padding-top: 90px;
	background: url("../img/footer_bg.gif") repeat-x;
}

.top-footer ul {
	display: block;
	margin: 0 auto;
	width: 950px;
	*zoom: 1;
}

.top-footer ul:after {
	clear: both;
	display: block;
	content: "";
}

.top-footer li {
	float: left;
	text-indent: -9999em;
}

.top-footer li a {
	display: block;
	height: 75px;
}

.top-footer li.support a {
	width: 135px;
	background: url("../img/footer_top.gif") no-repeat 0 0;
}

.top-footer li.point {
	border-left: 1px dotted #444;
}
.top-footer li.point a {
	width: 153px;
	background: url("../img/footer_top.gif") no-repeat -136px 0;
}

.top-footer li.coupon {
	border-left: 1px dotted #444;
}
.top-footer li.coupon a {
	width: 170px;
	background: url("../img/footer_top.gif") no-repeat -290px 0;
}

.top-footer li.faq {
	border-left: 1px dotted #444;
}
.top-footer li.faq a {
	width: 142px;
	background: url("../img/footer_top.gif") no-repeat -461px 0;
}

/*.footer li.acafe {
	margin: 12px 0 0 90px;
}*/
.top-footer li.acafe {
	margin: 12px 0 0 217px;
}
.top-footer li.acafe a {
	width: 127px;
	height: 34px;
	background: url("../img/footer_top.gif") no-repeat -693px -16px;
}

.top-footer li.question {
	margin: 12px 0 0 3px;
}
.top-footer li.question a {
	width: 127px;
	height: 34px;
	background: url("../img/footer_top.gif") no-repeat -823px -12px;
}

.top-footer .copyright {
	margin: 0 auto;
	width: 950px;
}

.top-footer .copyright p {
	color:#FFFFFF;
	font-size:11px;
	position:relative;
	text-align:right;
	margin-top:-23px;
}


