
/*全体指定*/
body {
 color:#333333;
 background-color:#F5F5F5;
 background-image:url("img/bg.gif");
 margin-left:0px;
 margin-top:0px;
 margin-right:0px;
 margin-bottom:0px;
 font-family:"MS Pゴシック","Osaka";
}


/*リンク指定*/
a:link {
 color:#494949;
 text-decoration:underline;
}

a:visited {
 color:#494949;
 text-decoration:underline;
}

a:hover {
 color: #7E4700;
 text-decoration:none;
}

a:active {
 color:#7E4700;
 text-decoration:none;
}


/*テキストサイズ指定*/
.sml {
 font-size:70%;
 line-height:145%;
}

.sml2 {
 font-size:80%;
 line-height:160%;
}

.mdm {
 font-size:80%;
 line-height:160%;
}

.mdm2 {
 font-size:90%;
 line-height:170%;
}

.mcolor {
 font-size:80%;
 line-height:160%;
 color:#7E4700;
}

.lrg {
 font-size:100%;
 line-height:160%;
}