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


body {
	background-image: url(images/b-bg.gif);
	background-color:#99CCFF;
}
h1,h2,h3,h4,h5,h6,ul{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h1 {
	font-size: 16px;
	color: #009900;
}
h2 {
	font-size: 12px;
	color: #006600;
}
h3 {
	font-size: 11px;
	color: #CC6600;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
}

li {
	color: #006600;
}
Table.mainTable {
	border-width: 1px;
	border-style: outset;
	border-color: #CCCCCC;
	border-collapse: collapse;
	background-color: white;
}
.text01 {
	padding: 10px;
	line-height: 20px;
}
.text02 {
	padding: 10px;
	line-height: 16px;
	background-color: #D0FD8C;
}
.commentBox01{
	background-color: #AFE4AF;
	width: 150px;
	padding: 10px;
	float: right;
	color: #006600;
	margin: 5px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
