@charset "UTF-8";
/* CSS Document */

body {
	background-color: #999999;
 	background-image: url(images/bg_02.jpg);
}

body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #184B9A;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 13px;
}

a {
	color: #1f4b99;
}

a:hover {
	color: #557EC2;
}

a:visited {
	color: #1f4b99;
}

.menu td {
	border: 1px solid #cccccc;
	font-size: 12px;
}

.menu td a {
	display: block;
}

.menu a {
	color: #1f4b99;
	text-decoration: none;
}

.menu a:hover {
	color: #5c8ee5;
	background-color: #eeeedd;
}


.minimenu td {
	font-size: 12px;
}

.minimenu td a {
	display: block;
	color: #0057B5;
	text-decoration: none;
}

.minimenu a:hover {
	color: #5c8ee5;
}

#notice {
	position: relative;
	z-index: 5;
}

#main {
	position: relative;
	height: 850px;
	width: 800px;
	left: 0px;
	top: 0px;
	background-image: url(images/shop.gif);
	background-repeat: no-repeat;
}


.screen {
	opacity: .3;
	filter: alpha(opacity=30); 
	background-image: url(images/screen.gif); 
}

.sub_title {
	font-weight:bold;
}

.rev {
	color: #FFFFFF;
	background-color: #1f4b99;
	font-weight: bold;
}
#col1 {
	overflow: auto;
	position: absolute;
	height: 834px;
	width: 509px;
	padding: 8px;
	left: 0px;
	top: 0px;
	z-index: 3;
}

#col2 {
	overflow: visible;
	position: absolute;
	height: 834px;
	width: 257px;
	left: 525px;
	padding: 8px;
	top: 0px;
	text-align: center;
	z-index: 2;
}
.content {
	padding: 8px;
}

.footer {
	color: #1f4b99;
}
