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

body{
	font-family:Arial, Helvetica, sans-serif;		
	padding:0px;
	margin:0px;
	-webkit-text-size-adjust:none;	
}
a img{border:none;}
a{outline:none;}
.main{
	margin:0 auto;
	width:960px;
}
.header{
	margin-top:20px;
	width:100%;
	height:70px;
	border-bottom:#dadada solid 2px;
}
.header .logo01{float:left;}
.header .logo02{float:left;}
.header .logo03{float:right;}

.content{
	margin:1px 0px 1px 0px;
	width:100%;
}
.content .leftSide, .content .rightSide{float:left};
.content .leftSide{
	width:635px;
}
.content .leftSide .title{
	font-size:16px;
	color:#000;
	margin:20px 0px 20px 0px;
}
.content .leftSide .upload{
	width:300px;	
	float:left;
	margin-top:10px;
	margin-right:20px;
}
.content .leftSide .upload .uploadDate{
	height:16px;
	color:#6f6f6f;
	font-size:10px;
}
.content .leftSide .upload .uploadTitle{
	margin-bottom:10px;
	color:#000;
	font-size:12px;
}

.content .rightSide{
	float:right;
	width:280px;
	height:100%;
	background:#e8e8e8;
	padding:50px 0px 0px 25px;
}
.content .rTitle{
	font-size:13px;
	margin-bottom:5px;
	margin-left:5px;
	font-weight:bold;
}
.content .rightSide .relatedClip{	
	padding:5px;
	height:70px;
	width:265px;
}
.content .rightSide .relatedClip div{
	padding:2px;
	float:left;
}
.content .rightSide .relatedClip .clipTitle{
	font-size:12px;
	color:#000;
	font-weight:bold;
}
.content .rightSide .relatedClip .clipUpload{
	font-size:10px;
	color:#6f6f6f;
}
.clear{clear:both;}
.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#919191;
	text-align:right;
	width:100%;	
	line-height:30px;
	height:30px;
	border-top:#dadada solid 3px;	
}
.footer a{
	text-decoration:none;
	color:#919191;	
}
.footer a:hover{color:#000;}