@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color: #999;
}
#table_left {
	background-image: url(images/edge_shadow_left.gif);
	width: 5px;
	overflow: hidden;
}
#table_right {
	background-image: url(images/edge_shadow_right.gif);
	width: 5px;
	background-repeat: repeat-y;
	overflow: hidden;
	background-color: #999;
}


.userguide {
	font-family: Verdana, Geneva, sans-serif;
}

.userguide h1 {
	font-size: 48px;
	font-weight: bold;
	color: #FFF;
	line-height: 50%;
	text-align: right;
	position: relative;
	top: -10px;
}

.userguide h2 {
	font-size: 24px;
	font-weight: bold;
	color: #900;
	position: absolute;
	right: 75px;
	top: 38px;
}
.userguide h3 {
	font-size: 24px;
	color: #900;
	font-weight: bold;
}


.pageheader {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 100%;
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
	z-index: 100;
	text-align: right;
	position: fixed;
	left: 0px;
	top: 0px;
}

#pagehead {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#contents {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	position: relative;
	z-index: 15;
	top: 30px;
}
.headerbutton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 33px;
	position: fixed;
	z-index: 101;
	top: 44px;
	color: #900;
	float: none;
	clear: left;
}
.headerbutton_left {
	background-image: url(images/header_button_left.gif);
	height: 33px;
	width: 17px;
}

.contents_sublist {
	color: #000;
	line-height: normal;
	font-weight: normal;
	font-size: 14px;
}
.contents_list {
	font-weight: bold;
	color: #900;
}


.product {

}
.userguide h4 {
	font-size: 24px;
	color: #FFF;
	height: 40px;
	width: 100%;
	background-color: #900;
	font-weight: bold;
	text-align: right;
	margin-right: 20px;
}
.dialogitem {
	font-weight: normal;
	color: #FFF;
	height: 20px;
	background-image: url(images/slMenuButton.gif);
	background-repeat: no-repeat;
	width: 110px;
	text-align: center;
	z-index: 1;
	position: relative;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-position: center;
	font-size: 12px;
}
.center {
	text-align: center;
}
.headerbutton_right {
	background-image: url(images/header_button_right.gif);
	height: 33px;
	width: 17px;
}
.headerbutton_center {
	background-image: url(images/header_button.gif);
	height: 33px;
}
