BODY{
	color: #999999 ;
	text-align: center ;
	background-image: url("./pic/wall.png");
	background-position: left;
	background-repeat: repeat-y;
	background-attachment: fixed;}
}

.menu {
	font-size: 20pt ;
	text-align: center ;
	align: center ;
}
A.menu_a {
	color: #24AF28 ;
	text-decoration: none ;
}
.menu_list_l1{
	list-style-image: url(./pic/icon_l.png);
	color: #24AF28 ;
	font-size: 18pt ;
	margin-left: 1.5em;
}
.menu_list_l1_noicon{
	list-style-type: none ;
	list-style-image: none;
	color: #24AF28 ;
	font-size: 18pt ;
	margin-left: 1.5em;
}
.menu_list_l2{
	list-style-image: url(./pic/icon_m.png);
	color: #24AF28 ;
	font-size: 14pt ;
	margin-left: 1.5em;
}
.menu_list_l2_noicon{
	list-style-type: none ;
	list-style-image: none;
	color: #24AF28 ;
	font-size: 14pt ;
	margin-left: 1.5em;
}
.menu_list_l3{
	list-style-image: url(./pic/icon_s.png);
	color: #24AF28 ;
	font-size: 12pt ;
	margin-left: 1.5em;
}

.menu_list_l3_noicon{
	list-style-type: none ;
	list-style-image: none;
	color: #999999 ;
	font-size: 12pt ;
	margin-left: 1.5em;
}

.where{
	font-size: 10pt ;
	text-align: right;
	align: right;
}

.extention{
	text-align: right;
	align: right;
}

.update{
	color #999999 ;
	font-size: 8pt ;
	text-align: right;
	align: right;
}

A.where{
	color: #999999 ;
	text-decoration: none ;
	font-size: 10pt ;
	text-align: right;
	align: right;
}

h1{
	color: #24AF28 ;
	font-size: 28pt ;
}

h3{
	color: #24AF28 ;
	font-size: 18pt ;
}

h4{
	color: #24AF28 ;
	font-size: 14pt ;
}

h5{
	color: #24AF28 ;
	font-size: 12pt ;
}

.file{
	font-style: italic ;
}
.uri{
	font-style: italic ;
}
.cmd{
	font-style: italic ;
}
.shell{
	margin: 5pt ;
	width: 95%;
	border: 1pt #24AF28 dotted ;
	align: center;
}

.warning{
	font-size: 9pt ;
	align: right;
	text-align: right;
}

.text_list_l3{
	list-style-image: url(./pic/icon_s.png);
	margin-left: 1.5em;
}
