/* default */
body {
font-size:small;
}
h1 {
font-size:small;
text-align: center;
margin: 0;
}
h2 {
font-size:small;
margin: 0;
}
h3 {
font-size:small;
margin: 0;
}
hr {
color: #a9a9a9;
}
a {
color: #000;
}


/* list */
ul {
list-style-type: none;
list-style: url(/img/spacer.gif);
margin: 0;
padding: 0;
}

li.img {
width: 15px;
height: 15px;
}

ul.footer {
font-size:small;
}


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


/* position */
div.right {
text-align: right;
}
div.right_ss {
text-align: right;
font-size:small;
}
div.left {
text-align: left;
}
div.left_ss {
text-align: left;
font-size:small;
}
div.center {
text-align: center;
}
div.center_ss {
text-align: center;
font-size:small;
}


select {
font-size:small;
}


/* from search */
h2.from_search {
background-color:#ff0066;
color: #fff;
}
div.from_search {
font-size:small;
}

a.from_search {
color: #595959;
}
a.from_search_mero {
color: #ff6600;
}
p.from_search_mero{
margin:0;
font-size:small;
}

/* Keyword Relation */
h2.keyword_relation {
background-color: #999999;
color: #ffffff;
}

div.marquee {
display: -wap-marquee;
-wap-marquee-loop: infinite;
}