/* default config */
body {
font-size: x-small;
color: #404040;
}
h1 {
font-size: x-small;
text-align: center;
}
h2 {
font-size: x-small;
text-align: center;
}
hr {
height: 1.5px;
border-style: none;
}
marquee {
margin: 0px;
padding: 0px;
}

/* 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;
}

img.img_left {
float: left;
}

/* position */
div.clear {
clear: both;
}
div.clear_center {
clear: both;
text-align: center;
}
div.clear_ss {
clear: both;
font-size: 1px;
}
div.clear_center_ss {
clear: both;
text-align: center;
font-size: 1px;
}

/* inner_frame */
div.inner_frame {
margin-left:1%;
margin-right:1%;
margin-top:1%;
margin-bottom:1%;
padding-left:1%;
padding-right:1%;
padding-top:1%;
padding-bottom:1%;
}

/* copyright */
div.copyright {
color: #ffffff;
background-color: #404040;
text-align: center;
font-size: 1px;
}
