@charset "UTF-8";

/**
 *	Wiiの間 Styles - topics -
 */
 
 body#topics {
 	
 }
 
/**
 *  SIDEBAR
 */
	#sidebar {
		margin: 0 0 15px;
	}
	
	#sidebar dl {
		border: 1px solid #DFDFDF;
		padding: 1px;
		margin-bottom: 15px;
	}
	
	#sidebar dl dd {
		background: url(../../global/images/dotline.gif) repeat-x left top;
		padding-top: 1px;
		line-height: 1;
		font-size: .847em;
	}
	
	#sidebar dl dd a {
		display: block;
		background: url(/global/images/icon_arrow1.gif) no-repeat 10px center;
		padding: 5px 7px 5px 25px;
	}
	
	html>body #sidebar dl dd a:hover {
		background-color: #D7F2FC;
	}
	

	#contents h2 {
		margin-bottom: 20px;
	}
	
	ul#topics_list {
		margin-bottom: 45px;
	}
	
	ul#topics_list li {
		padding: 20px 0 30px;
		background: url(/global/images/dotline_blue02.gif) repeat-x left bottom;
		border: 0px solid #fff;
	}
	
	ul#topics_list h3 {
		margin-bottom: 10px;
		font-weight: normal;
	}
	
	ul#topics_list h3 span.title {
		font-size: 1.231em;
		font-weight: bold;
	}
	
	
	#btn_topics { margin-bottom: 20px; width: 145px; height: 35px; overflow: hidden; position: relative; }
	#btn_topics img { position: absolute; top: 0; left: 0; border: solid 0px #FFF; }
	#btn_topics a:hover, #btn_topics a:hover img { border: solid 0px #FFF; }
	#btn_topics a:hover img { position: absolute; left: -145px;}

 
 ul#program_list {
	padding-top: 1px;
 }
 
 ul#program_list li {
 	background: url(/global/images/dotline_blue.gif) repeat-x left bottom;
	padding-bottom: 1px;
 }
 
 ul#program_list li a {
 	display: block;
	background: url(/global/images/icon_arrow1.gif) no-repeat 10px center; 
	text-decoration: none;
	color: #8F8F8F;
	padding: 10px 0 10px 30px;
 }
 
 ul#program_list li a:after {
 	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
 }
 
 ul#program_list li a:hover {
 	background-color: #D7F2FC;
	color: #2198c0;
 }
 
 
 
 
 
/**
 *	topics_detail
 */
 
 #topics_detail {
 	margin-top: 20px;
 }
 
 #topics_detail h2 {
 	background: url(../../global/images/dotline.gif) repeat-x left bottom;
	margin-bottom: 10px;
	padding-bottom: 5px;
 }
 
 #topics_detail h2 span.date {
 	margin-right: 20px;
 }
 
 #topics_detail h2 span.title {
	font-size: 1.231em;
	color: #2198c0;
 }
 
 .date {
 	font-size: .847em;
 }
 
 
 

 #shinchaku {
 	width: 560px;
 	margin: 0 auto 25px;
 	position: relative;
 }
 
 #shinchaku #box-top {
 	position: absolute;
 	top: 0;
 	left: 0;
 }
 
 #shinchaku #movie-shinchaku {
 	text-align: center;
 }
 
 #shinchaku #movie-box {
 	border-left: 1px solid #DFDFDF;
 	border-right: 1px solid #DFDFDF;
 }
 
 #shinchaku #movie-box h2 {
 	padding: 20px 0 0 30px;
 }

