@charset "utf-8";

/* ==================================================
contents
================================================== */
/* voice
============================== */
#tmp_voice {
	clear:both;
	margin:0 0 20px 0;
	font-size:110%;
}
#tmp_voice_ttl h2,
#tmp_voice_ttl p {
	float:left;
	font-size:0.1%;
	line-height:0.1;
}
#tmp_voice_cnt {
	padding:12px 10px 0;
	border:2px solid #F79607;
	clear:both;
}
#tmp_voice_cnt .voice_box {
	padding:14px 0 10px 0;
	background:url(../images/contents/dot_line.gif) repeat-x left top;
	clear:both;
}
#tmp_voice_cnt .first {
	padding-top:0;
	background:none;
}
#tmp_voice_cnt .voice_photo {
	width:76px;
	float:left;
}
#tmp_voice_cnt .voice_photo p {
	border:1px solid #FDB342;
	padding:1px;
	display:inline-block;
}
*:first-child+html #tmp_voice_cnt .voice_photo p {
	display:inline;
}
* html #tmp_voice_cnt .voice_photo p {
	display:inline;
}
#tmp_voice_cnt .voice_text {
	width:480px;
	float:right;
}
#tmp_voice_cnt .voice_text ul {
	list-style:none;
	list-style-image:none;
	margin:0 0 5px 0;
	font-weight:bold;
}
#tmp_voice_cnt .voice_text ul li {
	margin:0 10px 0 0;
	float:left;
}
#tmp_voice_cnt .voice_text ul li.name {
	padding:0 10px 0 0;
	border-right:2px solid #F89806;
}
/* info
============================== */
#tmp_info {
	clear:both;
}
#tmp_info_ttl h2,
#tmp_info_ttl p {
	float:left;
	font-size:0.1%;
	line-height:0.1;
}
#tmp_info_cnt {
	padding:20px;
}
#tmp_info_table {
	width:100%;
}
#tmp_info_table table {
	width:100%;
	line-height:2.3;
}
#tmp_info_table td {
	padding-right:0;
}
#tmp_info_table .date {
	width:110px;
	padding-left:20px;
	background:url(../images/contents/list_icon.gif) no-repeat left 0.6em;
}
#tmp_info_table .ttl {
	padding-left:20px;
	background:url(../images/contents/info_bg.gif) no-repeat left 0.7em;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.clearfix:after,
#tmp_voice_ttl:after,
#tmp_voice_cnt .voice_box:after,
#tmp_voice_cnt .voice_text ul:after,
#tmp_info_ttl:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html .clearfix,
*:first-child+html #tmp_voice_ttl,
*:first-child+html #tmp_voice_cnt .voice_box,
*:first-child+html #tmp_voice_cnt .voice_text ul,
*:first-child+html #tmp_info_ttl {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html .clearfix,
* html #tmp_voice_ttl,
* html #tmp_voice_cnt .voice_box,
* html #tmp_voice_cnt .voice_text ul,
* html #tmp_info_ttl {
	display:inline-block; /* 変更しない */
}
/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html #tmp_wrap_header,
*:first-child+html #tmp_wrap_gnavi {
	min-height:1%;
}
/* for IE6.0 */
* html #tmp_wrap_header,
* html #tmp_wrap_gnavi {
	display:inline-block;
}
}