@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======================================================= */

.text2{
	color: #006699;
	margin-bottom: 20px;
	
}
.title_img{
	height: 25px;
	background: url("./image/title_img.gif") no-repeat;
	margin-bottom: 15px;
}

.text3{
	color: #006699;
	font-weight: bold;
	margin: 7px 0px 0px 7px;
}

.topics_img{
	width: 200px;
	margin-left: 20px;
	text-align: center;
	float: left;

}

.text4{
	width: 450px;
	float: right;
}



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;
}


