@charset "UTF-8";

html, 
body,
div#wrapper,
div#header {
	background-color: #F7F7CF;		/* undecided */
}

div#wrapper {
	width: 900px;
	margin: 0 auto;
}

div#header {
	position: relative;
	width: 900px;
	height: 135px;
}

div#container {
	width: 900px;
}

div#content {
	float: left;
	position: relative;
	width: 765px;
	padding-bottom: 50px;
	background-image: url("../images/back_middle.png");
	background-position: top left;
	background-repeat: repeat-y;
}

div#content * a {
	color: #419F13;
}

div#sidenavi {
	float: left;
	width: 130px;
}

div#footer {
	clear: both;
	width: 900px;
	background-image: url("../images/back_bottom.png");
	background-position: top left;
	background-repeat: no-repeat;
}


/* header */

div#header p#logo {
	position: absolute;
	z-index: 10;
	top: 15px;
	left: 15px;
	width: 198px;
	height: 86px;
}

div#header p#logo a {
	display: block;
	width: 198px;
	height: 86px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div#header form {
	position: absolute;
	top: 20px;
	left: 300px;
}

div#header form fieldset {
	padding: 0;
	border: none;
}

div#header form fieldset legend {
	text-indent: -9999px;
	font-size: 1px;
}

div#header form dl dt {
	margin-right: 5px;
}

div#header form dl dt,
div#header form dl dd {
	float: left;
}

div#header form dl input {
	font-size: 123.1%;
}

div#header p#modeChange {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 120px;
	height: 40px;
}

div#header p#modeChange a {
	display: block;
	width: 120px;
	height: 40px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

div#header p#modeChange a:hover {
	background-position: 0 -40px;
}

div#header p#modeChange a:active {
	background-position: 0 -80px;
}

div#header ul#tab {
	position: absolute;
	top: 70px;
	left: 0;
	height: 65px;
	background-image: url("../images/back_top.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}

body.entry div#header ul#tab {
	background-image: url("../images/back_top_entry.png");
}

div#header ul#tab li {
	float: left;
	height: 35px;
}

div#header ul#tab li a {
	display: block;
	width: 100%;
	height: 35px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}


/* content */

div#content h1, 
div#content h2, 
div#content h3, 
div#content h4, 
div#content p,
div#content ul,
div#content ol,
div#content dl {
	margin-left: 30px;
	margin-right: 30px;
	color: #333333;
}

div#content div#second h3, 
div#content div#second p,
div#content div#second ul,
div#content div#second ol,
div#content div#second dl {
	margin-left: 0;
}

div#content h1 {
	margin-top: 10px;
	margin-bottom: 20px;
	text-indent: 50px;
	background-image: url("../images/d_h1_back.png");
	background-repeat: no-repeat;
}

div#content h2 {
}

div#content p,
div#content ul,
div#content ol,
div#content dl {
}

div#content ul *,
div#content ol *,
div#content dl * {
	margin: 0;
	padding: 0;
}


/*
div#content p {
	text-align: justify;
	text-justify: inter-ideograph;
}
*/

/* pager */

div#content div#pager ul {
	margin: 60px 0 0;
	text-align: center;
}

div#content div#pager ul li {
	display: inline;
	margin-right: 1px;
}

div#content div#pager ul li a {
	padding: 5px 5px;
	color: #419F13;
}

div#content div#pager ul li#first a,
div#content div#pager ul li#back a,
div#content div#pager ul li#next a,
div#content div#pager ul li#last a {
}

div#content div#pager ul li#current a {
	color: #FFFFFF;
	background-color: #419F13;
}

div#content div#pager ul li a:hover {
	background-color: #F5FFBF;
}

div#content div#pager p.sum {
	margin-top: 0.8em;
	text-align: center;
	color: #666666;
}



/* for 2 column layout */ 

div#content div#first,
div#content div#second {
	margin: 0;
}

div#content div#first {
	float: left;
	width: 550px;
}

div#content div#first * {
}

div#content div#second {
	float: right;
	width: 200px;
}




/* sidenavi */

div#sidenavi ul#subcontent {
	margin-top: 0px;
}

div#sidenavi ul#labcontent {
	margin-top: 2px;
}

div#sidenavi ul#information {
	margin-top: 10px;
}

div#sidenavi ul#subcontent li {
	margin-bottom: 5px;
	width: 120px;
	height: 40px;
}

div#sidenavi ul#subcontent li a {
	display: block;
	width: 120px;
	height: 40px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div#sidenavi ul#labcontent li {
	margin-bottom: 3px;
	width: 120px;
	height: 53px;
}

div#sidenavi ul#labcontent li a {
	display: block;
	width: 120px;
	height: 53px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div#sidenavi ul#information li {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0.4em;
}

div#sidenavi ul#information li a {
	color: #777;
}

div#sidenavi ul#information li a:hover {
	color: #419F13;
}

/* footer */

div#footer p#copyright {
	padding: 50px 0 1em;
	font-size: 93%;
	text-align: center;
}
