@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.flash {
	margin-bottom: 10px;
}

.left_box {
	width: 475px;
	float: left;
}

.index_txt {
	font-size: 14px;
	font-weight: bold;
	color: #0678C4;
	margin-bottom: 10px;
}

.txt_box {
	line-height: 16px;
	margin-bottom: 15px;
}

.topi_title {
	margin-bottom: 15px;
}

.topics_box {
	width: 475px;
	table-layout: fixed;
	margin-bottom: 5px;
}

.block_td {
	width: 21px;
}

.date_td {
	width: 80px;
}

.line {
	margin-bottom: 10px;
}

.right_box {
	width: 230px;
	float: right;
}

.banner {
	margin-bottom: 5px;
}

.banner_txt {
	font-size: 10px;
	line-heightt: 16px;
	margin-bottom: 10px;
}

.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: 10px;
}

.title_txt {
	padding: 35px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
}

.title_bar {
	background: url("./image/title_bar.gif") no-repeat;
	font-weight: bold;
	line-height: 25px;
	padding: 0px 0px 0px 10px;
	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;
}


