div.bottom {
	position: absolute;
	bottom: 0;
}
div#title {
	font-size: 22pt;
	width: 532px;
}

div#contents_menu {
	padding: 10px 0px;
	border-bottom: 1px solid blue;
	font-size: 9pt;
	color: rgb(51,51,51);
}

div#contents_img_back {
	width: 522px;
	height: 200px;
	padding: 10px 5px;
	background-color: rgb(220,220,220);
}

div#contents_img_wide {
	width: 532px;
	background-color: rgb(220,220,220);
}

table#contents_img {
	position: absolute;
	border-collapse: collapse;	
	vertical-align: bottom;	
}

td.contents_img {
	height: 200px;
	padding: 5px;
	font-size: 7pt;
	color: rgb(180,180,180);
	text-align: right;
}

div#contents_catch {
	width: 532px;
	margin-top: 20px;
	padding-bottom: 5px;
	clear: both;
	font-size: 14pt;
	line-height: 18pt;
	color: rgb(100,100,100);
	border-bottom: 1px solid rgb(128,128,128);
}

div#contents_text {
	width: 532px;
	margin-top: 10px;
	clear: both;
	font-size: 10pt;
	line-height: 15pt;
	color: rgb(152,152,152);
}

div#contents_gotop {
	width:530px;
	padding-right: 2px;
	text-align: right;
}

div#contents_prof_left {
	width: 352px;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 9pt;
	color: rgb(180,180,180);
	border-top: 1px solid blue;
	float: left;
}

div#contents_prof_right {
	width: 140px;
	margin-top: 10px;
	padding-left: 40px;
	padding-top: 10px;
	font-size: 9pt;
	color: rgb(180,180,180);
	border-top: 1px solid blue;
	float: left;
}

div#contents_footer {
	width:532px;
	margin-top: 10px;
	clear: both;
}

div#contents_footer_writer {
	width:445px;
	padding-top: 5px;
	padding-bottom: 100px;
	padding-left: 2px;
	border-top: 1px solid blue;
	font-size: 9pt;
	color: rgb(180,180,180);
	float: left;
}

div#contents_footer_date {
	width:82px;
	padding-top: 5px;
	padding-bottom: 100px;
	text-align: right;
	border-top: 1px solid blue;
	font-size: 9pt;
	color: rgb(180,180,180);
	float: left;
}

span.text_title {
	font-size: 9pt;
	color: rgb(51,51,51);
}

span.text_date {
	font-size: 9pt;
	color: rgb(180,180,180);
}

span.intervew-a {
	font-size: 9pt;
	color: rgb(128,128,128);
}

span.intervew-b {
	font-size: 9pt;
	color: rgb(0,0,0);
}

