/* CSS Document */

/* ------------------------------------------------------
contentsŠO‘¤—p
------------------------------------------------------ */
#home_content {
	width: 800px;
	margin:0 auto;
	clear:both;
/*	background:url(images/home/home_main.jpg) no-repeat;*/
}
#home_content p {
	float:left;
	width:460px;
/*	margin-right:20px;*/
	font-weight:bold;
	color:#3B5063;
}
/*#home_content div {
	float:right;
	width:200px;
}*/
/*.facebook {margin-bottom:10px;}*/

#home_content a .facebook,
#home_content a .twitter,
#home_content a .linkedin  {border:1px solid #CCC;}

#home_content a:hover .facebook,
#home_content a:focus .facebook {border:1px solid #98CF15;}
#home_content a:visited .facebook  {border:1px solid #667937;}

#home_content a:hover .twitter,
#home_content a:focus .twitter {border:1px solid #259ADF;}
#home_content a:visited .twitter  {border:1px solid #13518E;}

#home_content a:hover .linkedin,
#home_content a:focus .linkedin {border:1px solid #87BAD1;}
#home_content a:visited .linkedin  {border:1px solid #667937;}

#content_left {
	float:left;
	width:460px;
	margin:0 0 0 0;
}

a { /* Firefox */
	/*\*/
	overflow:hidden;
	/**/
}

#home_widgets {
	margin:0 auto;
	padding:0 0 30px 0; 
	width:310px;
	float:right;
}
