@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.main_img {
	margin-bottom: 10px;
}

.title_img {
	margin-bottom: 10px;
}

.title_bar {
	background: url("./image/title_bar.jpg") no-repeat;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	padding: 0px 0px 0px 10px;
	margin-bottom: 10px;
}

.title_bar1 {
	background: url("./image/title_bar.gif") no-repeat;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	padding: 0px 0px 0px 25px;
	margin-bottom: 10px;
}

.img_box {
	margin-bottom: 10px;
}

.url_box {
	color: #000000;
	margin-bottom: 10px;
}

.txt_box {
	margin-bottom: 10px;
	line-height: 16px;
}

.line {
	margin-bottom: 15px;
}


a.link_link {
	text-decoration: none;
	color: #000000;
	border: 0px;
}

a.link_link:visited {
	text-decoration: none;
	color: #000000;
	border: 0px;
}

a.link_link:active {
	text-decoration: none;
	color: #000000;
	border: 0px;
}

a.link_link:hover {
	text-decoration: underline;
	color: #FF0000;
	border: 0px;
}



