@charset "UTF-8";

/*------------------------------------------------------------------------------
	GSK - CSS Modules Import
	Date: 2009-09-18
------------------------------------------------------------------------------*/



#main h1{
	margin-bottom:10px;
}

#main h2{
	padding:10px 0 10px;
	margin-bottom:10px;
}

#main h3{
	padding:10px 0 10px;
	margin-bottom:10px;
	border-bottom:1px solid #fb808f;
}

#main dt{
	background:url(/images/sitemap_dt_bg.gif) top left no-repeat;
	padding:15px 0 5px 0;
}
#main dt span{
	font-weight:bold;
}
#main dt a{
	background:url(/common/images/icon_arrow_r.gif) center left no-repeat;
	font-weight:bold;
	padding:0 0 0 12px;
	color:#643200;
}
#main dd{
	padding:0 0 15px;
}
#main .lead{
	color:#643200;
	line-height:1.6;
}


.totop{
	border-top:5px solid #fad2d2;
	padding-top:5px;
	margin-top:5px;
}
