/**
 *‹¤’Ê
 */

body {
	margin: 0px;
	padding: 0px;
	/*background-color:#999999;*/
	background:#1c1c1c url(../img/pageback_gray_gradation.gif) repeat-x top;

	
}

img {border:0px;
}

a:link {text-decoration: none;
	color: #0033FF;
}

a:visited {text-decoration: none;
	color: #0066FF;
}

a:hover {text-decoration: underline;
	color: #FF0000;
}

#container{
	background-color: #FFFFFF;
	width: 610px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

#header{
	width: 610px;
	height: 60px;
	text-align: left;
}

#contents{
	width: 450px;
	height: auto;
	float: right;
	
}

#footer {
	background: #4682b4;
	margin-top: 10px;
	padding: 5px;
	height: 30px;
	font-size: 75%;
	color: #ffffff;
	clear: both;
}

#menu {
	width: 150px;
	height: auto;
	float: left;
	
}

#menu ul {
	margin: 0px;
	padding:0px;
}

#menu li {
	height: auto;
	text-align: left;
	font-size: 70%;
	line-height: 140%;
	color: #666666;
	list-style: none outside none;
	display: block;
	width: 140px;
	margin-left: 10px;
}
.Clear {
	clear: both;
}
