a:link {
	color : #3366FF;
	text-decoration : none;
}

a:visited {
	color : #0000CC;
	text-decoration : none;
}

a:hover {
	color : #FFFFFF;
	text-decoration : none;
	background-color : #6699FF;
}

a:active {
	color : #FFFFFF;
	text-decoration : none;
	background-color : #3366FF;
}

body {
	background : #FFFFFF url("../image/wall.png") repeat;
	color : #666666;
	font-size : 12px;
	letter-spacing : 1px;
	line-height : 1.3;
}

img {
	border-width : 0px;
}

#logo {
	position : absolute;
	top : 10px;
	right : 5%;
	font-size : 14px;
}

#menulist {
	position : absolute;
	top : 120px;
	right : 5%;
}
.menu-r {
	list-style : none;
	background : url("../image/menuback-l.png") repeat-y left;
	border-color : #6699FF;
	border-width : 1px 0px;
	border-style : solid;
	padding : 5px 15px;
	width : 200px;
	text-align : right;
	margin : 5px;
}

.menu-l {
	list-style : none;
	background : url("../image/menuback-r.png") repeat-y right;
	border-color : #6699FF;
	border-width : 1px 0px;
	border-style : solid;
	padding : 5px 15px;
	width : 200px;
	text-align : left;
	margin : 5px;
}

.content {
	position : absolute;
	top : 60px;
	left : 5%;
	width : 95%;
	
}

.newstitle {
	background : url("../image/menuback-r.png") repeat-y right;
	border-color : #6699FF;
	border-width : 1px 0px;
	border-style : solid;
	padding : 5px 15px;
	width : 85%;
	text-align : left;
	margin : 5px;
	font-size : 12px;
	font-weight : bold;
	color : #669999;
}

.newsdate {
	margin : 5px;
}

.newsauthor {
	color : #999999;
	text-align : right;
	margin-right : 18px;
	font-size : 10px;
}

.news {
	margin : 10px;
	width : 85%;
	padding-bottom : 20px;
	padding-left : 20px;
}

br {
	letter-spacing: 0px;
}

.strong {
	color : #CC3333;
}

li:first-line {
	color : #669999;
}

ul {
	margin-bottom : 0px;
}

#list-menu {
	padding-left : 32px;
	list-style-type : decimal-leading-zero;
	padding-bottom : 24px;
}

#version {
	padding : 4px;
	margin-bottom : 16px;
	list-style-type : circle;
}

address {
	font-style : normal;
	padding-left : 50px;
	border-bottom : dashed 1px #CC3333;
	}

#archive {
	color : #CC9999;
}

#toollist {
	list-style-type : square;
}

#information {
	border-left : 1px dashed #CC6666;
	border-right : 1px dashed #CC6666;
	border-bottom : 1px dashed #CC6666;
	padding-left : 15px;
	padding-right : 15px;
	padding-bottom : 15px;
	width : 50%;
	position : absolute;
	left : 40%;
	top : 30px;
}

#infotitle {
	border-left : 1px solid #FF9999;
	border-right : 1px solid #FF9999;
	border-bottom : 2px solid #FF9999;
	font-size : 12px;
	font-weight : bold;
	letter-spacing : 4px;
	padding-left : 40px;
}

#infolist {
	list-style-type : square;
}

#infomain {
	height : 110px;
	overflow : scroll;
}

.infodate {

}

#infocomment {
	color : #999999;
	margin-left : 24px;
}

#table_jobclass {
	border: 1px #333333 solid;
	border-collapse: collapse;
	font-size: 10px;
}

#table_jobclass th {
	border: 1px #333333 solid;
	background-color: #99CC99;
}

#table_jobclass th.num_dec {
	width: 70px;
}

#table_jobclass th.num_hex {
	width: 70px;
}

#table_jobclass th.class_name {
	width: 160px;
}

#table_jobclass td {
	border: 1px #333333 solid;
	padding-left: 4px;
}