@charset "utf-8";

#share {
	width:250px;	
	margin:0 auto;	
	border: solid 1px #cccccc;
	position: absolute;
	background-color:#ffffff;		
}

#header 
{		
	background-color:#f2f2f2;
	color: #4c4c4c;
	font-family: Arial;
	font-size: 12px;	
	font-weight: bold;	
	padding: 5px;
}

#footer 
{		
	background-color:#f2f2f2;
	color: #4c4c4c;
	font-family: Arial;
	font-size: 12px;	
	font-weight: bold;
	padding: 2px;
	height: 10px;
}

#main 
{		
	background-color:#ffffff;
	color: #4c4c4c;
	font-family: Arial;
	font-size: 12px;	
	padding: 5px;
	vertical-align: top;
}

#mainLeft
{
	float:left; 
	width:120px;
}

#mainRight
{
	float:right; 
	width:120px;
}

#div01
{
	padding-right: 5px;
	padding-bottom: 5px;
}

#div02
{
	padding-top: 1px;
	padding-bottom: 5px;
}

#div02 a
{
	font-size:12px; color:#4c4c4c; text-decoration:none;
}

#div02 a:link
{
	font-size:12px; color:#4c4c4c; text-decoration:none;
}
#div02 a:visited
{
	font-size:12px; color:#4c4c4c; text-decoration:none;
}
#div02 a:hover
{
	font-size:12px; color:#4c4c4c; text-decoration:none;
}
