body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.6;
}
img, a img {
	border: none;
}
table, td, th {
	border-collapse: collapse;
	border: 1px solid #b30000;
	padding: 4px;
}
th {
	background-color: rgba(255,178,178,0.2);
}
td {
	text-align: center;
}
li {
    margin: 0 0 0 -8px;
}
a:link {
	color: #1262B3;
	text-decoration: none;
}
a:visited {
	color: #1262B3;
	text-decoration: none;
}
a:hover {
	color: #B30000;
	text-decoration: none;
}
a:active {
	color: #B30000;
	text-decoration: none;
}
.txt_red {
	color: #B30000;
}
.page {
	width: 920px;
	margin: 0px auto;
}
.menu {
	width: 1200px;
	height: 618px;
	background: url(../images/bg_01.png) no-repeat;
	margin: 0 -140px;
}
#menuA {
	margin: 63px 817px 0 69px;
}
#menuB {
	margin: -307px 597px 0 231px;
}
#menuC {
	margin: -306px 261px 0 549px;
}
#menuD {
	margin: -393px 69px 0 817px;
}
#menuAll {
	margin: -612px 0 0 0;
}
.content {
	width: 760px;
	background: url(../images/bg_02.png) repeat-y;
	padding: 0 80px 40px;
}
.subMenu {
	margin: 0 -20px;
}
.subMenu img {
	margin: 0 14px;
	cursor: pointer;
}
.subContent {
	margin-top: 30px;
}
.top {
	text-align: center;
}
