@charset "UTF-8";

/* common style */


#main .ttl2 {
	position: relative;
}


#main .ttl2 a {
	position: absolute;
	top: 40px;
	left: 367px;
}



#main .voice {
	background: url(../images/cmn_bg_top.gif) no-repeat;
}

#main .voice-inner {
	padding: 12px 15px;
	background: url(../images/cmn_bg_btm.gif) no-repeat left bottom;
}

#main .voice-inner .ttl3 {
	height: 100%;
	padding-top: 19px;
	background: url(../images/cmn_ttl.gif) no-repeat;
	margin-bottom: 10px;
}

#main .voice-inner h3 {
	margin-left: 35px;
	padding: 5px 9px 3px 9px;
	font-size: 107%;
	color: #fff;
	background-color: #099;
}

#main .voice-inner h3 span {
	display: none;
}

#main .voice-inner p.customer {
	margin-top: 10px;
	text-align: right;
	color: #006A6A;
}




#main .staff {
	padding-top: 10px;
	margin-bottom: 20px;
}

#main .odd .staff {
	text-align: right;
}

#main .even .staff {
	text-align: left;
}

#main .staff h3 {
	margin-bottom: 7px;
}

#main .odd .staff img.staffPh {
	float: right;
	padding-left: 10px;
}

#main .even .staff img.staffPh {
	float: left;
	padding-right: 10px;
}


































