/* CSS Document */

.contents_issue_ttl {
	margin-top:20px;
	margin-bottom:20px;
	}

#contents_issue {
	width: 770px;
}
#contents_border {
	width: 770px;
	margin: 20px 0 0 10px;
	padding: 0;
	background-image: url(../img/bg2.gif);
	background-repeat: repeat-y;
}

#contents_issue #body_area {
	width:540px;
	float:right;
	}

#issue_navi {
	width:210px;
	float:left;
}

#issue_navi ul {
	padding-bottom:12px;
	background-image:url(../img/issue_nav_foot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#issue_navi li {
	list-style-type: none;
}
#issue_navi li.subject {
	line-height: 1.2em;
	margin-bottom: 5px;
	margin-left: 0;
	list-style-type: none;
}

#issue_navi_border {
	margin: 0;
	padding: 5px;
}
#issue_navi_border ul {
	margin: 0;
	padding: 0;
	font-size: 80%;
}
#issue_navi_border li {
	line-height: 1.2em;
	margin-bottom: 5px;
	text-indent: 1em;
	list-style-type: none;
}
#issue_navi_border li.subject {
	line-height: 1.2em;
	margin-bottom: 5px;
	text-indent: 0;
	list-style-type: none;
}
#issue_navi li.interview {
	margin-bottom: 15px;
}

#column {
	font-size:90%;
	}
#column p {
	margin-bottom:20px;
	}
#column ul {
	padding-left:20px;
	}
#column ol {
	padding-left:20px;
	}
