@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.title_img {
	text-align: center;
	margin-bottom: 15px;
}

.contents_box {
	padding: 0px 10px 0px 10px;
}

.title_bar {
	background: url("./image/title_bar.gif") no-repeat;
	color: #0F67AF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 50px;
	margin-bottom: 10px;
}

.dl_box {
	width: 700px;
	background: #F0F0F0;
	border: 2px solid #CCCCCC;
	margin-bottom: 10px;
}

.icon_td {
	width: 150px;
	text-align: center;
}

.coment_td {
	font-size: 10px;
	line-height: 15px;
}

a.link:link {
	text-decoration: underline;
	color: #0F67AF;
	border: 0px;
}

a.link:visited {
	text-decoration: underline;
	color: #0F67AF;
	border: 0px;
}

a.link:active {
	text-decoration: underline;
	color: #0F67AF;
	border: 0px;
}

a.link:hover {
	text-decoration: underline;
	color: #FF6600;
	border: 0px;
}


