@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.main_box {
	width: 520px;
	margin: 0px 15px 0px 15px;
}

.title_img {
	background: url("./image/title_img.jpg") no-repeat;
	padding: 30px 15px 40px 10px;
	margin-bottom: 10px;
}

.title_name {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #666600;
	letter-spacing: 3px;
}

.title_name1 {
	float: right;
	font-family:Arial Black;
	font-size: 14px;
	color: #666600;
}

.title_bar {
	background: url("./image/title_bar.gif") no-repeat;
	font-weight: bold;
	color: #666600;
	padding: 3px 5px 3px 5px; 
	margin-bottom: 15px;
}

.txt_box {
	margin-bottom: 15px;
	line-height: 15px;
}

a.link:link {
	text-decoration: underline;
	color: #003300;
	border: 0px;
}

a.link:visited {
	text-decoration: underline;
	color: #003300;
	border: 0px;
}

a.link:active {
	text-decoration: underline;
	color: #558419;
	border: 0px;
}

a.link:hover {
	text-decoration: underline;
	color: #558419;
	border: 0px;
}



