﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body {
	text-align: center;
	background-color: #D1D1D3;
}
#container{
	margin-right: auto; 
	margin-left: auto; 
}
#center{
	margin-top:-373px;
	text-align:center;
	padding:0px 5px;
	
}
#center #decl{
	width:760px;
	height:385px;
	margin-left:300px;
	text-align:left;
	position:relative;
	z-index:1;
	border:1px solid #FFFFFF;
}
#center #c_left{
	width:480px;
	height:400px;
	text-align:left;
	position:relative;
	z-index:1;
	float:left;
}
#center #c_right{
	width:230px;
	height:auto;
	padding-top:36px;
	text-align:left;
	position:relative;
	z-index:1;
	float:right;
}
#center #c_right ul li{
	list-style:none;
	margin-top:5px;
}
#center #c_right ul li a:hover{
	color:#333333;
	text-decoration:none;
}
#center #decl #one{
	font-size:18px;
	margin:8px 0px 0px 8px;
	padding-top:10px;
	color:#0033FF;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	
}
#center #decl #c_left ul li{
	margin-top:5px;
	width:660px;
	height:auto;
	list-style:none;
	margin-left:30px;
}
#center #decl a{
	text-decoration:none;
	margin-left:5px;
	color:#333333;
	font-size:13px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
}

#center #decl a:hover{
	text-decoration:underline;
	color:#FF6600;
}
#container #foot{
	margin-top:10px;
	margin-left:20px;
}
