@charset "utf-8";
body, html {
	margin: 0px;
	height: 100%;
	background-color: #666;
	background-image: url(../img/all_b.gif);
}

#con_all {
	width: 800px;
	height: auto;
	margin: 0px auto 0px auto;
	background-image: url(../img/back.gif);
}

#ind_fl {
	margin: 20px 0px 10px 0px;
	width: 800px;
	height: 600px;
}
#idx {
	width: 90px;
	height: 40px;
	float: left;
	margin: 20px 0px 0px 150px;
}
#ind_lg {
	width: 200px;
	height: 67px;
	float: left;
	margin: 5px 0px 0px 60px;
}
#ext {
	width: 90px;
	height: 40px;
	float: left;
	margin: 20px 0px 0px 60px;
}
#att {
	width: 800px;
	height: auto;
	margin: 20px auto 0px auto;
	font-size: 10px;
	text-align: center;
	line-height: 150%;
}
#att a {
	font-size: 14px;
	color: #006;
}
a {
	color: #333;	}

