@import url(index.css);

body {
	position: relative;
/*	max-width: 1000px;*/
}

/**** aside
********************/

#aside {
/*	left: -290px;
	margin-left: 100%;*/
	left: auto;
	margin-left: 0;
	right: 10%;
	margin-top: 0;
}

#aside ul {
	margin-top: 20px;
}

#aside ul.itemmenu li {
	border-right-color: #5F5BB5;
}

#aside ul.itemmenu li a {
	background-image: url(item_menu_bg.gif);
}
#aside ul.itemmenu li a:hover {
	background-image: url(item_menu_bg_f2.gif);
}


#contents{
	padding:0px;
	border: 0px none;
}
#contents>* {
/*	width: 70%;
	left:200px;*/
	margin-left: 10px;
	margin-right: 210px;
}

/***** section
*******************/
.section {
	background-image: url(item_menu_bg_r.gif);
}
.section ul,
.section dl {
	background-image: url(item_menu_bg_b.gif);
}
#contents .section ul,
#contents .section dl {
	background-image: none;

}


#contents .section .system {
	text-align: right;
	font-size: small;
}


#contents h4,
#contents h4{
	font-weight: bold;
	padding: 3px 2em 3px 1em;
	margin: 3px 5px 3px 10px;
	background-color: #eee;
}



#contents .history *,
#contents .links *{
	text-align: left;
	font-size: 80%;
}
#contents .history * *,
#contents .links * *{
	font-size: 100%;
}
#contents .history h3,
#contents .links h3{
	font-size: 100%;
	padding: 3px 2em 3px 1em;
	margin-top: 3px;
	margin-bottom: 3px;
}

#contents .history h4,
#contents .links h4{
	font-weight: bold;
	padding: 3px 2em 3px 1em;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #fff;
}

#contents .downloads li,
#contents .history li,
#contents .links li{
	border-bottom-width: 0px;
}

#contents .downloads li li,
#contents .history li li,
#contents .links li li{
	border-bottom-width: 1px;
}

#title h2 {
	display: inline;
}

#contents dl.compact dt{
	border: 0 none;
}
#contents dl.compact dd{
	border: 0 none;
}

#contents dl.compact:after{
	display: block;
	visibility: hidden;
	content: url(spacer.gif);
	height: 1px;
	clear: left;
}

.section dl dd ol {
	list-style-position: outside;
	margin-left: 0;
}
.section dl dd li li {
	text-indent: -2.5em;
}
.section dl dd ol ol {
	margin-left: 0;
	list-style-position: inside;
}

