/* CSS Document */

body {
	background-color:#ffe084; /*#FDFDEA*/
	margin-top:2px;
}
.tit {
	background-color:#9a9a9a;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
}
#cont{
	width:780;
}
.r {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: 9a9a9a;;
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
#c1 {
	width:120px;
	padding:2px;
	float:left;
	/*background-color:#FDFDEA;*/
}
#c2 {
	width:635px;
	padding:0px;
	float:left;
}
#c3 {
	width:754px;
	padding:2px;
	overflow: scroll;
	clear:both;
	border: thin none #000000;
	background-color:#FDFDEA;
}

