/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
hr{ border:0;}
button{ border:0; padding:0; background:none; font-size:1em; outline:0;}



/*/////////////////////////
base layout
//////////////////////////*/
html,body{ }



body{
	font-family:"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	
	
	color:#000;
	font-size:16px;
	line-height:180%;
	letter-spacing:0em;

	width:100%;
	height:100%;
	overflow-y:scroll;
	overflow-x:hidden;
	
	text-align:left;
	
	 -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	
}

body.fixed{ overflow-x:hidden;}


@media screen and (max-width: 1070px) {
	
	
}

@media screen and (max-width: 640px) {
	
	
}




body.coverOpen{ position:fixed; width:100%; height:100%;}

img{ vertical-align:bottom;}


a, a:link {
    color:#323232;
    text-decoration:none;
	outline:0;
	
}
a:hover, a:active {
    color:#323232;
    text-decoration:none;
}
a:visited {
    color:#323232;
    text-decoration:none;
}


h1,
h2,
h3,
h4,
h5,
h6{ padding:0; margin:0 auto 0 auto; font-weight:normal; color:#000; display:block;}


hr{ border:0; padding:0; margin:0; height:1px;}
p{}

select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* loading cover
----------------------------------------------- */

#loader{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background:#fff;
	z-index:9999;
	
}

#loadingAnim{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 35px;
	height: 35px;
	margin:-15px 0 0 -18px;
	
	

}

#loading_count{
	position: fixed;
	top: 50%;
	left: 50%;
	margin:30px 0 0 -50px;
	text-align:center;

	color:#999;
	font-size:14px !important;
	width:100px;
	
	padding:0;
}

/* IE Only
----------------------------------------------- */
#dp_swf_engine{ display:none;}


/* wrap
----------------------------------------------- */

#container	{ opacity:0.01;  width:100%; height:100%; min-width:640px; position:relative; z-index:1; }

#container.fixed{ position:fixed;width:100%; height:100%; overflow:hidden; }

#base		{ width:100%;  position:relative; margin:auto; padding:0px;position:relative; z-index:2;}

#header{ height:196px; }


#main{ }
	body#top #main{padding-bottom:0px;}

#contact{ background-color:#e24029; color:#fff;}

#footer{ width:100%;}


.gInner{ width:90%; max-width:1200px; min-width:540px;margin:auto; position:relative;}

