@charset "UTF-8";


/* ------------------------------------------------------------
 ドライブプラザ　ユーザーサービストップページ CSS
 更新日:07/08/31
 
 
 [目次]

------------------------------------------------------------ */

/*cleafix用CSS-----------------*/
@import "clearfix.css";

/* 
 1:div.freeService
------------------------------ */

div.freeService{
clear:both;
margin:0 0 10px 0;
}

div.freeService img.pct{
float:left;
}

div.freeService div.textArea{
float:right;
width:560px;
}

div.freeService div.textArea h4{
margin:0 0 5px 0;
}

div#newEntry{
clear:both;
text-align:center;
background:url(../img/newentry_arrow.gif) no-repeat top;
padding:50px 0 0 0;
}

div#newEntry p{
margin:10px 0 0 0;
}