@charset "utf-8";
/* CSS Document */
div.home-top {
	background-color: #EBEBEB;
	float: left;
	padding: 5px;
	margin-right: 5px;
}

div.home-i {
	background-color: #EBEBEB;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	width: 285px;
}

div.home-ii {
	clear: both;
	background-color: #ffffff;
	padding-right: 19px;
}

div.home-right {
	background-color: #EBEBEB;
	float: right;
	width: 210px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 0px;
}

div.home-clear {
	clear: both;
	background-color: #EAEAEA;
}

div.home-main {
	background-color: #EBEBEB;
	float: left;
	width: 600px;
	padding-right: 5px;
}

div.home-tl {
	float: left;
	background-image: url(tab01.gif);
	width: 34px;
	height: 26px;
}

div.home-tm {
	float: left;
	height: 26px;
	width: 232px;
	text-align: center;
	font-size: 16px;
	background-color: #c5c5c5;
}

div.home-tr {
	float: right;
	background-image: url(tab02.gif);
	width: 19px;
	height: 26px;
}

div.home-block {
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #5473a9;
	padding: 5px;
	border: 1px;
	text-align: center;
}

td.bg {
	background-image: url(gradient.jpg);
	background-repeat: repeat-x;
}

div.point {
	width: auto;
	height: auto;
	display: inline;
}

div.pointcontainer {
	position: static;
	display: block;
	width: auto;
	height: auto;
	display: block;
	margin-bottom: 5px;
}

div.pointtext {
	width:auto;
	height: auto;
	margin-right: 5px;
	margin-left: 10px;
	font-size: small;
	font-weight:normal;
	color: #404040;
	display: inline;
}

