@charset "UTF-8";

/* ========================================================= */
/*                       TV_MAGAZINE						 */
/* ========================================================= */
#main h3 {
	width: 610px;
	height: 29px;
	margin: 0;
	padding: 5px 0 0 15px;
	font-size: 108%;
	background: url('../../../img/bg_title04.gif') top left no-repeat;
	}


/* ----------------------- PICKUP ------------------------- */
#pickup {
	padding: 15px;
	background: #e3d5c6;
	}

#pickup h4 {
	margin-top: 10px;
	padding-left: 14px;
	font-weight: bold;
	background: url('../../../img/icon02.gif') no-repeat left center;
	}

#pickup1 {
	width: 305px;
	float: left;
	}

#pickup2 {
	width: 305px;
	float: right;
	}

#pickup dl {
	margin-top: 5px;
	padding-top: 10px;
	border-top: 3px solid #97897c;
	}

#pickup dl dt {
	width: 134px;
	float: left;
	}

#pickup dl dd {
	width: 156px;
	float: right;
	}

#pickup dl dd a {
	margin-top: 10px;
	display: block;
	}


/* ----------------------- T V ------------------------- */
#tv {
	padding: 15px 15px 0;
	background: #e3d5c6;
	}

#tv h3 {
	margin-bottom: -1px;
	z-index: 3;
	position: relative;
	}

#tv dl {
	padding: 10px 0;
	border-top: 1px dotted;
	}

#tv dl dt {
	width: 100px;
	font-weight: bold;
	float: left;
	}

#tv dl dd {
	width: 500px;
	float: right;
	
	}

/* ----------------------- MAGAZINE ------------------------- */
#magazine {
	margin-bottom: 15px;
	padding: 15px 15px 0;
	background: #e3d5c6;
	}

#magazine h3 {
	margin-bottom: -1px;
	z-index: 3;
	position: relative;
	}

#magazine .clearfix {
	padding: 15px 0;
	border-top: 1px dotted;
	}

#magazine dl {
	width: 134px;
	margin-right: 29.6px;
	text-align: center;
	float: left;
	}

#magazine dl.last {
	margin: 0;
	}

#magazine dl dd {
	line-height: 1.4;
	}

#magazine dl dd p {
	margin-top: 3px;
	font-size: 100%;
	font-weight: bold;
	}



/* ========================================================= */
/*                     MEDIA-DETAILS						 */
/* ========================================================= */
#media-details h2 {
	width: 655px;
	height: 40px;
	margin-bottom: 25px;
	padding: 3px 0 0 20px;
	color: #fff;
	font-size: 138.5%;
	font-weight: bold;
	background: url('../../../img/bg_title02.gif') bottom left no-repeat;
	}

#media-details h3 {
	margin-bottom: 15px;
	}

#media-details dl {
	margin-bottom: 20px;
	}

#media-details dl dt {
	width: 200px;
	float: left;
	}

#media-details dl dd {
	width: 410px;
	float: right;
	}

#media-details dl dd p {
	margin-bottom: 15px;
	font-size: 100%;
	border: none;
	}


#media-details p {
	background: #e3d5c6;
	border-top: 1px solid #978982;
	}

#media-details p a {
	width: 6em;
	margin: 1em auto 0;
	padding:  0.1em 0 0.3em 2.5em;
	font-weight: bold;
	font-size: 100%;
	display: block;
	background: url('../../../img/icon03.gif') no-repeat;
	}
	
.media-sentence	{
	border:solid 1px #d7c0a8;
	padding:15px;
	background:#fff;
}



