@charset "utf-8";

body{
	background: #fffbe0;
	color: #000;
}
#contents{
	width: 960px !important;
}

#contents a{
	color: #fee100;
}

#contents h3{
	display: table;
	background: url(../img/special/custom2_titlebg.jpg) no-repeat left top;
	color: #000;
	font-size: 20px;
	line-height: 23px;
	border: none;
	margin: 0 0 15px;
	vertical-align: middle;
	width: 960px;
	height: 39px;
}
#contents h3 strong{
	display: table-cell;
	vertical-align: middle;
	padding: 8px 0px 8px 20px;
}
*:first-child+html #contents h3 strong{ /*for IE7 */
	display: inline;
	zoom: 1;
}

.costum{
	overflow: hidden;
	padding-bottom: 30px;
}
.costum p{
	line-height: 140%;
}

.costum .costum_left{
	float: left;
	width: 500px;
	margin-left: 20px;
}
.costum .costum_left .size10 {
	font-size: 10px;
	padding: 15px 0 0 0;
}

.costum .costum_left img{
	padding-bottom: 10px;
}
.costum .costum_right{
	float: left;
	width: 400px;
	margin-left: 20px;
}
.costum .costum_right .ma17{
	padding-top: 17px;
}
.costum .costum_right .ma4{
	padding-top: 4px;
}