#box01{
	width: 800px;
	float: right;
}

#box01 .title{
	margin-bottom: 20px;
	display: block;
}

#box01 .sub_title{
	margin-bottom: 10px;
}

#box01 .f_right{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#box01 .f_left{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.link_box{
	float: left;
	width: 368px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	background-color: #EAEAEA;
}

.link_box img{
	float: left;
	margin-right: 10px;
}

.link_box span{
	display: block;
	margin-bottom: 5px;
	font-size: 110%;
	font-weight: bold;
}

.link_box a{
	color: #1CBE75;
	text-decoration: underline;
}

.link_box a:hover{
	color: #42DD99;
}

