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

/* floatbox
---------------------------------------------- */
.floatbox {
	width:670px;
	display:inline;
	float:left;
}

.floatbox .fleft {
	width:480px;
}

.leftbox {
	width:303px;
	float:left;
	padding:10px;
	border:#aaa 1px solid;
}

.rightbox {
	width:303px;
	float:right;
	padding:10px;
	border:#aaa 1px solid;
}

.boxinner {
	width:303px;
	display:inline;
	float:left;
}

.boxinner img {
	display:block;
	float:left;
}

.boxinner p {
	width:173px;
	float:right;
}

.floatbox h4 {
	font-weight:bold;
	color:#ee0d84;
	margin-bottom:5px;
}

.floatbox h4 a {
	color:#ee0d84;
	text-decoration:none;
}

.floatbox h4 a:hover {
	color:#f660b0;
	text-decoration:underlines;
}

