@charset "Shift_JIS";

/* summary ------------------
contents
-------------------------- */

	#container:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	}
	* html #container {
	display: inline-block;
	}

	*+html #container {
	display: inline-block;
	}

/* genre ----------------- */
#contents #genre {
position:relative;
margin:0 0 5px 0;
}
#contents #genre ul {
position:absolute;
right:0px;
top:10px;
}
#contents #genre ul li {
display:inline;
margin:0 0 0 5px;
padding:0 0 0 5px;
border-left:1px solid #333;
font-size:1.2em;
line-height:1.3;
}
#contents #genre ul li.first {
border-left:none;
margin:0;
padding:0;
}



/* TopicPath ----------------- */
#contents #TopicPath {
width:650px;
margin:0 0 10px 0;
padding:5px 0 0 0;
background:#FFF url(images/topicpath_bg_001.gif) repeat-x;
border-top:1px solid #000;
}
#contents #TopicPath li {
float:left;  
margin:0 5px 0 0; 
font-size:1.2em;
line-height:1.3;
}
#contents #TopicPath li a {
padding:0 10px 0 0;
background:url(images/topicpath_arrow_001.gif) no-repeat right center;
}
	#contents #TopicPath:after {
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
	}
	* html #contents #TopicPath {
	display: inline-block;
	}

	*+html #contents #TopicPath {
	display: inline-block;
	}


/* forIEclearfix ----------------- */
#contents #NewsDetail .forIEclearfix {
clear:both;
height:0;
font-size:0;
line-height:0;
}


