body {
font-size:x-small;
}

h1 {
font-size:medium;
}

h2 {
font-size:x-small;
}

a {
font-size:x-small;
}

div {
font-size:x-small;
}

font {
font-size:x-small;
}

span {
font-size:x-small;
}

ul {
list-style-type: none;
list-style: url(http://static13.mero.jp/utafull/image/spacer.gif);
margin: 0;
padding: 0;
}


/* form-size */

form {
font-size:x-small;
}

select {
font-size:x-small;
}

input {
font-size:x-small;
}

textarea {
font-size:x-small;
}


/* font-size */

.size_m {
font-size:medium;
}

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

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

img.img-small {
width:15px;
height:15px;
}


/* font-color */

.font_red {
color: #ff0000;
}

.font_blue {
color: #0000ff;
}

.font_white {
color: #ffffff;
}

.font_black {
color: #000000;
}

.font_deepblue {
color: #000033;
}

.font_yellow {
color:ffff00;
}

/* align */
.center {
text-align:center;
}

.left {
text-align:left;
}

.right {
text-align:right;
}


hr.black {

color: #000000;
background-color: #000000;
height: 1px;
border-style: none;
border: 1px solid #000000;
}


.copyright {
font-size:x-small;
text-align:center;
color:#666666;
}