@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}

body{
	height:100%;
}
#container{
	width:810px;
	border-left:1px #000 solid;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	margin:0 auto;
	position:relative;
	min-height:100%;
}
/*  head element  */
#head {
	width:800px;
	margin:0;
	padding-top:10px;
	text-align:left;
	min-height:100px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
}
#head h1 {
	padding-top:5px;
	padding-left:10px;
	font-size:0.8em;
	font-weight:normal;
}
#head h2{
	margin:0.5em 3em;
	float:left;
	text-align:left;
}

/* navigation */
#tabnav{
	width:810px;
	vertical-align: bottom;
	height:25px;
}
#nav0{
	vertical-align:bottom;
	line-height:0;
	width:130px;
	float:right;
}
#tabnav li{
	float:left;
	line-height:0;
	white-space:nowrap
}
#tabnav li a{
	/**/display:inline-block;
	min-width:160px;
	height:25px;
}
#nav0 a{
	display:block;
	height:18px;
}
#tabnav a:hover img,
#nav0 a:hover img{
  visibility:hidden;
}
#nav0 a{
	background-image:url(../images/kensyakyo-after.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#tabnav li#nav1 a{
	background-image:url(../images/top-after.gif);
	background-repeat:no-repeat;
}
#tabnav li#nav2 a{
	background-image:url(../images/about-after.gif);
	background-repeat:no-repeat;
}
#tabnav li#nav3 a{
	background-image:url(../images/guide-after.gif);
	background-repeat:no-repeat;
}
#tabnav li#nav4 a{
	background-image:url(../images/entry-after.gif);
	background-repeat:no-repeat;
}
#tabnav li#nav5 a{
	background-image:url(../images/access-after.gif);
	background-repeat:no-repeat;
}

/*  content element  */
#content {
	clear:both;
	width:800px;
	margin:0 10px 15px 0;
}
#content h3{
	color:#006600;
	border-bottom:#006600 2px dotted;
	font-weight:bold;
	font-size:1.1em;
	padding:3px 10px;
	margin:0.5em 2em;
}
#content h4{
	font-weight:bold;
	margin:0.8em 0 0 3em;
}
#content p{
	margin-left:4em;
	line-height:1.2em;
}
#content .box{
	border:1px #66CC00 solid;
	padding:0 0.2em 0.5em 0.2em;
	margin-bottom:15px;
}

/* main content */
#main {
	float:right;
	width:352px;
	margin-bottom:10px;
}
#main h3{
	color:#000000;
	border:none;
	background-image:url(../images/main_panel.gif);
	background-repeat:no-repeat;
	display:block;
	font-weight:bold;
	padding:0.2em 0 0.2em 0.5em;
	margin:0.5em 0 0 0;
}
#main h4{
	font-weight:bold;
	margin:0 0 0 1em;
}

/*sidebar */
#sidebar1 {
	width:211px;
	float:left;
	margin:0 0 10px 3px;
}

#sidebar2 {
	width:211px;
	float:right;
	margin-left:12px;
	margin-bottom:10px;
	margin-right:3px;
}
#sidebar1 h3,
#sidebar2 h3{
	color:#000000;
	border:none;
	background-image:url(../images/sub_panel.gif);
	background-repeat:no-repeat;
	display:block;
	font-weight:bold;
	padding:0.2em 0 0.2em 0.5em;
	margin:0.5em 0 0 0;
}
#sidebar1 h4{
	border-bottom:1px solid #666666;
	background-image:url(../images/icon-pink.gif);
	background-repeat:no-repeat;
	padding-left:1em;
	margin:0;
}
/*  footer element  */
#footer{
	width:800px;
	padding:0.3em 0;
	text-align:center;
	background-image:url(../images/bin_back.gif);
	color:#FFF;
	font-weight:bold;
	position:absolute;
	bottom:0;
}

/*  common element  */
#main p,
#sidebar1 p,
#sidebar2 p {
	margin:0 0.8em;
	line-height:1.5em;
}
#main h3{
}
#main h4{
	border-bottom:1px solid #003300;
	font-weight:bold;
	margin:0.8em 0.5em 0.3em 0.5em;
}

#main .top{
	text-align:right;
	font-size:0.8em;
	margin-right:10px;
	padding-top:10px;
}
#main .top img{
	margin-right:6px;
}
/* clearfix */
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
/* for IE6 */
	* html .clearfix {
	display:inline-block;
}
/* for IE7 */
	*+html .clearfix {
	display:inline-block;
}

/* default css */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float:right;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float:left;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.clear {
	clear:both;
}


#content ul{
	list-style-type:disc;
	margin:0 5em;
}
#content ol{
	list-style-type:decimal;
	margin:0 5.5em;
}
#main ul,
#sidebar1 ul,
#sidebar2 ul{
list-style-type:disc;
	margin:0 1em 0 2em;
}
#main ol,
#sidebar1 ol,
#sidebar2 ol{
	list-style-type:decimal;
	margin:0 2.5em 0 2.5em;
}