@charset "utf-8";
/* ==================================================
contents
================================================== */
.used_javascript .shisaku_box1,
.used_javascript .shisaku_box2,
.used_javascript #tmp_smile_cnt .no_time,
.used_javascript #tmp_gallery .box_gallrey{
	display:none;
}
.used_javascript #tmp_gallery {
	overflow:hidden;
}
#tmp_gallery {
	margin:0 0 20px;
	min-height:155px;
}
*:first-child+html #tmp_gallery {
	min-height:155px !important;
}
* html #tmp_gallery {
	height:155px;
}
#tmp_info {
	margin:0 0 15px;
	padding:9px 9px 12px;
	background:url(/shared/templates/top/images/tmp_info_bg.jpg) repeat-y left top;
	border-top:1px solid #FFFFFF;
	clear:both;
}
#tmp_info.tmp_chuumoku #tmp_info_ttl {
	background:url(/shared/templates/top/images/tab_chuumoku_bg.jpg) no-repeat left bottom;
}
#tmp_info.tmp_shinchaku #tmp_info_ttl {
	background:url(/shared/templates/top/images/tab_shinchaku_bg.jpg) no-repeat left bottom;
}
#tmp_info.tmp_boshu #tmp_info_ttl {
	background:url(/shared/templates/top/images/tab_boshu_bg.jpg) no-repeat left bottom;
}
#tmp_info_ttl {
	padding:0 0 5px;
	background:url(/shared/templates/top/images/tab_bg.jpg) no-repeat left bottom;
}
#tmp_info_ttl img {
	vertical-align:top;
}
#tmp_info_ttl ul {
	list-style:none;
	list-style-image:none;
	font-size:0.1%;
	line-height:0.1;
}
#tmp_info_ttl ul li {
	margin:0 4px 0 0;
	float:left;
}
#tmp_info_cnt {
	padding:8px 0 0;
	color:inherit;
	background-color:#FFFFFF;
	clear:both;
}
#tmp_info_cnt ul {
	margin:5px 5px 14px 30px;
	list-style-image:url(/shared/images/navi/lnavi/lnavi_list_icon.gif);
}
#tmp_info_cnt ul li {
	margin:0 0 0.6em;
}
#tmp_info_cnt ul li img {
	margin:0 0 0 5px;
	vertical-align:middle;
}
#tmp_info_cnt .normal {
	margin:0 10px 5px;
}
#tmp_info_cnt .info_list {
	padding:6px 6px 6px 14px;
	background:url(/shared/templates/top/images/info_list_bg.jpg) no-repeat left top;
	border-bottom:1px solid #FFFFFF;
}
#tmp_info_cnt .info_list .ichiran {
	float:left;
}
#tmp_info_cnt .info_list .rss {
	margin:2px 0 0;
	float:right;
}
#tmp_info_cnt .info_list .rss p {
	margin:0 5px 0 0;
	float:left;
}
#tmp_chuumoku,
#tmp_shinchaku,
#tmp_boshu {
	width:100%;
	clear:both;
}
#tmp_index {
	margin:0 0 20px;
	clear:both;
}
#tmp_index_cnt {
	padding:7px 0 0 8px;
	color:inherit;
	background-color:#FFFFFF;
	border-right:1px solid #ECE4C9;
	border-left:1px solid #ECE4C9;
	border-bottom:2px solid #ECE4C9;
}
#tmp_index_cnt ul {
	list-style:none;
	list-style-image:none;
	font-size:0.1%;
	line-height:0.1;
}
#tmp_index_cnt ul li {
	margin:0 9px 10px 0;
	float:left;
}
* html #tmp_index_cnt ul li {
	display:inline;
}
#tmp_faq {
	margin:0 0 15px;
	color:inherit;
	background-color:#FFFFFF;
	border:1px solid #275B6A;
	clear:both;
}
#tmp_faq_ttl {
	padding:1px;
}
#tmp_faq_cnt {
	padding:9px 5px;
}
#tmp_faq_cnt ul {
	margin:0 0 0 18px;
	list-style-image:url(/shared/images/navi/lnavi/lnavi_list_icon.gif);
}
#tmp_faq_cnt li {
	margin:0 0 0.5em;
}
/* list_table
============================== */
#tmp_maincontents table.list_table {
	width:100%;
	margin:0 0 10px;
	border-collapse:collapse;
	border-spacing:0;
	line-height:1.8;
}
#tmp_maincontents table.list_table th {
	width:70px;
	padding:2px 0 0 15px;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
}
#tmp_maincontents table.list_table td {
	padding:0 5px 0 0;
	text-align:left;
}
#tmp_maincontents table.list_table td img {
	margin:0 0 0 5px;
	vertical-align:middle;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_gallery:after,
#tmp_info:after,
#tmp_info_ttl:after,
#tmp_info_cnt:after,
#tmp_info_cnt .info_list:after,
#tmp_info_cnt .info_list .rss:after,
#tmp_index_cnt:after,
#tmp_index_cnt ul:after,
.clearfix: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_gallery,
*:first-child+html #tmp_info,
*:first-child+html #tmp_info_ttl,
*:first-child+html #tmp_info_cnt,
*:first-child+html #tmp_info_cnt .info_list,
*:first-child+html #tmp_info_cnt .info_list .rss,
*:first-child+html #tmp_index_cnt,
*:first-child+html #tmp_index_cnt ul,
*:first-child+html .clearfix {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html #tmp_gallery,
* html #tmp_info,
* html #tmp_info_ttl,
* html #tmp_info_cnt,
* html #tmp_info_cnt .info_list,
* html #tmp_info_cnt .info_list .rss,
* html #tmp_index_cnt,
* html #tmp_index_cnt ul,
* html .clearfix {
	display:inline-block; /* 変更しない */
}
/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html #tmp_gnavi ul li span {
	visibility:hidden;
}
*:first-child+html #tmp_wrapper2,
*:first-child+html .photo_report {
	min-height:1%;
}
*:first-child+html #tmp_gnavi {
	margin-right:6px;
}
/* for IE6.0 */
* html #tmp_gnavi ul li span {
	visibility:hidden;
}
* html #tmp_wrapper2,
* html .photo_report {
	display:inline-block;
}
* html #tmp_gnavi {
	margin-right:6px;
}
}