@charset "utf-8";

#main {
	background-color:#FFF;
	color:#000;
}
#main a {
	text-decoration:underline;
	color:#000;
}

#main #customer {
	width:798px;
	padding:20px 0 0 0;
	background-color:#FFF;
}

#main .wrapper {
	width:750px;
	margin:0 auto;
	padding:0 15px 0 15px;
	border-bottom:1px solid #CCCCCC;
}

#main .section {
	float:left;
	margin:0 0 35px 0;
}
#main .section .title {
	width:125px;
	height:21px;
	margin:0 0 12px 0;
	background-repeat:no-repeat;
	background-position:left top;
	outline:none;
	line-height:0;
	text-decoration:none;
	text-indent:-9999px;
	font-size:1px;
}
#main .section#secCustomer .title {
	background-image:url(../images/customer/h2_customer.gif);
}
#main .section#secContact .title {
	background-image:url(../images/customer/h2_contact.gif);
}

#main .section#secCustomer {
	width:528px;
}
#main .section#secContact {
	width:195px;
	margin:0 0 120px 0;
	padding:0 12px 100px 12px;
	border-left:1px solid #CCC;
}
#main .section#secContact .tel {
	font-size:85%;
}
#main .section#secContact .contact {
	font-size:85%;
}
#main .section#secContact .time {
	margin:0 0 0 5em;
	text-indent:-5em;
	font-size:85%;
}
