@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; border: 0; outline: 0; }

html {height: 100%; overflow : auto;}

body {
	background: #fff;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
	width: 100%;
	font-size:12px;
	line-height:1.5em;
	color:#000;
	margin: 0px;
}

#wrap{
	width : 100%;
	line-height:0;
}


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

#loader {
	background:url(../images/loading.gif);
	background-size: cover;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 200;
}

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

a:link {color: #FF3E00;}
a:visited {color: #FF3E00;}
a:hover {color: #FF3E00;}
a:active {color: #FFED15;}

a img{border:0;}
a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);  
} 

a:focus{ outline: none;}




a img{ border:0;}

h1,h2,h3,h4,h5,h6{
	text-indent:-99999px;
	position:absolute;
}


.imgMax{
	background-color: #fff;
	width:100%;
	text-align:center;
	margin:0 auto;
	line-height:0;
}




/*  print
--------------------------------------*/

@media print {
	body {
	display: none !important;
}
}
