@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.main_img {
	margin-bottom: 10px;
}

.title_img {
	width: 730px;
	height: 63px;
	background: url("./image/title_img.jpg") no-repeat;
	margin-bottom: 30px;
}

.title_txt {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #FFFFFF;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 55px;
}

.english {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 55px;
}

.title_bar {
	background: url("./image/title_bar.gif") no-repeat;
	color: #FFFFFF;
	padding: 5px 0px 5px 15px;
	line-height: 15px;
	margin-bottom: 15px;
}

.txt_box {
	width: 455px;
	line-height: 16px;
	float: left;
}

.img_box {
	width: 260px;
	float: right;
}

.topics_box {
	margin-bottom: 10px;
}

.topics_date {
	width: 730px;
	text-align: right;
	line-height: 15px;
}

.line {
	margin-bottom: 30px;
}

.paging {
	width: 730px;
	text-align: center;
	color: #DFDFDF;
}



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;
}


