/* CSS file for manual */

html {
/*	overflow: hidden;*/
	height: 100%;
}

body {
	background-color: #e0e0e0;
}

div#manualoutline {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	background-color: white;
}

div#menuTop {
	width: 100%;
	height: 0px;
	color: red;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #999999;
}

div#menuBottom {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #999999;
}

div#menuArea {
	width: 100%;
	height: 20px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #CCCCCC;
}
div#menu_l {
	float: left;
	width: 50%;
	text-align: left;
}
div#menu_r {
	float: left;
	width: 50%;
	padding: 3px 0px;
	font-size: 12px;
	text-align: right;
/*	color: #87CEEB;*/
}
div#menu_r a:link, a:visited {
	color: #ff6347;
	text-decoration: none;
}

div#menu_r a:hover {
	color: black;
	text-decoration: underline;
}
div#menuArea:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html div#menuArea {
	height: 1em;
	overflow: visible;
}

div#headerManual {
	margin: 20px 16px 0px 16px;
	padding-left: 4px;
	font-size: 20pt;
	border-bottom: 1px solid #202020;
}

div#topMsg {
	margin: 15px 0px 0px 20px;
	font-size: 16pt;
}

div#index {
	margin: 15px 0px 0px 40px;
	font-size: 15pt;
}

div#mainContents {
	margin: 15px 0px 20px 20px;
}

div#footerManual {
	width: 960px;
	margin-bottom: 10px;
	padding: 8px 0;
	border-top: 2px solid #030303;
	font-size: 9pt;
}
div#footerM_l {
	float: left;
	padding-left: 8px;
	text-align: left;
}
div#footerM_r {
	float: right;
	padding-right: 8px;
	text-align: right;
}
div#footerManual:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html div#footerManual {
	height: 1em;
	overflow: visible;
}

div.brtag {
	clear: both;
	height: 40px;
}

div.title1 {
	clear: both;
	margin: 25px 0px 0px 0px;
	font-size: 14pt;
}

div.title2 {
	clear: both;
	margin: 10px 0px 0px 0px;
	font-size: 13pt;
}

div.contents1 {
	margin: 10px 0px 40px 0px;
	font-size: 12pt;
}

div.contents2 {
	
}

div.contents3 {
	
}
div.contents3:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html div.contents3 {
	height: 1em;
	overflow: visible;
}

div.contents4 {
	
}

div.image1 {
	width: 840px;
}

div.image2 {
	
}

div.image3 {
	float: left;
}

div.image4 {
	
}

div.comment1 {
	width: 840px;
	margin: 5px 0px 0px 0px;
}

div.comment2 {

}

div.comment3 {
	float: left;
}

div.comment4 {

}

div.element1 {
	margin-left: 15px;
}

