@charset "utf-8";

@import url(/commons/css/import.css);

/**共通項目**/
.float_left{
	float:left;
}

#privacy h2{
	background:url(images/tel_hr.gif) no-repeat bottom;
	padding-bottom:8px;
}

#privacy h2 img{
	padding-left:2px;
}

/**共通項目終**/

#contents{
	margin-bottom:10px;
}
#div_top{
	float:left;
}
#privacy{
	float:left;
	width:710px;
	padding-bottom:38px;
}

#div_middle{
	float:left;
	background: url(images/div-middle_bg.gif) repeat-y;
	padding-right: 25px;
	padding-left: 25px;
	padding-top:14px;
	width:900px;
}

div.box {
	clear:both;
	}
	
#div_bottom{
	float:left;
	width:950px;
	background: url(images/div-bottom_bg.gif) no-repeat top;
	height: 7px;
}

#div_middle table {
	width:90%;
	margin:0 auto 10px;
}

#div_middle td {
	padding:5px;
	font-size:108%;/* 12px → 13px相当 */
	/*font-size:81.25%;*/
	border:1px solid #ccc;
}

.item {
	background-color:#eee;
	text-align:center;
}

#margin-left8em{
	margin-left:8em;
}

