@charset "UTF-8";
/*
-----------------------------------------------------
ameba Common Settings
FileName:   common.css
$Date: 2008/11/13 09:58:23 $
$Revision: 1.1 $
-----------------------------------------------------
*/

html {
font-size: 16px;
_font-size: 100%;/*for winIE*/
}

body {
margin: 0px;
padding: 0px;
color:#333333;
background-color:#FFFFFF;
font-size: 0.75em;
line-height: 1.4;
text-align:center;
}

body,input,textarea,select{
font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
}

/*type:password for IE,safari1.3*/
input#password,
input#repassword,
input#oldPassword,
input#newPassword,
input#renewPassword{
font-family: Times,"Times New Roman";
}

img{
border:0;
}

a{
color:#0066CC;
text-decoration:none;
}

a:hover{
color:#FF3366;
text-decoration:underline;
}

a:active{
color:#FF3366;
}

a:visited{
color:#996699;
}

span.error {
display: block;
margin-top: 10px;

color: #FF0000;
line-height: 1.3;
}

#naviHidden{
position: absolute;
top: -9999px;
left: -9999px;
}
/*---for AdLantis---*/
.adlantiss_frame div{
margin:0 auto;
}

/*---clearfix---*/

.clearFix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearFix{
display: inline-table;
}
/* Hides from IE-mac \*/
.clearFix{>height: 1%;}
.clearFix{display: block;}
/* End hide from IE-mac */

/* hide text */
.hidetxt { text-indent:-9999px; overflow:hidden; }
.hidetxt a { overflow:hidden; }
/* Hide from mac IE5 \*/
.hidetxt a { overflow: visible; }
/* End Hide from mac IE5 */

