﻿#base {
	width: 800px;
	height: 800px;
	top: 0px;
	left: 0px;
	margin: 0px;
	border: 1px solid #00FF00;
}
#topline {
	width: 800px;
	height: 30px;
	top: 0px;
	left: 0px;
}
#imageline {
	width: 800px;
	height: 120px;
	top: 20px;
	left: 0px;
	background-image: url('image/infokanban.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
#main {
	width: 800px;
	height: 510px;
	top: 150px;
	left: 0px;
	margin-top: 20px;
}
.box1 {
	width: 600px;
	height: 100px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 80%;
	color: #333333;
	line-height: 120%;
}
.box2 {
	width: 750px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-width: 0px;
}
.waku1 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 80%;
	color: #333333;
	line-height: 140%;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: 900;
	color: #003366;
	padding-left: 5px;
	border-left-style: double;
	text-align: left;
	border-width: 5px;
	border-color: #003366;
}
.waku2 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 80%;
	color: #003366;
	text-align: left;
	line-height: 140%;
	padding-left: 10px;
}
.waku3 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 100%;
	line-height: 140%;
	text-align: left;
	border: 1px dotted #003399;
	height: 40px;
	padding-left: 5px;
}
