@charset "utf-8";
/* CSS Document */

/* 会社概要 */
#info{
	width:620px;
	margin:20px	
	}
	
#info th{
	width:150px;
	padding:10px 0 7px 7px;
	border-bottom:dashed 1px #696969;
	margin-right:20px;
	font-weight:normal;
	font-size:13px;
}

#info td{
	padding:10px 0 7px 10px;
	border-bottom:dashed 1px #696969;
	font-size:13px;
}

#info .point{
	color:1B66BA;
	}
	
/* サイトマップ */

#sitemap {
	width:630px;
	height:410px;
	margin:25px 10px;
	}

#sitemap .business_area{
	width:300px;
	margin-right:20px;
	float:left;
	}
	
#sitemap .company_area{
	width:300px;
	float:right;
	}

#sitemap h3{
	background-image:url(../image/sitemap_h3_bg.jpg);
	background-repeat:no-repeat;
	padding:3px 10px;
	font-size:14px;
	color:#FFF;
	}

#sitemap .ttl_area{
	height:40px;
	padding:10px 20px;
	font-size:18px;
	font-weight:bold;
	color:#1B66BA;
	}

#sitemap ul{
	border-top:dashed 1px #A0A0A0;
	}
	
#sitemap li{
	border-bottom:dashed 1px #A0A0A0;
	font-size:16px;
	padding-left:30px;
	padding-top:15px;
	list-style-image:url(../common/image/arw.jpg);
	list-style-position:inside;
	height:35px;
	}
	
#sitemap a{
	 text-decoration:none;
	 color:#1B66BA;
	}
	
/* プライバシー */

#privacy{
	margin:15px 10px;
	}

#privacy h3{
	margin:7px 0 10px;
	color:#083EA0;
	font-size:16px;
	}

#privacy ul{
	margin-top:17px;
    margin-left:17px;
}




