@charset "utf-8";
@import url("../../css/common.css");
@import url("common.css");




/* ******************************************************
 * three_column
 */
div.three_column {
	padding-bottom: 22px;
}

div.three_column div.left {
	float: left;
	width: 285px;
}

div.three_column div.middle {
	float: left;
	width: 285px;
	padding-left: 22px;
}

div.three_column div.right {
	float: right;
	width: 285px;
}



/* ******************************************************
 * top
 */
div.three_column div.top {
	float: left;
	width: 590px;
	padding: 5px 0 18px 22px;
}

div.three_column div.top img {
	float: left;
	padding: 0 10px 0 0;
	vertical-align: bottom;
}

div.three_column div.top p {
	display: block;
	padding: 80px 0 0 0;
	font-size: 83%;
	line-height: 1.2;
}


/* ******************************************************
 * bottom
 */
div.bottom {
	clear: both;
	padding-top: 20px;	
}

div.bottom p img {
	padding: 0;
}