﻿
#checklist {
	width: 565px;
	font-size: 14px;
}

#checklist h3 {
	width: 565px;
	height: 35px;
	background: #ffffff url('../images/checklist_bar.jpg') left top no-repeat;
}

#checklist h3 span {
	display: none;
}

#checklist h4 {
	margin: 20px 0 0 0;
	font-size: 16px;
	border-style: solid;
	border-width: 0 0 0 10px;
	border-color: #7CBB2C;
	text-indent: 5px;
}

#checklist p.p1 {
	width: auto;
	padding: 10px 0 0 10px;
}

#checklist ul{
	width: 200px;
	margin: 10px 0 0 40px;
	list-style: disc;
}

#checklist li{
	width: 200px;
	margin: 5px 0 0 0;
	list-style: disc;
}

#checklist div.checkTable{
	width: auto;
	margin: 20px 0 0 0;
	font-size: 13px;
}

#checklist div.checkTable table{
	width: auto;
	margin: 0 0 20px 0;
}

#checklist div.checkTable table th{
	text-align: left;
	background: #7ABB29;
	color: #ffffff;
}

#checklist div.checkTable table td.left{
	background: #DAECBC;
	width: 100px;
}
#checklist div.checkTable table td.right{
	background: #FAF7CC;
}
#checklist div.checkTable table p{
	padding: 5px;
}
#checklist #checkTable table p{}

#moushikomi {
	margin: 0;
}