@charset "UTF-8";

#contents {
	padding-left: 10px;
}

#contents .inner {
	float: left;
	width: 335px;
	padding-right: 10px;
}
#contents .inner .body {
	padding: 10px 0;
}
#contents .inner .body img {
	float: left;
	padding: 0 10px 10px 0;
	width: 160px;
}
#contents .inner .body p {
	margin-left: 170px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#contents .inner .body p a {
	padding-bottom: 0.5em;
	text-decoration: none;
}
#contents .inner .body p a img {
	float: none;
	padding: 0;
	width: auto;
	height: 1em;
}
#contents .inner .body p a:hover {
	text-decoration: underline;
}



