@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	width:750px; padding:5px;
	line-height:25px;
	font-size:12px;
	line-height:20px;
}
li{
	list-style-type: square;
	list-style-position:inside;
	list-style-image: none;
	line-height:20px;
	display: list-item;
	margin-left:-20px;
}

p img{text-align: left;
        margin-top: 10px; margin-bottom:10px;
    }

.table {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e3e3e3;
	border-left-color: #e3e3e3;
}
.intro{ font-weight:bold; margin-top:10px; margin-bottom:10px; padding-left:10px; padding-right:10px; text-align:left; line-height:30px;}

.head {color: #444; height:30px; width:100%; background-color:#CCCCCC; text-align:left; line-height:30px; text-indent:10px; margin-bottom:10px;}
.bottom {color: #444; height:30px; width:100%; background-color:#CCCCCC; text-align:center; line-height:30px; margin-top:20px;}
.color{color:#FF0000;}
.b_text{color:#FF0000; font-size:14px; font-weight:bold;}
