@charset "UTF-8";

/*
http://http://itami.info/ftp/cssinit/
9px = 62% 10px = 74%     11px = 83.3%     12px = 93%     13px = 100%
14px = 105%    15px = 115%    16px = 123%  17px = 136%
18px = 145%  19px = 154%  20px = 160%  21px = 162%
22px = 170%    23px = 177%    24px = 185%    

-webkit-box-shadow: 3px 3px 5px 0px #777; 
-moz-box-shadow: 3px 3px 5px 0px #777; 
box-shadow: 3px 3px 5px 0px #777; 

*/

html{
background:#fff;
overflow-y:hidden;
overflow-x:hidden;
}

body{
color:#333;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif, helvetica;
font-size:13px;
line-height:normal;
margin:0;
padding:0;
/*text-shadow:1px 1px 0px #005708;*/
}

/*リンク設定*/
a:active{
color:#666;
text-decoration:none;
}

a:link{
color:#af9999;
text-decoration: none;
}

a:visited{
color:#af9999;
text-decoration: none;
}

a:hover{
color:#f93;
text-decoration: none;
}


/*404_________________________________________________________________________________________*/

body{
background-color:#fff;
text-align:center;
}

body img{
margin:0 auto;
}



/*floatclear*/
.clear:after{
content: "";
display: block;
clear: both;
}

/* float clearing for IE6 */
* html .clear{
height: 1%;
overflow: visible;
}

/* float clearing for IE7 */
*+html .clear{
display:inline-block;
}

