@charset "utf-8";
.bot_inside {
	background-image: url(../images/bot.gif);
	background-repeat: repeat-x;
	display: block;
	height: 100px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #A6674A;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
.bot_inside a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: none;
	margin-right: 3px;
	margin-left: 3px;
	clear: none;
	width: 100px;
}
.bot_inside a:hover{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
	float: none;
	margin-right: 3px;
	margin-left: 3px;
	clear: none;
	width: 100px;
}
.bot_inside_top{
	margin-right: 140px;
	margin-left: 140px;
	height: 25px;
	float: none;
	text-align: center;

}

