body {
 margin: 0px 0px 0px 0px;
 text-align: center;
 font-size: 12px;
 line-height: 18px;
 color: #333333;
 background-color:#DDDDDD;
}
img{
 border: none;
}

A{ color:#ac934c; }
A:visited{ color:#ac934c;}
A:active{ color:#ff6600; text-decoration:underline;}
A:hover{ color:#ff6600; text-decoration:underline;}


.c-both { clear:both; }

/*=============================================
/		common
/=============================================*/
div.wrapper{
 width: 840px;
 margin-left:auto;
 margin-right:auto;
 text-align: center;
 padding-top:20px;
}