/* mopera U CSS */

/*基本*/
body{
margin-top: 0px;
background-color: #f3edd8;
}

/*テキスト*/
.base{ 
font-size: 12px;
color: #333;
line-height:160%; }

.small{
font-size: 10px;
color:#333;
line-height:150%;
}

.strong{
font-size: 12px;
color:#AD5736;
}

/*リンク*/
a{
color:#333;
text-decoration: underline;
}
a:hover{
color:#333;
text-decoration: none;
}



/*レイアウト*/
.top5{
margin-top:5px;
padding:0px;
}

.top20{
margin-top:20px;
padding:0px;
}

.top10{
margin-top:10px;
padding:0px;
}

.bottom15{
margin-bottom:15px;
padding:0px;
}

.bottom10{
margin-bottom:10px;
padding:0px;
}