@charset "shift-jis";
/*------------------------------------------------------------------------------
  FONT
------------------------------------------------------------------------------*/
body {font-family:"‚l‚r ‚oƒSƒVƒbƒN","Hiragino Kaku Gothic Pro","ƒqƒ‰ƒMƒmŠpƒS Pro W3",sans-serif;letter-spacing: 0.01em;}
* html body{font-family:"‚l‚r ‚oƒSƒVƒbƒN",sans-serif;}
*:first-child+html body{font-family:"‚l‚r ‚oƒSƒVƒbƒN",sans-serif;}

/*------------------------------------------------------------------------------
  FONT SIZE
------------------------------------------------------------------------------*/
html{font-size:100%;-webkit-text-size-adjust:100%;}
body{font-size:62.5%;letter-spacing:0.2em; line-height:1.9em}

/*------------------------------------------------------------------------------
  GENARAL SETTINGS
------------------------------------------------------------------------------*/
body,html,div,p,span,ul,li,img,h1,h2,h3,p{
	margin:0;
	padding:0;
	border:none;
}
body{
	background:#f01716;
}

ul,li{
	list-style:none;
}




/*container*/
#container{
	margin:0 auto;
	width:830px;
	background-color:#f01716;
}

/*closeBtn*/
#closeBtn{
	margin-left:370px;
	position:fixed;
	top:-25px;
	left:50%;
	z-index:5;
}

/*header*/
#header{
	height:251px;
	background:url(../image/logo.jpg) no-repeat center;
}
#header h1{
	text-indent:-9999px;
}

/*main*/
#main{
	margin-bottom:27px;
	height:173px;
	width:830px;
	display:block;
	overflow:hidden;
	position:relative;
	background:url(../image/main_bg.gif) no-repeat;
}

#main #maintext{
	position:absolute;
	top:75px;
	left:147px;
	width:0;
	overflow:hidden;
}
#main img#c1,img#c2,img#c3,img#c4,img#c5,img#c6{
	position:absolute;
}
img#c1{
	top:175px;
	left:147px;
}
img#c2{
	top:175px;
	left:232px;
}
img#c3{
	top:175px;
	left:320px;
}
img#c4{
	top:175px;
	left:404px;
}
img#c5{
	top:175px;
	left:495px;
}
img#c6{
	top:175px;
	left:583px;
}


/*wrap*/
#wrap{
	margin-bottom:20px;
	background:#FFF;
}
#wrap span.top{
	margin-bottom:50px;
	width:830px;
	height:14px;
	display:block;
	background:url(../image/wrapper_top.gif);
}

#wrap p{
	margin:35px 0 35px 238px;
	font-size:14px;
}
#wrap p#last{
	margin-top:60px;
	margin-bottom:60px;
}
#wrap #info{
	position:relative;
	width:830px;
	height:35px;
	display:block;
	background:url(../image/info.jpg) no-repeat;
}
#wrap #info h3,#wrap #info p{
	text-indent:-9999px;
}
#wrap #info h3,#wrap a{
	position:absolute;
	top:204px;
	left:201px;
}



/*footer*/
#footer{
	margin-bottom:20px;
	text-align:center;
}

/*clearfix*/
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}