*{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 130%;
	}
img{
	border: none;
	}
ul{
	list-style: none;
	}

a{
	color: #000;
	}
	
a:hover{
	color: #888;
	}
	
#wrap{
	width: 760px;
	margin: 20px auto;
	}

#head{
	width: 760px;
	height: 65px;
	margin-bottom: 10px;
	}

#main{
	clear: both;
	width: 760px;
	margin: 0 auto 20px;
	text-align:left;
}
#main:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}



#menu{
	width: 165px;
	float: right;
	}



#contents{
	width: 585px;
	float: left;
	margin-bottom:20px;
	}






.margin-right-12{
	margin-right: 12px;
	}
.margin-right-8{
	margin-right: 8px;
	}
.margin-bottom-8{
	margin-bottom: 8px;
	}
.margin-bottom-4{
	margin-bottom: 4px;
	}
.margin-top-4{
	margin-top: 4px;
	}
.font-xsmall{
	font-size: x-small;
	}

.font-gray{
	color: #999;
	}
.bld{
	font-weight: 700;
	}




