body{
	width:760px;
	margin:auto;
	margin-top:10px;
	background-color:#eee;
}
#header{
	width:760px;
	height:200px;
	background:url("../img/header.jpg") no-repeat;
}
#content{

	width:760px;
	background:url("../img/content.jpg") repeat-y;
}
#footer{
	margin-bottom:20px;
	clear:both;
	width:760px;
	height:120px;
	background:url("../img/footer.jpg") no-repeat;
}

#container{
	width:580px;
	float:right;
	background:url("../img/content.jpg") repeat-y -180px;
}
#main{
	float:left;
	width:400px;
}
#rogo{
	display:none;
	}
/*°Ê²¼macIE¤ÏÆÉ¤ß¹þ¤Þ¤Ê¤¤*/
/* \*/
#main{
	float:left;
	width:400px;
}
#rogo{
	display:inline;
	float:left;
	margin-left:17px;
	margin-top:12px;
}
/* */ 
#sub{
	margin-top:20px;
	width:159px;
	float:right;
	border-left:1px dashed #666;
}
#navigation{
	width:180px;
	float:left;
	background:url("../img/content.jpg") repeat-y;
}
/*¥Ê¥Ó¥²¡¼¥·¥ç¥ó£å€Çà¡áy¡¼¥¸*/
#main2{
	float:left;
	width:579px;
}

#upload_form #form{
	margin:auto;
	padding:20px;
	width:300px;
	background:#FFFFCC;
	border:dotted 2px #999999;
}
#upload_form #form input{
	margin:10px;
}