@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%;
	line-height: 160%;
}


.contents_title {
	margin: 10px 0 -16px 0;
}

.contents_contact {
	width: 562px;
	padding: 12px 24px;
	margin: 200px;
	border: 2px solid #B5B5B5;
	background-color: #f4f4f4;
}

.contents_date {
	background: #777;
	color: #ffffff;
	width: 56px;
	font-size: 85.7%;
	padding: 2px 8px;
	font-weight: normal;
}
