@charset "utf-8";

/* ==================================================
contents
================================================== */
#tmp_info {
	margin-bottom:25px;
}
#tmp_info_ttl {
	background:url(/shared/templates/top_chinese_s/images/info_ttl_bg.gif) no-repeat right top;
	padding-right:7px;
	margin-bottom:6px;
}
#tmp_info_ttl h2 {
	float:left;
}
#tmp_info_ttl p {
	float:right;
	margin-top:4px;
}
#tmp_info_cnt {
	clear:both;
}
#tmp_info_cnt ul {
	list-style:none;
}
#tmp_info_cnt ul li {
	background:url(/shared/templates/top_chinese_s/images/info_bg_dot.gif) repeat-x left bottom;
	padding:10px 8px;
}
.top_bnr p {
	margin-bottom:22px;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#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 #tmp_info_ttl {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html #tmp_info_ttl {
	display:inline-block; /* 変更しない */
}
/* ==================================================
print
================================================== */
@media print {
/* for IE7.0 */
*:first-child+html #tmp_gnavi ul li span {
	visibility:hidden;
}
/* for IE6.0 */
* html #tmp_gnavi ul li span {
	visibility:hidden;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}