@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images2/bg2.gif);
	background-repeat: repeat-x;
	background-color: #F6F7E5;
}
#list{
	font-size: 120%;	
}
#list a{
	color: #333;
}
#list a:hover{
	color: #999;
}
#list p{
	font-size: 110%;
	padding-left: 5px;
}
.list_h2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 940px;
	text-align: center;
	margin-left: 5px;
	font-size: 110%;	
}
.list_h3{
	margin-left: 5px;
	font-size: 110%;	
}
.list_pict{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 940px;
	margin-left: 5px;
	margin-left: 5px;
}
.red{
	color: #F00;
	font-weight: normal;
	margin-top: 10px;
}
.list_table{
	width: 940px;
	border: 1px solid #333;
	margin-left: 5px;
}
.list_table th{
	border: 1px solid #333;
	background-color: #0099CC;
	text-align: center;
	color: #FFF;
}
.list_table td{
	border: 1px solid #333;
	padding-right: 5px;
	padding-left: 5px;
}
.center{
	text-align: center;	
}
.white_gray1 td{
	
}
.white_gray2 td{
	background-color: #EEEEEE;
}
.bottom_p{
	text-align: right;	
}
.ol_style{
	float:right;
}
.ol_style li{
	float: left;
	margin-right: 5px;
}
