/* -- stuff that override soycms.css -- */

body.manual #main .manual_contents_header {
	background-position: 0pt -24px;
	width: 740px;
}

#main .contents_header {
	width: 740px;
	height: 12px;
	margin: 12px auto 0;
	background: url(../images/box_header_bottom.png) no-repeat 0 0;
}
#main .contents {
	width: 740px;
	margin: 0 auto;
	padding: 1ex 25px;
	_width: 690px;
	background: url(../images/background_box_long.png) repeat-y 0 0;
}
#main .contents_footer {
	width: 740px;
	height: 12px;
	margin: 0 auto;
	background: url(../images/box_header_bottom.png) no-repeat 0 -36px;
}

#main .manual_contents_header {
	height: 12px;
	margin: 12px auto 0;
	background: url(../images/box_header_bottom.png) no-repeat 0 0;
}

#main h1 {
	font-size: 32px;
	font-family: Arial;
	font-weight: bold;
	margin-left: 25px;
}

#main .breadcrumb {
	margin: 2px 35px;
	font-size: 14px;
}

#main .breadcrumb a {
	font-weight: bold;
}

#main h3.title {
	border-bottom: 1px dashed #e0b404;
	color: #e06b04;
	font-size: 26px; 
	font-weight: bold;
	background-image: none;
	width: 640px;
	height: auto;
	padding: 0px 5px;
	padding-bottom: 8px;
	margin: 12px 10px;
	text-align: left;
}

#main .back {
	text-align: right;
	font-size: 14px;
	padding-top:1px;
	height:34px;
	line-height:34px;
	float: right;
	width:640px;
	position:absolute;
	margin-right: 78px;
}

.manual_content {
	margin: 20px 10px;
	margin-bottom: 30px;
	font-size:14px;
	line-height:1.6em;
	width: 640px;
}


.manual_content h4 {
	font-size: 16px;
	font-weight: bold;
	color: #e06b04;
	margin: 10px 0;
	border-left: 10px solid #c3e004;
	border-bottom: 1px solid lightgrey;
	padding-left: 10px;
}

.manual_content h5{
	margin: 20px 0 10px;
	padding: 2px 3px;
	border-bottom: 1px solid #666;
	font-size: 100%;
	font-weight: bold;
}

.manual_content h6{
	margin: 20px 0 10px;
	padding: 2px 3px;
	font-size: 100%;
}

.manual_content p {
	margin: 8px 20px;
}
.manual_content pre{
	margin: 8px 23px;
	padding:2px 5px;
	border:1px dotted grey;
	background-color:#EEFFEE;
	overflow-x: auto;
}

.manual_content table{
	border-collapse:collapse;
	border:solid 1px black;
	margin:8px 20px;
	margin-right: 0px;
}
.manual_content table td{
	border:solid 1px black;
	padding:3px;
}
.manual_content table th{
	border:solid 1px black;
	text-align:center;
	padding:3px;
	background-color:#CCFFCC;
}

.manual_content ul{
	margin: 8px 20px;
	padding-left:20px;
}
.manual_content ul li{
	list-style-type:circle;
}

/* -- end stuff that override soycms.css -- */

h2.title{
	margin-top:10px !important;
}

/* -- side navigation box style -- */

#sidenav {
	border:1px solid #A3CF5C;
	width:640px;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom:14px;
}

#sidenav h1 {
	font-size: 19px;	
	font-weight: bold;
	margin: 7px 5px 14px 5px;
	padding-bottom:5px;
}

#sidenav h2 {
	font-size: 16px;	
	font-weight: bold;
	margin: 12px 7px;
	float:left;
}

#sidenav a {
	text-decoration:underline;
}

#sidenav ul {
	margin: 7px 10px; 
	padding-left: 5px;
	clear:both;
}

#sidenav ol{
	margin: 7px 10px; 
	padding-left: 35px;
	list-style-type:decimal;
	clear:both;
}

#sidenav li {
	margin-bottom: 7px;
	font-size: 14px;
	line-height:1.15em;
}

#sidenav .back_parent{
	text-align:right;
	margin:12px 7px;
}

#bottomnav {
	border:1px solid #A3CF5C;
	width:640px;
	margin: 10px 0px 10px 10px;
	padding-left: 10px;
}

#bottomnav h1 {
	font-size: 19px;	
	font-weight: bold;
	margin: 7px 5px 14px 5px;
	padding-bottom:5px;
}

#bottomnav h2 {
	font-size: 16px;	
	font-weight: bold;
	margin: 12px 7px;
	float:left;
}

#bottomnav a {
	text-decoration:underline;
}

#bottomnav ul {
	margin: 7px 10px; 
	padding-left: 5px;
	clear:both;
}

#bottomnav ol{
	margin: 7px 10px; 
	padding-left: 35px;
	list-style-type:decimal;
	clear:both;
}

#bottomnav li {
	margin-bottom: 7px;
	font-size: 14px;
	line-height:1.15em;
}

#bottomnav .back_parent{
	text-align:right;
	margin:12px 7px;
}

#manual_navigation{
	margin: 10px 0px 10px 10px;
}
#manual_navigation table{
	width:50%;
	margin-left:22%;
}
#manual_navigation table td{
	width:33%;
}

.contents .notice {
	color:red;
	font-weight:bold;
}

.contents div.notice_block {
	border:1px #8B4C39 solid;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#text-position{
}

.left {
        text-align: left;
}

.right {
        text-align: right;
}
