/* default */
body {
font-size: x-small;
}
h1 {
font-size: x-small;
text-align: center;
}
h1.common {
color: #ffffff;
background-color: #8F748D;
}

h2 {
font-size: x-small;
}
h2.common {
color: #ffffff;
background-color: #8f748d;
}
hr {
color: #a9a9a9;
}


a {
color: #0066cc;
}
a.mero {
color: #FF3300;
}
a.uta {
color: #FF3300;
}

a.person {
color: #03A9FF;
}



/* font-size */
.size_m {
font-size:medium;
}
.size_s {
font-size:x-small;
}
.size_ss {
font-size:1px;
}


/* position */
div.right {
text-align: right;
}
div.right_ss {
text-align: right;
font-size:1px;
}
div.center {
text-align: center;
}
div.center_ss {
text-align: center;
font-size:1px;
}
div.marquee {
display: -wap-marquee;
-wap-marquee-loop: infinite;
}

