@charset "EUC-JP";
/* body */
body{
	width: 930px;
	margin: auto;
	font-size: 12px;
}
/* body終わり */
/* header footer */
#header{
	margin: 0;
	padding: 0;
	margin-bottom: -20px;
	height: 40px;
	width: 930px;
	background-image: url(../img/kanban/topnabi.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	text-align: left;
	text-indent: 130px;
	padding-top: 11px
}
#footer{
	margin: 0;
	padding: 0;
	width: 930;
	height: 80;
	background-image: url(../img/kanban/futta.jpg)
}
/* header footer終わり */
/* 見出し */
h1 {
	font-size: 12px;
	color: #CCC;
	text-align: left;
	}
h2{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	border: none;
	margin-bottom: 5px
}
h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	border: none
}
.style11 {
	color: #FFFFFF;
	font-size: 12px;
}
/* 見出し終わり */
/* フォント指定 */
.style12 {
	font-weight: bold;
	font-size: 12px;
}
.style13{
	color: #00F;
	font-size: 12px
}
.style14{
	color: #000;
	font-size: 16px
}
.style00{
	color: #000;
	text-decoration: none
}
/* フォント指定終わり */
/* 箇条書き */
.list1{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
	font-size: 12px;
}
.list2{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
	font-size: 12px;
}
.list3{
	margin: 0;
	padding: 0;
}
.li1{
	list-style-type: none;
	background-image: url(../img/kanban/migi.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding: 2px;
	padding-left: 18px;
}
.li2{
	list-style-type: none;
	background-image: url(../img/kanban/migisen.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding: 2px
}
.li3{
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0
}
/* 箇条書き指定終わり */
/* table */
table{
	border: none;
	font-size: 12px;
	color:#000
	text-align: left;
	vertical-align: top;
}
td,tr{
	border: none;
	font-size: 12px;
	text-align: left;
	vertical-align: top
}
#table{
	margin: 0;
	padding: 0;
	background: url(../img/kodawari/about_back.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	height: 1068px;
	width: 554px
}
/* table終わり */
/* 線 */
hr{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	height: 1px
}
/* 線終わり */
/* 画像 */
img{
	border: 0 none;
}
/* 画像終わり */
/* CSS Document */