/******************************************************************/
/* style.css */
/* お問合わせページスタイル */
/******************************************************************/
#contact{
	width:100%;
	text-align:left;
	font-size:12px;
	background-color:#F4F2FC;
	margin-top:15px;
	line-height:160%;
	padding:20px 0 20px 0;
}
/*\*/
#contact{
	width:100%;
	text-align:left;
	font-size:12px;
	background-color:#F4F2FC;
	margin-top:15px;
	padding:20px 0 20px 0;
}
/**/
#contact img{
	border:none;
}
#contact p{
	font-size:12px;
}
#contact div#text01{
	width:595px;
	margin-left:75px;
}
#contact div#text01 ul{
	width:100%;
	margin:0 0 0 15px;
	padding:0;
	border:none;
}
#contact div#text01 ul li{
	float:left;
}
#contact div#text01 ul li.bar{
	width:10px;
}
#contact p.text02{
	margin:15px 0 5px 75px;
	font-weight:bold;
	padding:0;
}
#contact p#text03{
	margin-top:25px;
	margin-left:75px;
	font-weight:bold;
}
#contact p#text04{
	margin:5px 0 10px 75px;
	font-size:10px;
}
#contact ul{
	width:550px;
	_width:610px;
	border:dotted 1px #7F9DB9;
	margin:0 0 0 75px;
	padding:25px 25px 0 35px;	
}
#contact ul li{
	width:100%;
	margin:0;
	margin-bottom:15px;
	vertical-align:top;
}
#contact ul li.disc{
	background:url(../../images/icon_list_style.gif) no-repeat top left;
	list-style-position:outside;
	padding:0 0 3px 10px;
	margin-left:-15px;
}
#contact table.tbl{
	width:610px;
	border:solid 1px #7F9DB9;
	background-color:#FFFFFF;
	margin-left:75px
}
#contact table.tbl td{
	font-size:12px;
	padding:5px;
}
#contact td.tdttl{
	background-color:#EFF1F3;
	border-bottom:solid 1px #7F9DB9;
}
#contact td.td01{
	width:150px;
	border-right:solid 1px #7F9DB9;
	border-bottom:solid 1px #7F9DB9;
	vertical-align:top;
}
#contact td.td02{
	width:55px;
	border-right:solid 1px #ffffff;
	border-bottom:dotted 1px #7F9DB9;
}
#contact td.td03{
	width:140px;
	border-bottom:dotted 1px #7F9DB9;
}
#contact td.td04{
	width:265px;
	border-right:solid 1px #7F9DB9;
	border-bottom:dotted 1px #7F9DB9;
}
#contact a{color:#333333; text-decoration:underline;}
#contact a:link{color:#333333; text-decoration:underline;}
#contact a:visited{color:#333333; text-decoration:underline;}
#contact a:hover{color:#CC0000; text-decoration:none;}

.arrow{
	float:left;
	margin-right:10px;
}
.clr{clear:both;}





