.text-gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
}
.text-orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
}
.text-l-gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
}

.text-b-orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.text-b-gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.title_l_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#666666;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.workstitle_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#FF9900;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.pagetitle-orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FF9900;
	font-style: normal;
	line-height: 16px;
	letter-spacing:0.1em;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.pagetitle-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	font-style: normal;
	line-height: 16px;
	letter-spacing:0.1em;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}
.pagetitle-gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	font-style: normal;
	line-height: 16px;
	letter-spacing:0.1em;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	}


.text-gray-jpn {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 11px;
	color: #333333;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
}

.text-orange-jpn {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 11px;
	color: #FF9900;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
}

.text-b-orange-jpn {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 11px;
	color: #FF9900;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.text-b-gray-jpn {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 11px;
	color: #333333;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}


.titlelayer {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-colore:#666666;
	text-decoration: none;
    letter-spacing:0.1em;
	width: 150px;
	top: 23px;
	padding: 0px;
}
.titlelayer2 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-colore:#666666;
	text-decoration: none;
	letter-spacing:0.1em;
	width: 160px;
	top: 8px;
	padding: 0px;


#container {
	min-height:100%;
	position:relative;
	width:900px;
	height:100%;
	overflow: scroll;
	top:0;
	left:0;
	margin-top: 0px;
	border: 0;
}

#content{
	position: relative;
	display:block;
	width:900;
	height:100%;
	left:0;
	margin:0;
	top:0;
	height:100%;
	padding:0px;
	overflow: visible;
}

.scroll{
	position:absolute;
	display:block;
	height:300px;
	overflow:scroll;
	padding: 100px 30px 15px 20px;
	border:1px dashed black;
	border-right:0;
	margin:50px 0px;
	background:#fff;
	left:0;
	top:0;
	width: 300px;
	/* fixes has-layout-bug in IE6*/
	zoom:1;
	
}

