@charset "utf-8";

/* (C)JFE-STEEL */
/* slag.css  */


/* --BOX--*/

#docs {
	clear: left;
	float: left;
	width: 750px;
	background-image: url(../../img/common/common_bg.gif);
	background-repeat: repeat-y;
}

#docs #docs-c {
	clear: left;
	float: left;
	width: 740px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

#docs #docs-c #contents {
	/*	clear: left;
	float: left;*/
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

#contents .maintable {
	margin-top: 15px;
}

.guideline {
	border: 1px solid #CC0000;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding: 10px;
	background-color: #fffef4;
	font-size: 10pt;
	line-height: 150%;
}

.trademark {
	color: #003399;
	text-align: center;
	font-size: 10pt;
}

#menu .open {
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #0000FF;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	white-space: nowrap;
}

#menu li a,
#menu li a:visited {
	font-size: 10pt;
	color: #0000FF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0000FF;
	display:block;
}

#menu li a:hover {
	font-size: 10pt;
	color: #FF0000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF0000;
	display:block;
}

.style1 {color: #99CC00;}
.style2 {color: #FF6600;}
.style3 {color: #666600;}
.style4 {color: #339933;}
.style5 {color: #003399;}
.style6 {
	color: #333366;
	font-size: 10pt;
}
.style7 {color: #3366CC;}
.style8 {
	color: #996633;
	font-size: 12pt;
}

sub {
	font-size: 8pt;
	_font-size: 9pt;
	vertical-align: bottom;
	_vertical-align: sub;
 }

em {
	color: #FF0000;
	text-decoration: underline;
	font-style: normal;
}


.trademark2 {
	color: #003399;
	font-size: 9pt;
}
