@charset "utf-8";
/* CSS Document */


html{
	height:100%;
	background-color: #E6E6E6;
}

/* body */

body {
	font-size: 75%; /* IE */
	color:#4D4D4D;
	height:100%;
	background-color: #E6E6E6;
}

html>/**/body {
  font-size: 12px; /* Except IE */
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}

html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}


a:link,a:visited{
	color:#009946;
}
a:hover{
	color:#89cb33;
}

/* all */

#all {
	background-image: url(../common_img/shadow.gif);
	background-repeat: repeat-y;
	background-position: center center;
	position: relative;
	width:862px;
	margin:0 auto;
	height:100%;
	min-height:100%;
}
body > div#all{
	height: auto;
}


/* header */

#header {
	width:800px;
	margin:0 auto;
	background-image: url(../common_img/header_bg.gif);
	background-repeat: repeat-x;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #009946;
	overflow:hidden;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

#header h1 {
	float: left;
	width: 262px;
}

#header p {
	float: right;
	width: 258px;
}

* html #header {zoom: 1;}




/* content */

#content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	overflow:hidden;
	padding-top: 44px;
	padding-bottom: 155px;
}

* html #content {
	zoom: 1;
}




/* navi */

#navi {
	width:840px;
	margin-left:11px;
	overflow: hidden;
	position: absolute;
	top: 89px;
	background-image: url(../common_img/nabi_bg_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
}

#navi li {
	float: left;
	width: 168px;
}

#navi li img {
	vertical-align: top;
}

* html #navi {zoom: 1;}




/* footer */

#footer {
	width:840px;
	margin-left:11px;
	background-image: url(../common_img/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: hidden;
	position: absolute;
	bottom:0;
	height:155px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #009946;
}
#footermenu {
	overflow: hidden;
	position: absolute;
	top: 90px;
	right: 20px;
}
#footermenu li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4d4d4d;
	margin-left: 3px;
	padding-right: 5px;
}
#footermenu .last {
	padding-right: 0px;
	border-right-style: none;
}
#footermenu li a {
	color: #4d4d4d;
	text-decoration: none;
}

#footer h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#footer address {
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 1.5;
	width:50%;
}

#copy {
	float: right;
	padding-right: 20px;
	padding-bottom: 20px;
	position: absolute;
	right: 0px;
	top: 115px;
}

#footermenu li a:hover {
	text-decoration:underline;
	color:#009946;
}
	
* html #footermenu {
	zoom: 1;
}

* html #footer {zoom: 1;}

#gohome li a:hover {
	background-position:left bottom;
}
	
#gohome {
	width: 107px;
	position: absolute;
	top: 0px;
	right: 20px;
}

#gohome li a span {
	display: none;
}

#gohome li a {
	background-image: url(../common_img/go_top.gif);
	display: block;
	height: 23px;
	width: 107px;
}

* html #footermenu li {margin-left: 10px;}

*+html #footermenu li {margin-left: 10px;}

#pankuzu {
	margin-bottom: 10px;
	font-size:85%;
}
#pankuzu dt {
	display: none;
}
#pankuzu dd {
	display: inline;
}
#pankuzu dd img {
	margin-left: 5px;
	vertical-align: middle;
}
#pagetitle {
	margin-bottom: 20px;
}
