@charset "UTF-8";

/* =========================================================================
　ニュース　カテゴリーごとの設定

　目　次

　 1.日付・テーマ
　 2.文章
　 3.目次ページ
========================================================================= */

/* -------------------------------------------------------------------------
 1.日付・テーマ
------------------------------------------------------------------------- */
dl#column {
	width: 720px;
	margin: 0 10px 0;
}
dl#column dt,
p#date,
p#theme {
	width: 720px;
	color: #7D7D7D;
	font-size: 90%;
	padding: 10px 0 6px;
}
p#date {
	margin: 0px 0px 0px 0px;
	padding: 10px 0 10px;
	text-align: right;
	width: 739px;
}
p#theme1 {
	width: 707px;
	padding: 0 0 12px;
	text-align: right;
	margin-left: 30px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}
p#theme2 {
	width: 707px;
	padding: 12px 0 0;
	text-align: right;
	margin-left: 30px;
	margin-bottom: 15px;
	border-top: 1px dotted #CCC;
}
dl#column dt img{
	padding: 0 12px 0 15px;
	vertical-align: middle;
}
dl#column dd {
	width: 638px;
	font-size: 110%;
	padding: 0 10px 5px 72px;
	border-bottom: 1px dotted #CCC;
	line-height: 1.2;
}
dl#column dt.bgcolor,
dl#column dd.bgcolor {
	background: #F7F7F7;
}
dl#column dd a:link {
	color: #639100;
	text-decoration: none;
}
dl#column dd a:visited {
	color: #7D7D7D;
	text-decoration: none;
}
dl#column dd a:hover,
dl#column dd a:active,
dl#column dd a:focus {
	color: #E82D00;
	text-decoration: underline;
}
dl#column div#newsindex{
	width: 720px;
	margin: 0 10px 0 0px;
	text-align: left;
}

/* -------------------------------------------------------------------------
 2.文章
------------------------------------------------------------------------- */
P {
	margin: 0 14px 15px 40px;
}

/* -------------------------------------------------------------------------
 3.目次ページ
------------------------------------------------------------------------- */
dl#column dt.title{
	font-size: 140%;
}

dl#column dt.title span{
	margin-left: 10px;
	font-size: 80%;
}
dl#column dd.intro{
	width: 704px;
	padding-left: 24px;
	padding-bottom: 20px;
	color: #7d7d7d;
	font-size: 95%;
	line-height: 150%;
}



