@charset "utf-8";
/* CSS Document */

#exported	{
	background-image: url(../img/exported-01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* exported */
#exported .exp01	{
	padding-left: 184px;
}
#exported .exp01 p	{
	color: #FFFFFF;
	text-align: center;
	margin: 1em 0;
}
#exported .exp01 select	{
	margin:0 auto;
	width:80px;
}
#exported .exp02	{
	margin-top:2em;
}
#exported .exp02 table	{
	width:100%;
	margin-bottom:2em;
}
#exported .exp02 th	{
	text-align: center;
	padding: 2px;
	font-size: 11px;
	color: #d2b482;
	font-weight: normal;
	vertical-align:middle;
}
#exported .exp02 td	{
	text-align:center;
	padding:5px;
	border:1px solid #786446;
}
#exported .exp02 td:first-child	{
	border-left:none;
}
#exported .exp02 p a	{
	color:#FFF;
}
