@charset "utf-8";

/* ---------------------------------------------------------------- */

/* ホーム用 個別スタイル */

/* ---------------------------------------------------------------- */

/* 汎用スタイル 上書き設定 */

body {
	background: url(../images/bg_body_home.gif) repeat-x center top;
}

#header {
	margin-bottom: 20px;
}

#pageTitle {
	margin-bottom: 20px;
	text-align: center;
	background: url(../images/bg_pgt_home.gif) no-repeat center top;
}

#pageTitle .pgt {
}

#contents {
	margin: 0 auto 15px;
	padding: 0;
	display: block;
	float: left;
	width: 670px;
	zoom: 1;
}

#contents_inner {
	padding: 0;
	display: block;
	zoom: 1;
	margin: 0;
}

#sidebar {
	width: 200px;
	margin: 0 auto 15px;
	padding: 0;
	float: right;
	display: block;
	zoom: 1;
	background: url(../images/bg_line_home_side.gif) repeat-y left top;
}

#sidebar_inner {
	padding: 0;
	margin: 0 0 0 10px;
}

/* ---------------------------------------------------------------- */

.newsBox {
	display: block;
	float: left;
	zoom: 1;
}

.newsBox h3 {
	margin-bottom: 15px;
}

.newsBox dl {
	width: 210px;
	margin: 0;
	padding: 0;
}

.newsBox dt {
	font-size: 75%;
	line-height: 130%;
	color: #00693e;
	margin-bottom: 5px;
}

.newsBox dt img {
	vertical-align: middle;
}

.newsBox dd {
	font-size: 75%;
	line-height: 150%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999999;
}

.newsBox dd a {
	text-decoration: none;
	color: #606060;
}

.newsBox dd a:hover {
	text-decoration: underline;
	color: black;
}

#newJyutaku {
	width: 225px;
	background: url(../images/bg_line_home_news.gif) repeat-y right top;
}

#newTakuchi {
	width: 225px;
	background: url(../images/bg_line_home_news.gif) repeat-y right top;
}

#newEventInfo {
	width: 220px;
}

/* お知らせ */

#topInformation {
	width: 660px;
	margin: 0 auto 20px 0;
	background: url(../../images/top_info_om_body.gif) repeat-y center center;
	padding: 0;
}

#topInformation p {
	margin: 0;
	padding: 0;
}

#topInformation #infoTitle {
	width: 145px;
	display: block;
	float: left;
	text-indent: -10000px;
	height: 35px;
}

#topInformation #infoJournalBox {
	width: 515px;
	display: block;
	float: left;
}

#topInformation #infoJournalBox table {
	background-color: transparent;
	border-style: none;
}

#topInformation #infoJournalBox th {
	background-color: transparent;
	border-style: none;
	vertical-align: top;
	color: #00693E;
	padding: 1px 3px 1px 4px;
	width: 15%;
	font-size: 75%;
	line-height: 150%;
	font-weight: bold;
}

#topInformation #infoJournalBox td {
	background-color: transparent;
	border-style: none;
	vertical-align: top;
	padding: 1px;
	font-size: 75%;
	line-height: 150%;
}

#topInformation #infoJournalBox td a {
	color: black;
}

#topInformation #infoJournalBox td a:hover {
	color: gray;
}

