/* CSS Document */

body {
	text-align:center;
	font-size: 75%;
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	line-height: 1.5;
	/*\*/
	letter-spacing: 0.1em;
	/**/
	color: #333333;
	background-color: #CCFF99;
	margin: 0;
	padding: 0;
}
#wrapper {
	margin : 0;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	width: 760px;
	text-align:left;
	background: url(../images/body_bg.gif) right top repeat-y;
}

#header {
	position:relative;
	width: 100%;
	height:142px;
	margin: 0px;
	padding: 0px;
	
}
#logo {
	/*width:750px;
	height:142px;*/
}
#navigation {
	position:absolute;
	left:0px;
	width:740px;
	top: 140px;
	/*\*/
	top: 125px;
	/**/
}
#navigation ul {
	
	margin: 0;
	padding: 0;
	list-style: none;
	height:16px;
	overflow:hidden;
}
#navigation li {
	float: left;
	width: 76px;
	margin: 0;
	
}
#navigation a {
	display: block;
	width: 100%;
	width: 76px;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
#navigation li a:hover {
	color: #EC8602;
	background-color:#FFFFCC;
	border-bottom: 1px dotted #000000;
}
#footer {
	margin-right:12px;
	text-align:right;
}


#ad {
	clear:both;
	margin-left:11px;
	margin-right:11px;
	padding:0;
	
}
#content h1 {
	margin:0;
	clear:left;
	font-size:150%;
	color:#336600;
	text-align:center;
		
}
#content ul {
	float:left;
	list-style: none;
	padding:5px;
	margin-left:18px;
	margin-top:18px;

}
#content li{
	/*float:left;:?
	/*border: 1px dotted #336600;*/
	width:300px;
	margin-right:18px;
	padding:5px;

}

#content .control table{
	/*clear:both;*/
	float:right;
	width:200px;
	height:20px;
	border-top:1px solid #FFFF00;
	border-bottom:none;
	border-left:none;
	border-right:none;
	font-size:100%;
	text-align:center;
		margin-top:18px;
	margin-right:60px;
	padding:6px;
	border: 1px dotted #336600;
	background-color: #FFFFCC;
	margin-bottom:10px;
}
#content .control td {
	margin:5px;
	
}
.style1 {color: #FF0000}


#content .result table {
	clear:both;
	width:700px;
	margin-left:20px;
}
#content .result td {
	border-top:1px solid #CCCCCC;
	
	border-right:1px solid #CCCCCC;
	border-left:6px solid #CCCCCC;
	border-bottom:1px solid #F3F3F3;
	
	text-align:left;
	padding:6px;

}

#content .result th {
	
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-left:6px solid #CCCCCC;
	border-bottom:1px solid #F3F3F3;
	background-color:#F3F3F3;
	
}

a img {
	border:0;
}
#content a {
	background-color:#F3F3F3;
	color:#336600;
}