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

/* 全頁共通スタイル */
html,body {
	height: 100%;
}
body {
	line-height: 140%;
	background-image: url(../images/bg_wall.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
body,td,th {
	font-family: ＭＳ ゴシック, MS Gothic, Osaka－等幅, Osaka-mono, monospace;
	font-size: 14px;
}
body, div, p, table, tr, th, td, ul, li, form {
	margin: 0px;
	padding: 0px;
}
table{
	border-collapse:collapse;
}
td {
	padding:0.5em;
	border-color:#333333;
	border-style:solid;
	border-width:1px;
}
ul, ol {
	list-style-position:inside;
}
.clear{
	clear: both;
}
p {
	text-align: left;
}
.pos_center {
	text-align: center;
}
.pos_left {
	text-align: left;
}
.pos_right {
	text-align: right;
}

.margin10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.bottom10 {
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper{
	width: 950px;
	min-height:100%;
	height:auto !important;
	height: 100%;
	margin-top: -110px;
	margin-right: auto;
	margin-left: auto;
}
/* ヘッダー */
#header{
	height: 145px;
	position: absolute;
	top: 0px;
	width: 950px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/kanban.jpg);
}
#header_bg{
	height: 145px;
	position: absolute;
	top: 0px;
	margin: auto;
	width: 100%;
	background-image: url(../images/bg_head.gif);
	background-repeat: repeat-x;
	background-position: left top;
	z-index: -1;
}
#navigation{
	margin: 0px;
	height: 35px;
	text-align: center;
	width: 948px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/headnavi.gif);
	padding-right: 1px;
	padding-left: 1px;
}
#headblock {
	height: 100px;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}
#navigation ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
#headblock ul li {
	float: right;
	list-style-type: none;
	display: block;
	background-image: url(../images/link_check.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-left: 25px;
}

#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	width: 158px;
	height: 35px;
	text-indent: -9999px;
	float: left;
}
#navigation li a {
	text-decoration: none;
	display: block;
	width: 158px;
	height: 35px;
}
#navigation li#navi01 {
	background: url(../images/head_navi.gif) no-repeat -1px 0px;
}
#navigation li#navi02 {
	background: url(../images/head_navi.gif) no-repeat -159px 0px;
}
#navigation li#navi03 {
	background: url(../images/head_navi.gif) no-repeat -317px 0px;
}
#navigation li#navi04 {
	background: url(../images/head_navi.gif) no-repeat -475px 0px no-repeat;
}
#navigation li#navi05 {
	background: url(../images/head_navi.gif) no-repeat -633px 0px no-repeat;
}
#navigation li#navi06 {
	background: url(../images/head_navi.gif) no-repeat -791px 0px no-repeat;
}
#header li#navi01 a:hover {
  background: url(../images/head_navi.gif) no-repeat -1px -35px no-repeat;
}
#header li#navi02 a:hover {
  background: url(../images/head_navi.gif) no-repeat -159px -35px no-repeat;
}
#header li#navi03 a:hover {
  background: url(../images/head_navi.gif) no-repeat -317px -35px no-repeat;
}
#header li#navi04 a:hover {
  background: url(../images/head_navi.gif) no-repeat -475px -35px no-repeat;
}
#header li#navi05 a:hover {
  background: url(../images/head_navi.gif) no-repeat -633px -35px no-repeat;
}
#header li#navi06 a:hover {
  background: url(../images/head_navi.gif) no-repeat -791px -35px no-repeat;
}
/* メインスペース */
#mainspace{
	padding-top: 265px;
	text-align: center;
}
#rightside{
	float: right;
	width: 260px;
	padding-right: 10px;
	padding-left: 10px;
}
#leftside{
	float: left;
	width: 660px;
	padding-left: 10px;
}
/* フッター */
#footer{
	height:80px;
	text-align: center;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer ul li {
	float: left;
	margin-right: 10px;
}
#footer_block{
	height: 40px;
	width: 930px;
	margin:auto;
	padding-top: 20px;
}
#copyright{
	height: 20px;
	width: 930px;
	margin:auto;
	font-weight: bold;
	color: #999;
}
