@charset "utf-8";

#contentsArea{
background:url("../img/bg.gif") center repeat-y;
}

.font1{
font-size:12px;
color:#474747;
line-height:20px;
}


/*-- ClearFix --*/
.clearFix {
_height: 1px;
min-height: 1px;
/*\*//*/
height:auto;
overflow:hidden;
/**/
}
.clearFix:after {
height:0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}