@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.main_box {
	width: 550px;
	margin: 0px 15px 0px 0px;
}

.slide_show {
	margin-bottom: 10px;
}

.main_img {
	background: url("./image/img_bg.jpg") no-repeat;
	padding: 0px 5px 0px 5px;
}

.title_bar {
	margin-bottom: 8px;
}

.banner_box {
	margin: 5px 20px 20px 0px;
	float: left;
}

.banner_box1 {
	margin: 5px 0px 20px 0px;
	float: left;
}

.banner {
	margin-bottom: 10px;
}

.txt_box {
	font-size: 10px;
	width: 170px;
}

.topics {
	margin-bottom: 15px;
}

.topics_box {
	background: url("./image/topics_bg.gif") no-repeat;
	width: 550px;
	height: 25px;
	margin-bottom: 2px;
}

.date_td {
	text-align: center;
	width: 120px;
}

a.banner1 {
	display: block;
	background: url("./image/banner1-2.jpg") no-repeat;
	width: 170px;
	height: 135px;
}

a.banner1:hover {
	background: url("./image/banner1-1.jpg") no-repeat;
	width: 170px;
	height: 135px;
}

a.banner2 {
	display: block;
	background: url("./image/banner2-2.jpg") no-repeat;
	width: 170px;
	height: 135px;
}

a.banner2:hover {
	background: url("./image/banner2-1.jpg") no-repeat;
	width: 170px;
	height: 135px;
}

a.banner3 {
	display: block;
	background: url("./image/banner3-2.jpg") no-repeat;
	width: 170px;
	height: 135px;
}

a.banner3:hover {
	background: url("./image/banner3-1.jpg") no-repeat;
	width: 170px;
	height: 135px;
}

a.link:link {
	text-decoration: underline;
	color: #99000;
	border: 0px;
}

a.link:visited {
	text-decoration: underline;
	color: #990000;
	border: 0px;
}

a.link:active {
	text-decoration: underline;
	color: #990000;
	border: 0px;
}

a.link:hover {
	text-decoration: underline;
	color: #990000;
	border: 0px;
}



