* {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	line-height:100%;
	font-size:100%;
}

p {
	margin:0;
	padding:0;
	line-height:140%;
	font-size:12px;
}

img {
	border:0;
}

ul, li {
	line-height:100%;
	font-size:12px;
	padding:0;
	margin:0;
	list-style:none;
}

/*--------------------------------------------------------------*/
a {
	margin:0;
	padding:0;
	line-height:140%;
	font-size:12px;
	color:#0067CA;
}

a:hover {
	color:#4AA1F5;
}

/*--------------------------------------------------------------*/

.red {
	color:#FF3333;
}

.orange {
	color:#FF8000;
}

.fs14 {
	font-size:14px;
}

.fs14_bold {
	font-size:14px;
	font-weight:bold;
}

/*--------------------------------------------------------------*/
body {
	margin:0;
	padding:0;
	background:url(../img/bg.jpg) repeat-x left top #ffffff;
	line-height:140%;
	font-size:12px;
	color:#222222;
}

/*--------------------------------------------------------------*/
#waku {
	margin:0 auto;
	width:814px;
	height:auto;
}
/*--------------------------------------------------------------*/

#header {
	width:814px;
	height:90px;
	background:url(../img/logo_bg.jpg) no-repeat left top;
	padding:0 0 10px 0;
	overflow:hidden;
}

#header:after {
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}

*html #header {
	height:1em;
	overflow:visible;
}

h1 {
	float:left;
	width:264px;
	height:90px;
	padding:0 0 0 24px;
}

#header p {
	float:right;
	width:505px;
	padding:50px 20px 0 0;
	text-align:right;
}

/*--------------------------------------------------------------*/
#main {
	clear:both;
	width:802px;
	height:auto;
	padding:0 6px;
	margin:0;
}

.banner {
	clear:both;
	width:802px;
	height:auto;
	padding:5px 0 10px 0;
	text-align:center;
}

#pan {
	width:786px;
	padding:0 8px 10px 8px;
}
/*--------------------------------------------------------------*/
#main_header {
	clear:both;
	width:802px;
	height:10px;
	padding:0;
	margin:0;
	font-size:100%;
	line-height:100%;
}

#main_waku {
	clear:both;
	width:802px;
	height:auto;
	padding:0;
	margin:0;
	background:url(../img/waku_bg.gif) repeat-y left top;
}

#main_waku h2 {
	width:786px;
	height:29px;
	padding:0 8px 10px 8px;
}

#main_waku h3 {
	width:764px;
	padding:20px 19px 15px 19px;
	margin:0;
}

#main_waku p {
	width:764px;
	padding:0 19px 0 19px;
}

#main_footer {
	clear:both;
	width:802px;
	height:10px;
	padding:0;
	margin:0;
}

/*--------------------------------------------------------------*/
#page_top {
	width:764px;
	margin:20px 19px 15px 19px;
	text-align:right;
}

#page_top a {
	color:#333333;
	text-decoration:none;
}

#page_top a:hover {
	color:#666666;
	text-decoration:underline;
}
/*--------------------------------------------------------------*/
#footer {
	width:802px;
	background:#eeeeee;
	margin:0 6px 10px 6px;
	padding:5px 0;
	overflow:hidden;
}

#footer:after {
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}

*html #footer {
	height:1em;
	overflow:visible;
}

#footer #link {
	float:left;
	width:465px;
	padding:0 10px 0 15px;
	overflow:hidden;
}

#footer #link:after {
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}

*html #footer #link {
	height:1em;
	overflow:visible;
}


#footer #link li {
	float:left;
	padding:0 10px 0 11px;
	background:url(../img/footer_ya.gif) left no-repeat;
}

#footer #copy {
	float:right;
	width:300px;
	text-align:right;
	padding:0 12px 0 0;
}

#footer a {
	color:#333333;
	text-decoration:none;
}

#footer a:hover {
	color:#666666;
	text-decoration:underline;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}



