@charset "utf-8";


.topimage #naviarrow{
	left: 388px;
    position: absolute;
    top: 47px;
}


#contentslwrapper .contents h1{
	margin-bottom:24px;
}


/*------------------------------------------
  sitemap
-------------------------------------------*/
#sitemap{}


/*---- links -----*/
.links{
	overflow:hidden;
	padding-top:30px;
	margin-bottom:40px;
}
.links dl{
	float:left;
	width:140px;
	margin:0 0 0 24px;
}
.links dt{
	background: url(../../shared/line.gif) repeat-x center bottom;
	padding:0 0 10px 0;
	margin-bottom:14px;
}
.links dd{
	background:url(../../shared/dotline.gif) repeat-x center bottom;
	padding-bottom:8px;
	margin-bottom:8px;
}
.links dd.last{
	background:none;
	margin:0;
	padding:0;
}

.links .end{
	float:left;
	width:140px;
	margin:0;
}
.links .end dd.last{
	padding:0;
	margin-bottom:60px;
}