@charset "UTF-8";
#topimg {

}
/*左コンテンツ*/
.left_content {
	float: left;
	width: 257px;
	margin-bottom: 20px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
/*中コンテンツ*/
.center_content {
	float: left;
	width: 258px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}
/*右コンテンツ*/
.right_content {
	float: left;
	width: 198px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-left: 9px;
}
/*右コンテンツお問い合わせ*/
.right_contact {
	float: right;
	width: 188px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	padding: 5px;
	background-color: #F1F1F1;
	margin-right: 10px;
}
* html .right_contact {	margin-right: 5px;
}
/*主な事業内容*/
#business_content {
	width: 527px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	clear: both;
}
.business_contentL {
	float: left;
	width: 246px;
	padding-top: 7px;
	padding-left: 12px;
	clear: left;
}
.business_contentR {
	float: right;
	width: 250px;
	padding-top: 7px;
	padding-left: 0px;
	clear: right;
	padding-right: 10px;
}
/*ニュース*/
#news_content {
	width: 527px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	clear: both;
}
#news_content ul li + li {
	border-top: 1px dotted #CCCCCC;
	margin: 5px 0px;
	padding: 5px 0px 0px 10px;
	background-position: left 8px;
}
/*トピックス*/
#topics_content {
	width: 527px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	clear: both;
}

#topics_content ul li + li {
	border-top: 1px dotted #CCCCCC;
	margin: 5px 0px;
	padding: 5px 0px 0px 10px;
	background-position: left 8px;
}


/*----↓追加分↓----*/

/*234*/
#topics_content dl + dl , #news_content dl + dl {
	width: 507px;
	border-top: 1px dotted #CCCCCC;
	margin: 5px auto;
	padding: 10px 0px 0px 0;
}

/*1*/
#topics_content dl , #news_content dl{
	width: 507px;
	margin: 5px auto;
	padding: 5px 0px 0px 0;
}

#topics_content dl dt , #news_content dl dt{
	padding-left: 10px;
	margin: 0px;
	padding-bottom: 5px;
}


#topics_content dl dd , #news_content dl dd{
	list-style: none;
	background-image: url(../img/point.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 10px;
	margin: 0px;
	padding-bottom: 6px;
}

/*----↑追加分↑----*/

#topics_content .data {
	background-color: #F5F3EF;
	padding: 3px;
	font-size: 0.9em;
	margin-bottom: 3px;
}

/*リスト表示*/
#left_content ul, #center_content ul, #right_content ul, #news_content ul, #topics_content ul {
	list-style: none;
	margin: 5px 5px 0px 5px;
	padding: 0px;
	clear: both;
}
.left_content ul li, .center_content ul li, .right_content ul li, #news_content ul li, #topics_content ul li {
	list-style: none;
	background-image: url(../img/point.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 10px;
	margin: 0px;
	padding-bottom: 6px;
}
.detail {
	text-align: right;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	clear: both;
	margin-top: 5px;
	height: 1px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.list {
	width: 70px;
	float: right;
	clear: right;
}
#news_content em, #topics_content em, #business_content em {
	float: left;
	font-style: normal;
}
