@charset "utf-8";


/* content
************************************************************* */
body.home #content {
	width: 550px;
	padding: 342px 20px 50px;
}
body.home #content h1 {
	position: absolute;
	top: -1000px;
}
body.home #content .visual {
	position: absolute;
	top: -108px;
	left: 0;
	z-index: 1;
}
body.home #content .topics,
body.home #content .mediaInfo {
	position: relative;
	margin: 0 0 30px;
	_height: 1%;
}
body.home #content .topics h2,
body.home #content .mediaInfo h2 {
	height: 34px;
	border-bottom: 3px dashed #534DA1;
	font-size: 1%;
	line-height: 0;
	text-indent: -9999px;
	margin: 0;
}
body.home #content .topics h2 {
	background: url(../img/tit_topics.gif) no-repeat;
}
body.home #content .mediaInfo h2 {
	background: url(../img/tit_mediainfo.gif) no-repeat;
}
body.home #content p.backnumber {
	background: url(../common/img/icn_arrow.gif) no-repeat 0 50%;
	position: absolute;
	top: 15px;
	right: 0;
	line-height: 1.1em;
	margin: 0;
	font-size: x-small;
}
body.home #content p.backnumber a {
	padding-left: 10px;
	text-decoration: none;
}
body.home #content .topics dl,
body.home #content .mediaInfo dl {
	margin: 15px 0;
}
body.home #content .topics dt,
body.home #content .mediaInfo dt {
	font-size: 80%;
	font-weight: bold;
	margin: 0 0 -1.8em;
}
body.home #content .topics dd,
body.home #content .mediaInfo dd {
	margin: 0 0 10px;
	padding: 0 0 8px 8em;
	border-bottom: 1px dotted #CCC;
	position: relative;
	z-index: 4;
	_height: 1%;
}

@media print {

body.home #content .visual {
	display: none;
}

body.home #content .topics {
	margin-top: -360px;
}

body.home #content .topics,
body.home #content .mediaInfo {
	_top: -160px;
}


body.home #content .topics h2,
body.home #content .mediaInfo h2 {
	background: none;
	text-indent: 0;
	font-size: 120%;
	color: #534DA1;
	position: relative;
	padding-top: 10px;
}



}
