@charset "UTF-8";

.clearLeft{

	clear:left;
}

.clearRight{

	clear:right;
}

.clearBoth{

	clear:both;
}


/* --------------------------------------------------
contentsHead
-------------------------------------------------- */
div#contentsHead {
	background: url(img/dot_border.gif) repeat-x bottom left;
}

div#contentsHead h3,
div#contentsHead h4 {
	margin-bottom: 15px;
}

div#contentsHead h4.backnumber{
	border-top:1px dotted #FF9900;
	border-bottom:1px dotted #FF9900;
}

p.backnumberBtn{
	padding: 0 0 4px 520px;
	margin: 4px 0 10px 0;
	border-bottom: 1px dotted #FF9900;
}

/* --------------------------------------------------
interview
-------------------------------------------------- */
/*div#interview p.picLeft,
div#interview p.picRight {
display: inline;
}
*/

div#interview p.picLeft {
	float: left;
	margin: 8px 10px 10px 0;
}

div#interview p.picRight {
	float: right;
	margin: 0 0 10px 10px;
}

div#interview p {
	line-height: 2.2em;
}

div#interview ul.backnumberList li {
	list-style:url(img/listicon.gif);
}

div.coverage {
	margin-top: 15px;
	clear: both;
	border: 1px #CC0000 solid;
	padding: 10px;
}

div.coverage h5 {
	font-size: 1.1em;
}

div.coverage p {
	line-height: 1.2em;
}
