a:link { color: #0000ff; }
a:visited { color: #800080; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

html { height: 100%; }

body {
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
	font-size: 94%;
	font-family: helvetica,arial,Hiragino Kaku Gothic ProN,MS PGothic,sans-serif;
	height: 100%;
}


nav, section, h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}

#container {
	position: absolute;
	top: 71px;
	bottom: 0;
	background-color: #fff;
	overflow: auto;
	overflow-x: hidden;
	width: 100%;
}

/*********** header *************/
header{
	height: 70px;
	background: -ms-linear-gradient(top, #ffffff, #e8e8e8);
	background: -moz-linear-gradient(top, #ffffff, #e8e8e8);
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e8e8e8) );
	background: linear-gradient(to bottom,#ffffff,#e8e8e8);
	border-bottom: #e0e0e0 solid 1px;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
#header_wrap{
	width: 900px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 70px;
	color: #434343;
}
#header_wrap img{
	margin-right: 5px;
}
#search_wrap{
	display: inline-block;
	width: 320px;
	text-align: right;
	float: right;
	position: relative;
	padding-top: 24px;
	display: none;
}
#keyword{
	width: 250px;
	border: 1px solid #b2b2b2;
	border-right: none;
	padding: 0;
	height: 21px;
	position: absolute;
	right: 60px;
}
#btnSearch{
	width: 60px;
	font-size: 12px;
	height: 23px;
	border: 1px solid #b2b2b2;
	border-left: none;
	background: #2b71bc;
	color: #fff;
	position: absolute;
	right: 0;

}

.selected{
	background: url("images/icon_2.png") -3px 9px no-repeat;
	color: #2b71bc;
}

#nav section:nth-child(1) h1 a,
#nav section:nth-child(2) h1 a,
#nav section:nth-child(3) h1 a,
#nav section:nth-child(4) h1 a,
#common_top,
#status_top,
#settings_top,
#tools_top {
	background: url("images/icon_1.png") 0 -41px no-repeat;
}
#nav section:nth-child(2) h1 a,#status_top {
	background-position: 0 -92px;
}
#nav section:nth-child(3) h1 a,#settings_top {
	background-position: 0 -141px;
}
#nav section:nth-child(4) h1 a, #tools_top {
	background-position: 0 -191px;
}

#nav {
	position: fixed;
	top: 71px;
	bottom: 0;
	right: 70%;
}

#nav form {
	width: 220px;
	height: 100%;
	border-left: 1px #c0c0c0 solid;
	border-right: 1px #c0c0c0 solid;
	overflow: auto;
	overflow-x: hidden;
}

#nav h1 {
	font-size: 18px;
	font-weight: bold;
	color: #26598d;
	background-color: #ffffff;
	margin: 0;
	border-bottom: 2px solid #92acc6;
}

#nav h1 a:link { color: #26598d;line-height: 46px; }
#nav h1 a:visited { color: #26598d; }
#nav h1 a:hover { color: #000080; }
#nav h1 a:active { color: #26598d; }

#nav input + div div a:link { color: #ffffff; }
#nav input + div div a:visited { color: #ffffff; }
#nav input + div div a:hover { color: #000080; }
#nav input + div div a:active { color: #ffffff; }

#nav input + div div label
{
	cursor: pointer;
	display: block;
}

#nav li a:link { color: #000000;font-size: 14px;}
#nav li a:visited { color: #000000; }
#nav li a:hover { color: #000080; }
#nav li a:active { color: #234a74; }

#nav ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#nav input {
	position:absolute;
	height: 0;
	padding: 0;
	opacity: 0;
}
#nav input + div ul {
	display: none;
	height: 0;
	padding: 0;
}

#nav input:checked + div ul {
	display: block;
	height: auto;
	padding: 0 0 0 20px;
}


#nav li {
	background-color: #ffffff;
	border-bottom: 1px #e0e0e0 solid;
	font-size: 100%;
}
#nav input:checked + div ul li{
	border-right: none;
}
#nav input:checked + div ul li:last-child {
	border-bottom: 0;
}

#nav input + div div {
	background: url("images/icon_2.png") no-repeat scroll 110% -89px #fff;
	padding-left: 24px;
	line-height: 36px;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}
#nav input:checked + div div{
	background: url("images/icon_2.png") no-repeat scroll 110% -39px ;
	border-bottom: 1px solid #E0E0E0;
}

#nav a {
	display: block;
	position: relative;
	padding: 0 0 0 24px;
	line-height: 36px;
	text-decoration: none;
}

#nav a:hover, #nav input + div div:hover {
	background-color: #e4f1ff;
}

#content {
	width: 70%;
	margin-left: 30%;
	font-size: 14px;
	padding-left: 20px;
}

#content>* {
	margin-left: 10px;
	width: 730px;
}

#content>img {
	width: auto;
	max-width: 730px;
}

#content h1 {
	color: #26598D;
	font-weight: normal;
	padding: 5px 0 5px 24px;
	line-height: 36px;
	margin: 30px 0 0;
	font-size: 24px;
	border-bottom: 2px solid #92ACC6;
}

#content h2 {
	color: #000000;
	background-color: #d4dee8;
	padding: 0px 0 0px 10px;
	line-height: 36px;
	margin: 20px 0 0;
	font-size: 16px;
}

#content h3 {
	color: #000;
	background-color: #f4f4f4;
	padding: 2px 0 2px 10px;
	margin: 20px 0 0;
	font-size: 16px;
	line-height: 30px;
}

#content h4 {
	font-weight: bold;
	margin-top: 30px;
	font-size: 16px;
}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 30px;
}

#content ul {
  list-style-type: disc;
}

#content table {
	border-spacing: 0px;
	margin: 0 0 10px 0;
	padding: 0;
	table-layout: fixed;
	border-collapse: collapse;
}

/*#content tr {
	vertical-align: top;
}
*/
#content th {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	background-color: #f4f4f4;
}

#content th,
#content td {
	padding: 5px 10px;
}

#content table,
#content th,
#content td {
	border: 1px #b2b2b2 solid;
	word-wrap: break-word;
}

#content .properties,
#content .matrix {
	margin: 0 0 20px 0;
	padding: 0;
}

#content .properties table,
#content .matrix table {
	width: 650px;
}

#content .matrix th,
#content .matrix td {
	text-align: center;
}

#content .properties th {
	width: 30%;
}

#content .instruction table {
	width: 740px;
}

#content .instruction th {
	width: 30%;
}

#content .notice {
	font-size: 90%;
	border: 1px #c0c0c0 solid;
	margin: 10px;
	padding: 1em 1em;
}

#content .summary th.menu1 {
	vertical-align: top;
	width: 20%;
	background-color: #ebebeb;
	word-spacing: nowrap;
	word-wrap: nowrap;
}

#content .summary2 th {
	width: 20%;
}

img.screenshot {
	width: 700px;
	margin: 10px 0 20px 0 ;
	clear: both;
}

img.icon {
	vertical-align: middle;
	padding: 0;
	margin: 0;
	border: 0;
}

img.size_auto {
	width: auto;
}

