@charset "utf-8";

* {
	padding: 0px;
	font-style: normal;
	margin: 0px;
}

body {
	font-size: 10pt;
	line-height: 16pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Osaka;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
}
/*link
*/

a img {
	border-style: none;
}
a:link {
	color: #FFFFCC;
	text-decoration: underline;
}
a:visited {
	color:#FFFFCC;
	text-decoration: underline;
}
a:active {
	color:#FFFFCC;
	text-decoration: none;
}


/*wrapper
*/
#rap {
	width: 820px;
	background-color: #000000;
	margin: auto;
	height:100%;
}
/*header
*/
#header {
	height: 60px;
}

#header h1 {
	height: 50px;
	background-image: url(img/designing.gif);
	background-position: left top;
	text-indent: -1500px;
	display: block;
	width: 280px;
	margin-top: 10px;
	margin-left: 10px;
	float:left;
	overflow: hidden;
}
#header p.cit a {
	background-image: url(img/back.gif);
	background-position: left top;
	text-indent: -1500px;
	display: block;
	height: 20px;
	width: 80px;
	margin-top: 10px;
	margin-right:10px;
	float:right;
	overflow: hidden;
}
/*contents/*contents
*/
#content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996600;
	margin-top: 1px;
	width: 820px;
clear: both;
	float: left;
}


/*footer*/
#footer {
	clear: both;
}
#footer address {
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	color:#CCCCCC;
	font-size:8pt;
	text-align: center;
	margin-top: 10px;
}
/*sidebar*/

#content .sideright {
	margin-left: 10px;
}

	
#content .sideright .caption {
	color: #FFFFFF;
clear: both;
}
#content .sideright .caption h3 {
	font-size: 12px;
	color: #CCCCFF;
	margin-left: 50px;
	margin-top: 50px;

}

#content  .sideright .caption dl {
		color: #CCCCCC;
		width: 780px;
	font-size: 12px;
	margin-left: 50px;
	}
#content .sideright .caption dl dt {
	width: 500px;
	float: left;
}
#content .sideright .caption dl dd {
	color: #999999;
	font-size: 11px;
	line-height: 16pt;
	width: 250px;
	float: left;
	margin-left: 10px;
}
#content .sideright .caption #up {
	float: right;
}

/*修正css*/
#characteristic #content .caption {
	margin-top:0px;
}

