@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.title {
	background: url("./image/title.jpg") no-repeat;
	width: 525px;
	height: 94px;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #FFFFFF;
	margin-bottom: 25px;
}

.title_txt {
	padding: 35px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
}

.title_bar {
	background: url("./image/title_bar.jpg") no-repeat;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	padding: 15px 0px 15px 10px;
}

.date_box {
	text-align: right;
	font-size: 10px;
	line-height: 15px;
	padding: 5px 0px 0px 0px;
	margin-bottom: 10px;
}

.topics {
	margin-bottom: 10px;
}

.txt_box {
	width: 310px;
	float: left;
}

.img_box {
	width: 200px;
	float: right;
	text-align: center;
}

.foot {
	margin-bottom: 20px;
}

.paging {
	width: 525px;
	text-align: center;
	color:#DFDFDF;
	padding: 5px 0px 5px 0px;
	margin-bottom: 15px;
}

a.link:link {
	text-decoration: underline;
	color: #003300;
	border: 0px;
}

a.link:visited {
	text-decoration: underline;
	color: #003300;
	border: 0px;
}

a.link:active {
	text-decoration: underline;
	color: #558419;
	border: 0px;
}

a.link:hover {
	text-decoration: underline;
	color: #558419;
	border: 0px;
}



