@charset "utf-8";

/*---------- title ----------*/
h2.ne {
	height: 70px;
	width: 590px;
	margin-bottom: 25px;
}

/*---------- 過去のニュース一覧 ----------*/


.box001 {
	height: auto;
	width: 588px;
	margin-bottom: 25px;
	border: 1px solid #DCDCDC;
	padding-bottom: 15px;
}

h4.p_title {
	font-size: 1em;
	color: #666666;
	width: 550px;
	margin-left: 10px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 2.2em;
	margin-top: 10px;
	margin-bottom: 20px;
}

.newstable {
	height: auto;
	width: 550px;
	margin-left: 10px;
}

.newstable tr {
	height: 36px;
}

.newstable td.t01 {
	width: 120px;
	background-image: url(../../news_topics/images/icon.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCDCDC;
	background-position: 0em 0.9em;
	text-indent: 15px;
	height: 36px;
	vertical-align: middle;
}

.newstable td.t02 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCDCDC;
	height: 36px;
	width: 430px;
}

.newstable td.t03 {
	width: 120px;
	background-image: url(../../news_topics/images/icon.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCDCDC;
	text-indent: 15px;
	height: 36px;
}

/*---------- ニュース内容 ----------*/

.detailtable {
	height: auto;
	width: 420px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.detailtable td.t00 {
	height: 30px;
	width: 420px;
}

.detailtable td.t01 {
	width: 110px;
	height: 36px;
	vertical-align: middle;
	background-image: url(../../news_topics/images/icon.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-position: 0em 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCDCDC;
}

.detailtable td.t02 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCDCDC;
	color:#00CC00;
	width: 310px;
}

.detailtable td.t03 p {
	width: 400px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.detailtable td.t03 {
	width: 400px;
	height: auto;
}

* {
	font-size:12px;
	color:#535353;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0;
	padding:0;
	list-style-type: none;
}

a {
	color:#00CC00;
	text-decoration:none;
	border:0;
	display:inline;
}

a:hover {
	color:#009900;
	text-decoration:underline;
	display:inline;
}

img {
	border:0;
	margin:0;
	padding:0;
}

p {
	color:#535353;
	line-height:1.3em;
}

.red {
	color: #FF0000;
}

/*---------- バックナンバー ----------*/
#year_box {
	height: 22px;
	width: 550px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#year_box ul {
}

#year_box li {
	height: 20px;
	width: 58px;
	display: block;
	text-align: center;
	line-height: 20px;
	border: 1px solid #2DAB65;
	float: left;
}

#year_box li.now {
	height: 20px;
	width: 58px;
	display: block;
	text-align: center;
	line-height: 20px;
	border: 1px solid #2DAB65;
	float: left;
	background-color: #2DAB65;
	color: #FFFFFF;
}

