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

body {
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
}

div#container {
	height: 100%;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

div#sub_container { 
	height: 650px;
	width: 810px;
	clear: both;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#mini_container {
	height: 600px;
	width: 250px;
	text-align: left;
	margin-top: 50px;
	float: left;
	padding-right: 30px;
}

div#mini_container_r {
	height: 600px;
	width: 250px;
	text-align: left;
	margin-top: 50px;
	float: right;
}

div#line_1 {
	float: none;
	height: 19px;
	width: 250px;
	border-bottom: 1px solid #212123;
	text-align: right;
}

#line_2 {
	height: 18px;
	width: 50px;
	border-bottom: 1px solid #212123;
	float: left;
}

#line_3 {
	height: 24px;
	width: 810px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #212121;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#line_4 {
	height: 23px;
	border-bottom: 1px solid #212123;
	width: 100px;
	float: left;
}

a {
    font-family: sans-serif;
	font-size: 12px;
	color: #212123;
	text-decoration: none;
	line-height: 1.5em;
}

a:hover {
	color:#FFFFFF;
	background-color: #0099CC;
}

a:active {
	color:#FFFFFF;
	background-color: #0099CC;
}

p {
    font-family: sans-serif;
	font-size: 12px;
	color: #212123;
	margin-bottom: 0px;
}
