@charset "UTF-8";
/* CSS Document */
html, body {
	font-family: 'Source Sans Pro', sans-serif;
	line-height:120%;
	font-size:16px;
	background:#F2F2F2;
}
#container {
	width:960px;
	margin:0px auto;
	position:relative;
	background:#FFF;
}
#contents {
	padding-bottom:20px;
}
#side_bar {
	float:left;
	width:230px;
	margin:20px 0px;
}
#pick_up {
	background:#D6D6D6;
	padding:20px 0px;
}
#main_content {
	float:right;
	width:690px;
	position:relative;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:20px;
}
.note {
	font-size:14px;
	color:#EE8800;
	text-align:right;
}
.download_pdf {
	background:url(../img/icon_pdf.gif) no-repeat left center;
	padding-left:20px;
}
.download_xls {
	background:url(../img/icon_xls.gif) no-repeat left center;
	padding-left:20px;
}
ul.download li a {
}
