@charset "utf-8";
/* CSS Document */


/*メインエリア*/

.contact_box {
width:755px;
border-style:solid;
border-color:black;
border-width:1px;
float:left;
margin-top:10px;
margin-left:10px;
display: inline;
background-color:#CCCCCC;
padding-bottom:10px;
}











/*回り込み解除*/
div.c-both { clear:both; }
.c-both_space { clear:both; margin-bottom:10px; }