/*========== top_img ==========*/
#top_img {
	margin-bottom: 25px;
}

/*========== section ==========*/

.top_section{
	padding-bottom: 13px;
}
#top_print {
	background-image: url(../images/top/icon_print.gif);
	margin-right: 30px;
}
#top_web {
	background-image: url(../images/top/icon_web.gif);
}
#top_creative {
	background-image: url(../images/top/icon_creative.gif);
	margin-right: 30px;
}
#top_publication {
	background-image: url(../images/top/icon_publication.gif);
}
#top_print,
#top_web,
#top_creative,
#top_publication{
	position:relative;
	width:210px;
	padding-top:25px;
	padding-left: 110px;
	background-repeat: no-repeat;
	float: left;
	min-height: 100px;
	_height: 100px;
}

.top_section .link_detail {
	position: absolute;
	width: 115px;
	top: 0px;
	right: 0px;
	z-index: 20;
}

.top_section h2 {
	width:210px;
	font-weight: normal;
	border-bottom: 3px solid #DFE3ED;
	padding-bottom:3px;
}
.top_section h2 a {
	display: block;
	position: absolute;
	z-index: 10;
	width:210px;
	padding-left: 110px;
	left: 0px;
	top: 0px;
	min-height: 100px;
	_height: 100px;
	overflow:hidden;
	outline:none;
}
	
.top_section p {
	margin: 5px 0;
}
.top_section p.service {
	font-size: 83%;
	color: #666666;
	margin: 5px 2px 8px;
	letter-spacing: 0.1em;
	line-height: 1.3em;
}



/*========== topics ==========*/
#topics {
	clear:both;
	background-image: url(../images/top/hd_topics.gif);
	background-repeat: no-repeat;
	padding-top:24px;
	padding-left: 94px;
	margin-bottom:15px;
	background-position: 0px 27px;
	width: 846px;
}
#topics img {
	float: right;
}
#topics dl {
	float: left;
	width: 430px;
}
#topics dt {
}

#topics dd {
	padding-bottom:2px;
	padding-left: 6em;
	margin-top: -1.5em;
	margin-bottom: 5px;
	border-bottom: 1px dotted #999999;
}

#topics:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

@media print {
}
