@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
             sitemap_list
==================================*/
#gDef.sitemap {
	background-image:url(../../line_of_business/img/pro_bg_img.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#main {
  	background: rgba(255,255,255,0);
}
.sitemap_list {
	width:1000px;
	margin:0 auto 20px;
	padding:30px 0;	
	text-align:center;
  	background: rgba(255,255,255,0.7);	
}
.sitemap_list li {
	text-align:left;
	margin:0 0 0 30px;
	padding:20px 0 20px 20px;
	font-size:17px;
	background-image:url(../img/site_arrow.png);
	background-repeat:no-repeat;
	background-position:left;
}
.sitemap_list li a {
	color:#000;
}
.sitemap_list h2 {
    font-size: 35px;
    color: #003E8C;
    padding: 0 0 5px;
/*    font-family: 'Haettenschweiler';*/
	font-weight:bold;
}
.contact_tel {
	margin:0 auto;
	width:1000px;
}
.contact_tel img {
	border:#003E8C solid 1px;
	margin:20px auto 0;
}