@charset "UTF-8";
/* CSS Document */

p {
font-size:80%;
line-height:150%;
}

.midashiL {
padding:10px 0;
background-image:url(../img/midashi_bk.gif);
background-position:top;
background-repeat:no-repeat;
font-size:120%;
text-align:center;
}

.ll {
font-size:130%;
}

.l {
font-size:110%;
}

.red {
color:#FF0000;
}

.bold {
font-weight:bold;
}

strong {
font-weight:bold;
}

a {
color:#546D81;
text-decoration:none;
}
a:hover {
color:#546D81;
text-decoration:underline;
}