/*   チェックリストＣＳＳ   */
#head {
	position:absolute;
		top:5px;
		left:5px;
	width:200px;
	height:50px;
	margin:0px;
	padding:5px;
	background-color:#eeffee;
	
	}
#head01 {
	position:absolute;
		top:5px;
		left:220px;
	width:578px;
	height:60px;
	margin:0px;
	padding:0px;
	background-color:#eeffee;
	}
	

#head01 table {
/*	table-layout:fixed;
	border-collapse:collapse;
	border: solid 1px #B0C4DE;
	margin:0;
	padding:5px;
	align:center */
	}

#head01 td {
	border: solid 1px #B0C4DE;
	margin:5px;
	padding:5px;
	line-height:50px;
	font-size:26px;
	text-align:center;
	color:red;
	}	
#head01 td.title {
	border: solid 1px #B0C4DE;
	margin:5px;
	padding:5px;
	line-height:38px;
	font-size:16px;
	text-align:center;
	color:black;
	}		
	
#head01 ul {
	margin:0px;
	border:5px;
	}


#head01 li {
	display:block;
	float:left;
	width:250px;
	height:40px;
	font-size:32px;
	text-align:center;
/*	text-decoration:none;　*/	
	color:#cbf;
	border:2px solid #cccc55;
	margin:4px;
	}


#contentsleft {
	position:absolute;
		top:70px;
		left:5px;
	width:200px;
	height:750px;
	font-size:12px;
	margin:0px;
	border:solid 1px #B0C4DE;
	padding:5px;
	background-color:#eeffee;
	}

#contentsleft span {
	display:block;
	width:70px;
	height:24px;
	mergin:0;
	padding:3px;
	color:#333;
	border:1px solid #cc5555;
	background-color:#ffffcc;
	font-size:20px;
	float:center;
/*	text-align:center;*/
	}

#contentscenter span {
/*	position:static; */
/*	display:block; */
/*	float:right; left; */
/*	width:30px;
	height:16px; */
	mergin:0;
	padding:2px;
	color:#333;
	border:1px solid #cc5555;
	background-color:#ffffcc;
	font-size:16px;
	text-align:center;
	}
	
#contentscenter {
	position:absolute;
		top:70px;
		left:220px;
	width:578px;
	height:762px;
	margin:0px;
	padding:0px;
/*	border:solid 1px #5e8eab;　*/
	font-size:12px;
	background-color:#eeffee;
	}

#bottom {
	position:absolute;
		top:832px;
		left:5px;
	width:783px;
	height:40px;
	margin:0;
	padding:5px;
	background-color:#eeffee;
	}
body {

	background-color:#f0fffc

	}

p {
	font-family:"ＭＳ　Ｐゴシック";
	margin:0;
	padding: 5px;
	clear:both
	}

address {
	font-size:0.75em;
	font-style:normal;
	color:#5e8eab;
	border-top:solid 4px #5e8eab;
	border-bottom:solid 1px #5e8eab;	
	padding-top:4px;
	padding-bottom:0;	
	text-align:right;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px
	margin-bottom:10px
	}

input.number{
	text-align:center;
	}

input.flat{
	background-color: #ffffcc;
	border: 1px solid;
	text-align:center;
	}

form {
	margin:0;
	padding:1px; 
	}

table {
	table-layout:fixed;
	border-collapse:collapse;
	border: solid 1px #B0C4DE;
	margin:0;
	padding:0;
/*	background-color: #ddddcc; */
	align:center
	}

td {
	border: solid 1px #B0C4DE;
	margin:0;
	padding:2.8px;
	height:18px;
/*	line-height:18px; */
	font-family:"ＭＳ　Ｐゴシック";
	font-size:12px
	}

td.center {
	border: solid 1px #B0C4DE;
	padding:5px;
	font-size:12px;
	align:center
	}

p.comment {
	font-size:11px;
	color:gray;
	}

textarea {
	font-size:16px;
	font-style: normal;
	font-family:"ＭＳ ゴシック";
	}

img {
    margin:0;
    padding:0;
    border:0
    }

hr {
	size:1px;
	color:#B0C4DE;
	}