body {
color: #696969;
font-size: x-small;
}
hr {
color: #9d9da1;
background-color: #9d9da1;
height: 1px;
border-style: none;
}

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

/* position */
div.right {
text-align: right;
}
div.right_ss {
text-align: right;
font-size: 1px;
}
div.center {
text-align: center;
}
div.center_s {
text-align: center;
font-size: x-small;
}
div.center_ss {
text-align: center;
font-size: 1px;
}

/* image */
img.img_left {
float: left;
}
img.img-small {
width:15px;
height:15px;
}

/* color */
font.change_color {
color: #ff0099;
}

/* footer */
div.copyright {
color: #808080;
font-size: 1px;
text-align: center;
}

a.footer_link {
color:#0087ff;
font-size:x-small;
}
font.footer_link {
color:#999999;
font-size:x-small;
}
div.footer_link {
color:#999999;
font-size:x-small;
}
