/* default */
body {
font-size:x-small;
}

h1 {
font-size:x-small;
text-align:center;
}

h2 {
font-size:x-small;
text-align:center;
}

hr {
height:1px;
border-style:none;
}


/* font-size */
.size_ss {
font-size:1px;
}

.size_s {
font-size:x-small;
}

.size_m {
font-size:medium;
}


/* 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.left {
text-align:left;
}

div.left_ss {
text-align:left;
font-size:1px;
}

hr.blue {
color:#0088ff;
background-color:#0088ff;
height:1px;
border-style:none;
}

img.expanse{
width:100%;
}
