@charset "Shift-Jis";
/* CSS Document
 *
 * import用stylesheet
 *
 */

@import"../common/css/common.css";	/* 共通スタイルシート */

#blandingArea {
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
}
#blanding {
	width: 900px;
	list-style: none;
	margin: 0 auto;
	}


/* contents */

#right {
	float: right;
	width: 256px;
	overflow: hidden;
	}
	/* floatによるboxのheight: 0;へのフォロー */
	#right:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
	}
	/*\*/
	* html #right {
	height: 1em;
	overflow: visible;
	}
	/**/

.content {
	margin-bottom: 14px;
	border: 1px solid #B5B5B5;
}



#left {
	width: 624px;
}

.contentimg {
	margin: 20px 0 0 0;
}

#left p {
	margin: 20px 0 0 0;
	font-size: 85.7%;
}


















