@charset "utf-8";
/* CSS Document */
body{
	background-image: url(../images2/bg2.gif);
	background-repeat: repeat-x;
	background-color: #F6F7E5;
}
#left {
	float: left;
	padding-left: 50px;
}

.margin {
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.center {
	text-align: center;
}
.width300 {
	width: 300px;
}

.text_style1 {
	font-size: 180%;
	padding-top: 10px;
}

.color {
	background-color: #D9ECFF;
}
#pickup_left {
	width: 255px;		
	margin-left: 15px;
	float: left;
}
#pickup_center {
	width: 310px;		
	margin-left: 5px;
	float: left;
}
#pickup_right {
	width: 354px;		
	margin-left: 5px;
	float: left;
}
#pickup_right2 {
	width: 354px;		
	margin-left: 300px;
	float: left;
}
#pickup_textarea {
	overflow: scroll;
	height: 350px;
	width: 354px;
}
.table_flame{
	background-color: #DEEFFF;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
	padding: 5px;
}
.table_style{
	width: 575px;
	font-size: 120%;
	float: right;
	height: 130px;
}
#table_pic{
	height: 130px;
	width: 160px;
	float: left;
	border: 1px solid #B59E73;	
	text-align: center;
}
.table_style th{
	border: 1px solid #B59E73;	
	text-align: center;
}
.table_style td{
	text-align: center;
}
.orenge{
	color: #FF8C3F;	
}
h2{
	color: #00A0E9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00A0E9;
	width: 770px;
	font-size: 140%;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.th_top{
	background-color: #BDE7F7;	
}
.td_top{
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B59E73;
	border-left-color: #B59E73;
}
.th_bottom{
	background-color: #BDE7F7;	
}
.td_bottom{
	background-color: #FFF;		
	border: 1px solid #B59E73;	
}
.comment{
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	border: 1px solid #B59E73;
	font-size: 120%;
}
.relative{
	position: relative;	
}
.absolute{
	position: absolute;
	z-index: 1;
}
.width60{
	width: 60px;	
}
.width90{
	width: 90px;	
}