/* default */
body {
	margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;
	background-image: url(img/bg.png);  background-repeat: repeat-x;
	background-color: #6885B2;
}
div.bd {
	background-image: url(img/img_bg.png); background-repeat: no-repeat;
	padding-left: 30px;
}
table.body {
	width: 80%;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px; padding: 0px;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
	border-color: black;
}
td {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 125%;
	border-color: black;
}
a {
	color: #6F6F6F;
	text-decoration: underline;
}
/* class */
td.head {
	height: 76px;
}
td.head div {
	position: absolute;
	left: 220px;
	top: 40px;
	color: #FFFFFF;
	font-size: 14px;
}
div.thead {
	margin-left: 180px;
	margin-top: 5px;
	font-size: 11px;
}
div.thead a {
	color: #000000;
}
div.title {
	background-image: url(img/title.png); background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 15px;
	color: #000000;
	vertical-align: bottom;
	border-bottom: 1px solid #6885B2;
}
td.tmenu {
	background-image: url(img/menu_bg.png); background-repeat: repeat-x;
	height: 39px;
}
td.tmenu div {
	height: 39px;
	background-image: url(img/menu_left.png); background-repeat: no-repeat;
}
td.tmenu div div {
	height: 39px;
	background-image: url(img/menu_right.png); background-repeat: no-repeat; background-position: right;
}
div.menu {
	position: absolute;
	left: 0px;
	top: 78px;
	height: 18px;
	width: 100%;
	color: #FFFFFF;
	padding-left: 40px;
	padding-right: 20px;
}
div.menu table td {
	vertical-align: top;
	color: silver;
}
ul.podmenu {
	position: absolute;
	top: 20px;
	display: none;
	border: 1px solid #3862A0;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
	width: 200px;
	background: #E2ECFC;
}
ul.podmenu li {
	color: #3862A0;
}
td.page {
	height: 100%;
	margin-top: 0px;
	padding: 20px;
	text-align: justify;
	background: #FFFFFF;
	border: 1px solid #3862A0;
	border-top-width: 0px;
}
td.foot {
	background-image: url(img/foot_bg.png); background-repeat: repeat-x;
	height: 68px;
	padding-bottom: 5px;
	vertical-align: bottom;
}
td.foot span {
	padding-left: 10px;
	padding-right: 15px;
	vertical-align: bottom;
	color: #FFFFFF;
}
a.line1 {
	display: block;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 25px;
	text-decoration: none;
	background-image: url(img/ico.png); background-repeat: no-repeat;
}
a.line1:hover {
	text-decoration: underline;
}
a.line2 {
	display: block;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}
a.line2:hover {
	display: block;
}