@charset "utf-8";
/* base */
* {
margin:0;
padding:0;
}

img {
border:0;
}

h1,h2,h3,h4,h5 {
font-weight:normal;
}

h1, h2 {
font-weight:bold;
font-size:95%;
}

h3 {
font-weight:bold;
}

body {
color:#000000;
background-color:FFFFFF;
}

a:link {
text-decoration:none;
color:#1856B4;
}

a:visited {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

/* font */
.f70{font-size:70%}
.f75{font-size:75%}
.f80{font-size:80%}
.f85{font-size:85%}
.f90{font-size:90%}
.f95{font-size:95%}
.f100{font-size:100%}
.f110{font-size:110%}
.f120{font-size:120%}
.fred{color:#FF0000}
.fgray{color:#999999}
.fpri{color:#CC9933}

.fB {
font-size:110%;
}
.fM {
font-size:100%;
}
.fS {
font-size:90%;
}

/* float */
.Left {
float:left;
}

.Right {
float:right;
}

/* clear float */
.Clear {
clear:both;
}

/* margin */
.mb3{margin-bottom:3px;}
.mt4{margin-top:4px;}
.mt8{margin-top:8px;}
.mb5{margin-bottom:5px;}
.mb7{margin-bottom:7px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.pl12{padding-left:12px;}
.pt4{padding-top:4px;}

/* tx-center */
.tc, .tc td,.tc th {
text-align:center;
}
