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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	position:relative;
	margin:277px auto 0px auto;
	width:347px;
}
#homeleft {
	width: 80px;
	height: 65px;
	float: left;
	text-align:right;
	padding-right:20px;
	padding-top:60px;	
}
#homeright {
	width: 80px;
	height: 65px;
	float: left;
	text-align:left;
	padding-left:20px;	
	padding-top:60px;
}
#homecontent {
	width: 147px;
	height: 125px;
	float: left;
}
#homecontent .inside {
	color:#333333;
	font-size:11px;
	padding:17px 17px 17px 17px;
	line-height:16px;
}
#homeleft a, #homeright a {
	font-size:11px;
	color:#333333;
	text-decoration:none;
}
#homeleft a:hover, #homeright a:hover {
	color:#333333;
	text-decoration:underline;
}	

