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

* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	font-size: 12px;
	color: #333333;
	background-image: url(../img/temp/kanban_top_background.gif);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#contentBox {
	width: 901px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 378px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/temp/kanban_top.gif);
	background-repeat: no-repeat;
}
#main-navi {
	height: 55px;
	width: 901px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 900px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer {
	float: left;
	width: 100%;
	height: 200px;
	background-color: #b6ebfc;
}
#side-navi {
	float: right;
	width: 210px;
	background-image: url(../img/temp/side-navi-haikei.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
}
#main-navi ul {
	list-style-type: none;
}
#main-navi li {
	float: left;
	width: 150px;
}
#content .top-info {
	float: left;
	width: 640px;
	margin-bottom: 30px;
}
#content .top-info .img {
	float: left;
	height: 150px;
	width: 150px;
}
#content .top-info .text {
	float: right;
	width: 480px;
}
#content .top-info .text p {
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5a8fa1;
	color: #333333;
	line-height: 180%;
	padding-right: 30px;
}
#side-navi dl {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
#side-navi dt {
	font-size: 14px;
	padding-left: 17px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #666666;
	background-image: url(../img/temp/ancher-green.gif);
	background-repeat: no-repeat;
	height: 15px;
}
#side-navi dd {
	line-height: 130%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #5a8fa1;
	font-weight: bold;
}
#side-navi .banner {
	width: 180px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header h1 {
	font-size: 12px;
	color: #CCCCCC;
	float: left;
	margin-right: 15px;
	font-weight: normal;
}
#header p {
	color: #CCCCCC;
}
#side-navi h2 {
	font-size: 14px;
	padding-top: 1px;
}
#footer .footer-info {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/temp/footer.gif);
	background-repeat: no-repeat;
	height: 191px;
}
#footer .footer-info ul {
	list-style-type: none;
	margin-top: 86px;
	margin-left: 525px;
}
#footer .footer-info li {
	background-image: url(../img/temp/ancher.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	width: 100px;
	margin-bottom: 8px;
	float: left;
}
#news {
	padding: 30px;
	float: left;
	width: 580px;
	overflow: auto;
	height: 160px;
}
#news dl {
}
#news dt {
	float: left;
	width: 560px;
	margin-bottom: 8px;
	margin-left: 10px;
	font-weight: bold;
}
#news dd {
	float: left;
	width: 550px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 8px;
	margin-left: 10px;
}
#footer .footer-info a {
	color: #333333;
}
#side-navi h2 a {
	color: #666666;
	text-decoration: none;
}
#top-content {
	width: 640px;
}
#news dt a {
	color: #0099CC;
}

