/* 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 {
	clear:left;
	font-size:150%;
	color:#336600;
	text-align:center;
	margin:0;
	margin-top:10px;
	
		
}
#content .head {
	padding:6px;
}
#content .head ul {
	list-style:none;
}


#content .app h2 {
	
	font-size:105%;
	color:#336600;
	
}
#content .lab h2 {
	
	font-size:105%;
	color:#336600;
	
}
#content .list .appList {
	float:left;
	width:300px;
	
	margin-left:40px;
}
#content .list .appList dt{
	color:#336600;
	font-weight:bold;
}
#content .list .labList {
	float:right;
	width:300px;
	height:180px;
	margin-right:40px;
	
}
#content .list .labList dt{
	color:#336600;
	font-weight:bold;
}
#content .app {
	clear:both;
	float:left;
	width:300px;
	margin-left:20px;
	
}
#content .lab {
	float:right;
	width:300px;
	margin-right:20px;
	
}
#content .app .app1 {
	margin:3px;
	padding:0;
	border-right:3px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
}
#content .lab .lab1 {
	margin:3px;
	padding:0;
	border-right:3px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
}
#content .app .app1 dt{
	color: #336600;
}
#content .lab .lab1 dt{
	color: #336600;
}
a img {
	border:0;
}
#content a {
	/*background-color:#F3F3F3;*/
	color:#336600;
}
#content a:hover {
	color: #EC8602;
	background-color:#FFFFCC;
	/*border-bottom: 1px dotted #000000;*/
}