@charset "utf-8";

body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: small;
	margin-right: 0px;
	margin-left: 0px;
}
#bace {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #FFF;
	padding: 0px;
}
#bace a {
	zoom: 1;
}
#bace a:hover {
	zoom: 1;
	filter:alpha(opacity=60, FinishOpacity=100, Style=0);
	-moz-opacity:0.60; //mozira
	opacity:0.60; //IE
}

#bace #header {
	text-align: center;
	padding-top: 30px;
}
#bace #header h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#bace #main {
	padding-top: 35px;
}
#bace #main #s1 {
	width: 386px;
	float: left;
	text-align: center;
}
#bace #main #s2 {
	float: left;
	text-align: center;
	margin-left: 70px;
}

#bace #main #logo {
	margin-top: 10px;
}

#bace #menu  {
	padding-top: 15px;

}

#bace #contents {
	padding-top: 20px;
}
#bace #contents #news_box {
	width: 400px;
	line-height: 140%;
	float: left;
	padding-bottom: 20px;
}
#bace #contents #news_box #title_news {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-left: 10px;
}
#bace #contents #news_box #news {
	margin-top: 0px;
	margin-left: 20px;
}
#bace #contents #s2_info {
	margin-top: 30px;
	margin-left: 500px;
}
#bace #contents #agent {
	padding-top: 30px;
	margin-left: 500px;
}
#bace #contents #agent img {
	float: left;
}
#bace #contents #com_info {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#bace #contents #com_info address {
	font-style: normal;
}
#bace #footer {
	background-color: #333;
	color: #FFF;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
