/*=========================================================================

 :　Reset Setting
 
--------------------------------------------------------------------------- */
*{
	margin: 0;
	padding: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }

body {
	line-height: 1; }

blockquote, q {
	quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

a{
	text-decoration: none;
	color: #FFF; }


/*=========================================================================

 :　Contents Setting
 
--------------------------------------------------------------------------- */
body{
	color: #FFF;
	background: #000;
	font: 14px Verdana, Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック', sans-serif; }

.wrapper{
	width: 750px;
	margin: 0 auto; }


#homeBtn a{
	position: absolute;
	text-indent: -9999px;
	background: url(../images/home_link.png) no-repeat;
	display: block;
	left: 441px;
	width: 309px;
	height: 25px;
	float: right; }

#homeBtn a:hover{
	background: url(../images/home_link.png) 0 -25px; }

#intro{
	position: relative;
	width: 750px;
	height: 500px;
	background: url(../../images/main.jpg) no-repeat;
	margin: 0 auto; }

#intro .movie{
	width: 365px;
	height: 205px;
	border: #FFF solid 1px;
	margin-top: 210px; }

#intro .logo{
	margin-top: 340px;
	float: right;}

#intro h1, #intro p{
	text-indent: -9999px; }

#navi{
	height: 44px;
	background: url(../../images/naviBg.jpg) repeat-x; }

#navi ul {
	background: url(../../images/navi.jpg) no-repeat; }

#navi ul li{
	list-style: none;
	text-indent: -9999px;
	text-align: center;
	float: left; }

#navi ul li a{
	display: block;
	height: 44px; }

#navi ul li.navi01 a{
	width: 187px;
	background: url(../../images/navi.jpg) 0 0; }

#navi ul li.navi01 a:hover{
	background: url(../../images/navi.jpg) 0 -44px; }

#navi ul li.navi02 a{
	width: 188px;
	background: url(../../images/navi.jpg) -187px 0; }

#navi ul li.navi02 a:hover{
	background: url(../../images/navi.jpg) -187px -44px; }

#navi ul li.navi03 a{
	width: 187px;
	background: url(../../images/navi.jpg) -375px 0; }

#navi ul li.navi03 a:hover{
	background: url(../../images/navi.jpg) -375px -44px; }

#navi ul li.navi04 a{
	width: 188px;
	background: url(../../images/navi.jpg) -562px 0; }

#navi ul li.navi04 a:hover{
	background: url(../../images/navi.jpg) -562px -44px; }

#information {
	height: 280px; }

#information .products{
	margin-left: 50px;
	width: 300px;
	float: left; }

#information .data{
	float: left;
	width: 400px; }

#information h2{
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 530px;
	height: 38px;
	text-indent: -9999px;
	background: url(../../images/information.jpg) no-repeat; }

#information p.onSale{
	text-indent: -9999px;
	width: 295px;
	height: 79px;
	margin-top: 20px;
	margin-left: 20px;
	background: url(../../images/on_sale.jpg) no-repeat; }

#information p.title{
	text-indent: -9999px;
	width: 318px;
	height: 67px;
	background: url(../../images/title.jpg) no-repeat; }

#information p.notice{
	padding-top: 10px;
	color: #999999;
	font-size: 10px; }


/* Footer Setting
--------------------------------------------------------------------------- */
#footer{
	clear: both;
	margin-top: 50px;
	padding-top: 20px;
	width: 750px;
	margin: 0 auto;
	height: 50px;
	background: url(../images/border.jpg) no-repeat; }

#footer ul li{
	list-style: none;
	float: left;
	height: 2em;
	padding-left: 10px;
	line-height: 2em;
	font-size: 10px; }