@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%;
}
/*contents
*/
#content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	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;
}
#content .sideright .caption dl dt {
	width: 750px;
	margin-left: 50px;
}
#content .sideright .caption #up {
	float: right;
}

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

