/* default */
body {
	margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
	border-color: #000000;
	background: #FFFFFF;
	margin: 0px; padding: 0px;
}
td {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	border-color: #000000;
	color: #000000;
	line-height: 125%;
}
a {
	color: #4090E2;
	text-decoration: underline;
}
/* class */
td.head {
	background-image: url(img/head_bg.png); background-repeat: repeat-x;
	height: 113px;
}
td.head div {
	position: absolute;
	left: 316px;
	top: 73px;
	color: #FFFFFF;
}
td.head div a {
	color: #FFFFFF;
}
td.head img {
	position: absolute;
	left: 0px;
	top: 0px;
}
td.title {
	background-image: url(img/head_bottom.png); background-repeat: no-repeat;
	height: 40px;
	vertical-align: bottom;
}
td.title div {
	padding-left: 300px;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #0069D2;
}
div.menu {
	width: 200px;
	height: 80%;
	margin-top: 20px;
	border-right: 1px solid #7CBDFF;
}
td.page {
	background-image: url(img/foot_top.png); background-repeat: no-repeat; background-position: right bottom;
	padding: 20px;
	text-align: left;
}
td.foot {
	background-image: url(img/foot_bottom.png); background-repeat: repeat-x;
	height: 53px;
	padding-bottom: 5px;
	vertical-align: bottom;
}
td.foot span {
	padding-left: 10px;
	padding-right: 15px;
	vertical-align: bottom;
	color: #FFFFFF;
}
a.line1 {
	display: block;
	padding: 5px;
	padding-left: 20px;
	border-bottom: 1px dashed #CFE7FF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.line1:hover {
	border-bottom-style: solid;
}
a.line2 {
	display: block;
	padding: 2px;
	padding-left: 30px;
	border-bottom: 1px dashed #CFE7FF;
	font-size: 12px;
	background: #EFF7FF;
	text-decoration: none;
}
a.line2:hover {
	border-bottom-style: solid;
}