@charset "UTF-8";
@import url(init.css);

body {
	font-family:'メイリオ', Meiryo, Arial, Helvetica, sans-serif;
	color:#ffffff;
    background:no-repeat #000000 50% 0%;
	font-size:62.5%; /* 10px */
	line-height:1.7em;
	text-align:center;
}
p {
	font-size:1.4em;
	line-height:1.7em;
}
a:link		{color:#ffffff; text-decoration:underline;}
a:visited	{color:#ffffff; text-decoration:underline;}
a:active	{color:#ffffff; text-decoration:underline;}
a:hover		{color:#faf5c4; text-decoration:none;}
a.arrow {
	background:url(../images/arrow.gif) no-repeat 0 0.5em;
	padding-left:10px;
}
a.arrow:link	{color:#f0b0d1; text-decoration:underline;}
a.arrow:visited	{color:#f0b0d1; text-decoration:underline;}
a.arrow:active	{color:#f0b0d1; text-decoration:underline;}
a.arrow:hover	{color:#faf5c4; text-decoration:none;}

/*- 見出し -----------------------------------------------------*/
h2 {
	background:url(../images/h2_bg.gif) no-repeat;
	font-size:2.2em;
	font-weight:bold;
	line-height:1.6em;
	padding:30px 0 25px 20px;
	clear:both;
}
h3 {
	width:760px;
	padding-bottom:20px;
	text-indent:-9999px;
	overflow:hidden;
	clear:both;
}
.t1 {background:url(../images/h3_1.gif) no-repeat; height:56px;}
.t2 {background:url(../images/h3_2.gif) no-repeat; height:48px;}
.t3 {background:url(../images/h3_3.gif) no-repeat; height:80px;}
.t4 {background:url(../images/h3_4.gif) no-repeat; height:18px;}
.t5 {background:url(../images/h3_5.gif) no-repeat; height:18px;}
.t6 {background:url(../images/h3_6.gif) no-repeat; height:18px;}
.t7 {background:url(../images/h3_7.gif) no-repeat; height:18px;}
h4 {
	font-size:2.0em;
	font-weight:bold;
	color:#faf5c4;
	padding-top:5px;
	padding-bottom:20px;
	clear:both;
}

/*- wrapper -----------------------------------------------------*/
#wrapper {
	width:960px;
	_width:980px;
	margin:0 auto;
	text-align:left;
}

/*- header -----------------------------------------------------*/
#header {
	width:960px;
	height:420px;
}
#flash {
	width:960px;
	height:400px;
}

/*- left -----------------------------------------------------*/
#left {
	width:180px;
	float:left;
	background:url(../images/logo.gif) no-repeat;
}
#left ul {
	padding-top:35px;
	font-size:1.6em;
	font-weight:bold;
	line-height:1.7em;
}
#left li a {
	background:url(../images/arrow_white.gif) no-repeat 0 0.8em #000000;
	padding:3px 0 3px 10px;
	display:block;
	text-decoration:none;
}
#left li a:hover {
	background:url(../images/arrow_black.gif) no-repeat 5px 0.8em #ffffff;
	padding:3px 0 3px 15px;
	color:#000000;
}
a span.new {
	color:#f0b0d1;
	font-size:0.8em;
	font-weight:nomal;
	padding-left:5px;
}
.bnr {
	margin-top:15px;
}
.goods {
	width:180px;
	float:left;
	margin-top:30px;
}
p.side {
	margin-top:10px;
}
/*- main -----------------------------------------------------*/
#main {
	width:760px;
	float:left;
	margin-left:20px;
}
.catch {
	font-size:1.6em;
}
.box {
	width:720px;
	padding:0 20px 20px 20px;
	float:left;
}
.boxInLeft {
	width:350px;
	margin-right:20px;
	float:left;
}
.boxInRight {
	width:350px;
	float:left;
}
.boxInLeftEmme {
	width:110px;
	margin-right:20px;
	margin-top:10px;
	border:1px solid #777777;
	float:left;
}
.boxInRightEmme {
	width:570px;
	margin-top:10px;
	float:left;
}
.box li {
	font-size:1.4em;
	line-height:1.7em;
	list-style-type:none;
	background:url(../images/listhead.gif) no-repeat 0 0.6em;
	padding-left:10px;
	vertical-align:top;
}
.photo {
	margin-right:20px;
	float:left;
}
.pagetop{
	width:16px;
	height:16px;
	background:url(../images/pagetop.gif) no-repeat;
	margin-bottom:20px;
	margin-left:744px;
	clear:both;
	float:left;
}
table {
	width:720px;
	font-size:1.3em;
	margin-bottom:10px;
}
td {
	padding-bottom:7px;
}

/*- button ---------------------------*/
#button {
	padding-top:20px;
}
#button a {
	line-height:0.5em;
	background:url(../images/button.gif) no-repeat top right;
	float:left;
	text-decoration:none;
	padding:24px 30px 0 0;
	margin-right:8px;
	text-decoration:none;
	color:#ffffff;
	font-size:1.8em;
	font-weight:bold;
}
#button a span {
	line-height:0.5em;
	background:url(../images/button.gif) no-repeat top left;
	float:left;
	padding-right:30px;
	display:block;
	margin-top:-24px;
	height:54px;
}
#button a:hover {
	background:url(../images/button_o.gif) no-repeat top right;
	color:#000000;
}
#button a:hover span {
	background:url(../images/button_o.gif) no-repeat top left;
}

/*- footer ---------------------------*/	  
#footer {
	border-top:2px solid white;
	width:960px;
	margin-top:20px;
	float:left;
}
#footer address	{
	font-size:1.0em;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
