﻿@charset "utf-8";

/*==================コンテンツ==================*/
#topContents {
	background-color: #FFF;
	width: 862px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 32px;
	padding-right: 44px;
	padding-bottom: 0px;
	padding-left: 44px;
}

.topMenu {
	overflow: hidden;
}

.topMenu h2.left {
	float: left;
}

.topMenu h2.right {
	float: right;
}

/*==================ニュースエリア==================*/
.newsArea {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #6C0;
	overflow: auto;
	text-align: left;
	margin-bottom: 60px;
}

.newsArea .title {
	font-weight: bold;
	text-align: left;
	padding-bottom: 4px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 10px;
}

.newsArea .unit {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	overflow: hidden;
	font-size: 100%;
}

.newsArea .unit .date {
	float: left;
	width: 110px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #F30;
}

.newsArea .unit .news {
	float: left;
	width: 110px;
	font-weight: bold;
	color: #F00;
}

.newsArea .unit .newsTxt {
	float: left;
	line-height: 160%;
	width: 588px;
}
