@charset "UTF-8";

@import url("base/reset.css");

@import url("common.css");
@import url("layout.css");
@import url("common_contents.css");
@import url("parts_menu.css");

@import url("common_cms.css");
@import url("print.css");


/* /////////////////////////////////////////////////////////////////////////// EVENT */
.topicsBox {
	overflow:hidden;
	zoom:1;
}

.topic_column {
 width:320px;
}

.topic_column#topicJhs {
	float:left;
}

.topic_column#topicHs {
	float:right;
}

.titleBox {
	overflow:hidden;
	zoom:1;
	margin-bottom: 10px;
	padding: 0px 5px 0px 10px;
	border-top: 1px solid #d5e2e9;
	border-bottom: 1px solid #d5e2e9;
	background:#e7eef2 url(images/headline_bg01.gif) repeat-x 0% 0%;
}

.titleBox h4 {
	margin:0;
	padding:0;
	background:none;
	width: 175px;
	float: left;
}

.topicsBox .listBox {
	overflow:hidden;
	zoom:1;
	margin: 5px 0px 0px 0px;
	width: 74px;
	float: right;
}

.topicsBox .infoBn{
	width: 32px;
	float: left;
}

.topicsBox .infoBn a{
	background: transparent no-repeat 0 0;
	display: block;
	text-indent: -999em;
	height: 13px;
	width: 32px;
	background-image: url(images/top_btn01.gif);
}

.topicsBox .infoBn a:hover {
	background-position: 0 -13px;
}

.topicsBox dl {
	margin:0 20px;
}

.topicsBox dt {
	font-weight:bold;
}

.topicsBox dd {
	margin-bottom:1em;
}

