@charset "utf-8";
#main  .question dt {
	background-image: url(../../img/faq_icon01.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}
#main  .question dd {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}
#main  .answer dt {
	background-image: url(../../img/faq_icon02.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
}
#main  .answer dd {
	display: block;
	margin-left: 30px;
}
#main hr {
	border: 1px dotted #333333;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Add 2009.10.02 Start*/
#main .contentsTypeA .contact_new {
	background-image: url(../../img/corp_back_new.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	width: 400px;
	text-align: center;
	padding-top: 20px;
	margin:0px auto;
}
#main .contentsTypeA .contact_new dt {
	font-size: 150%;
	font-weight: bold;
	padding-top: 20px;
}
#main .contentsTypeA .contact_new .phone {
	font-size: 150%;
	font-weight: bold;
}
#main .contentsTypeA .contact_new .phone a{
	color:#0000ff;
}
#main .contentsTypeA .contact_new .phone a:hover {
	color:#9999ff;
}

#main .contentsTypeA .contact_new dd {
	padding-top: 10px;
}
#main .contentsTypeA .contact_new dd.text_left {
	width: 400px;
}
#main .contentsTypeA .contact_new dd.text_left li {
	width: 350px;
	text-align:left;
	margin-left:20px;
}
/*Add 2009.10.02 End*/


