@charset "EUC-JP";


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

.main_img {
	margin-bottom: 10px;
}

.title {
	background: url("./image/title_img.gif") no-repeat;
	width: 720px;
	height: 62px;
	margin-bottom: 10px;
}

.title_txt {
	font-size: 20px;
	font-weight: bold;
	color: #003B62;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 35px;
}

.english_txt {
	font-size: 10px;
	font-weight: bold;
	color: #006291;
	margin: 0px 0px 0px 35px;
}

.title_bar {
	background: url("./image/title_bar.gif") no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
	padding: 0px 0px 0px 10px;
	margin-bottom: 15px;
}

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

.dl_bg {
	background: url("./image/bg.gif") repeat-y;
	padding: 10px 0px 10px 0px;
	margin: 0px 10px 2px 10px;
}

.dl_box {
	width: 680px;
	margin: 0px 0px 0px 20px;
}

.button_td {
	width: 240px;
}

.icon_td {
	width: 30px;
}

.down_load {
	margin-bottom: 20px;
}


a.dl_link {
	text-decoration: underline;
	color: #000000;
	border: 0px;
}

a.dl_link:visited {
	text-decoration: underline;
	color: #000000;
	border: 0px;
}

a.dl_link:active {
	text-decoration: underline;
	color: #000000;
	border: 0px;
}

a.dl_link:hover {
	text-decoration: underline;
	color: #FF0000;
	border: 0px;
}


