@charset "utf-8";
/* CSS Document */


/* index==========================

	1.for index style
	2.for detail style
	
*/

/* 1.for index style
===============================================================*/
div#sideBar,ul#bnList{
	background:none;
}
div.mapArea{
	line-height:1.5;
	width:858px;
	margin-bottom:20px;
}

div.mapArea h3 a{
	display:block;
	font-weight:bold;
	font-size:120%;
	border-bottom:2px solid #CCC;
	color:#555;
	text-decoration:none;
}
div.mapArea h3 a:link{
	color:#555;
	text-decoration:none;
}
div.mapArea h3 a:visited{
	color:#555;
	text-decoration:none;
}
div.mapArea h3 a:hover{
	color:#555;
	text-decoration:none;
}
div.mapArea h3 a:active{
	color:#555;
	text-decoration:none;
}

div.mapArea dl{
	margin-top:20px;
}
div.mapArea dd{
	background:url(../../common/images/catch_gray.gif) no-repeat left 6px;
	padding-left:15px;
}
dl.list dd{
	float:left;
	display:inline;
	margin-right:20px;
}
dl.serviceList{
	float:left;
	display:inline;
	width:171px;
}
dl.serviceList dt{
	font-weight:bold;
	margin-bottom:5px;
}
dl.serviceList dd{
	margin:0 10px 3px 0;
}
















