@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.main_img {
	margin-bottom: 10px;
}

/*=====title start====================================================== */
.title {
	height: 100px;
	background: url("image/title.jpg") no-repeat;
	margin: 15px 0px 15px 0px;
}

.title_txt{
	color: #FFFFFF;
	font-size: 18px;
	margin: 0px 0px 0px 15px;
	padding-top: 25px;
}

.title_txt2{
	color: #FFFFFF;
	font-size: 10px;
	margin-left: 15px;	
}

/*=====title end======================================================= */

.title_img{
	height: 25px;
	background: url("./image/title_img.gif") no-repeat;
	margin-bottom: 20px;
}

.text3{
	color: #006699;
	font-weight: bold;
	margin: 0px 0px 0px 7px;
	padding-top: 7px;
}

.topics_img{
	width: 200px;
	margin-left: 20px;
	text-align: center;
	float: left;
	border: 1px solid #000000;

}

.link_title {
	color: #006699;
	width: 700px; 
	margin-bottom: 6px;
	
}


.text4{
	width: 520px;
	float: left;
	margin-bottom: 10px;
}

.link_buttom {
	width: 111px;
	height: 22px;
	float: right;
}

.link_line {
	width: 720px;
	margin: 0px 0px 10px 0px;
	
}

















a.link:link {
	text-decoration: underline;
	color: #0000FF;
	border: 0px;
}

a.link:visited {
	text-decoration: underline;
	color: #0000FF;
	border: 0px;
}

a.link:active {
	text-decoration: none;
	color: #0000FF;
	border: 0px;
}

a.link:hover {
	text-decoration: none;
	color: #0000FF;
	border: 0px;
}


