#free_aria {
	float: right;
	width: 650px;
	margin-left: 30px;
}

h2.free_aria {
	margin-top: 50px;
}

/**　ジャンルから選ぶ　**/

#genre,
li.genre_box h3 {
	color:#009998;
}

li.genre_box h3 {
	float:right;
	padding-top: 10px;
}

li.genre_box h3 p {
	padding-top: 0px !important;
}

#genre ul {
	margin: 0px -20px 0px 0px;
}

li.genre_box {
	font-size: 80%;
	color: #666;
	border: 1px solid #ccc;
	padding: 19px;
	width: 275px;
	height: 200px;
	line-height: 1.5em;
	float:left;
	margin: 20px 20px 0px 0px;
}

li.genre_box img {
	float:left;
	width:80px;
	margin: 0px 10px 0px 0px;
}

li.genre_box p {
	clear:both;
	padding-top: 20px;
}

a:link li.genre_box {
	background-color:#FFF;
}

a:hover li.genre_box {
	background-color:#b2e0e0;
}