@charset "utf-8";

/* ==================================================
selector
================================================== */
#tmp_contents h1 {
	margin:0 0 0.8em; /* 変更しない */
	padding:11px 7px 7px;
	font-size:128.5%; /* デザインによって相対指定で指定しなおす */
	color:#000000;
	background:#ECA328 url(/shared/templates/site_kids/images/contents/h1_bg.png) no-repeat right bottom;
	clear:both; /* 変更しない */
}
#tmp_contents h2 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:4px 7px 2px;
	font-size:114.2%; /* デザインによって相対指定で指定しなおす */
	color:#000000;
	background-color:#FADD85;
	clear:both; /* 変更しない */
}
#tmp_contents h3 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:0 7px 1px;
	font-size:114.2%; /* デザインによって相対指定で指定しなおす */
	color:#000000;
	background:transparent url(/shared/templates/site_kids/images/contents/h3_bg.png) repeat-x right bottom;
	clear:both; /* 変更しない */
}
#tmp_contents h4 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:0 0 0 0.4em;
	font-size:114.2%; /* デザインによって相対指定で指定しなおす */
	color:#000000;
	background-color:transparent;
	border-left:5px solid #F8CC47;
	clear:both; /* 変更しない */
}
#tmp_contents h5,
#tmp_contents h6 {
	margin:1.5em 0 0.8em; /* 変更しない */
	font-size:100%; /* デザインによって相対指定で指定しなおす */
	color:#000000;
	background-color:transparent;
	clear:both; /* 変更しない */
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* 変更しない */
}
#tmp_contents ul {
	margin:0 0 1em 3.2em; /* 変更しない */
	list-style-image:url(/shared/site/images/icon/list_icon.png); /* 変更しない */
}
#tmp_contents ol {
	margin:0 0 1em 3.2em; /* 変更しない */
	list-style-image:none; /* 変更しない */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* 変更しない */
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* 変更しない */
}
#tmp_contents hr {
	height:1px; /* 変更しない */
	color:#CCCCCC; /* 変更しない */
	background-color:#CCCCCC; /* 変更しない */
	border:none; /* 変更しない */
	clear:both; /* 変更しない */
}
/* ==================================================
parts
================================================== */
/* outline
============================== */
#tmp_contents .outline {
	margin:0 0 0.8em; /* 変更しない */
	border:2px solid #A8C212;
	clear:both; /* 変更しない */	
}
#tmp_contents table.outline {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents table.outline td {
	padding:10px 10px 0;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_contents div.outline {
	padding:10px 10px 0;
	color:inherit;
	background-color:#FFFFFF;
}
* html #tmp_contents div.outline {
	width:100%; /* 変更しない */
}
#tmp_contents .outline ul {
	margin-left:24px; /* 変更しない */
}
#tmp_contents .outline ol {
	margin-left:24px; /* 変更しない */
}
#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* box_info
============================== */
#tmp_contents .box_info {
	margin:0 0 0.8em; /* 変更しない */
	clear:both; /* 変更しない */
}
#tmp_contents table.box_info {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_info .box_info_ttl {
	padding:3px 7px;
	font-weight:bold;
	background:url(/shared/templates/site_free/images/contents/box_info_bg.png) no-repeat right bottom;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* 変更しない */
}
#tmp_contents .box_info .box_info_cnt {
	padding:10px 10px 0;
	border-right:1px solid #DBDE0B;
	border-bottom:1px solid #DBDE0B;
	border-left:1px solid #DBDE0B;
}
#tmp_contents .box_info ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_info ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* box_link
============================== */
#tmp_contents .box_link {
	margin:0 0 0.8em; /* 変更しない */
	clear:both; /* 変更しない */
}
#tmp_contents table.box_link {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_ttl {
	padding:3px 7px;
	font-weight:bold;
	background:url(/shared/templates/site_free/images/contents/box_link_bg.png) no-repeat right bottom;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_cnt {
	padding:10px 10px 0;
	border-right:1px solid #F7D533;
	border-bottom:1px solid #F7D533;
	border-left:1px solid #F7D533;
}
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* box_menu
============================== */
#tmp_contents .box_menu {
	margin:0 0 0.8em; /* 変更しない */
	background-color:#E7F8E7;
	border:2px solid #9DE19D;
	clear:both; /* 変更しない */
}
#tmp_contents table.box_menu {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents table.box_menu td {
	padding:5px 10px 0;
}
#tmp_contents div.box_menu {
	padding:10px 10px 0;
}
#tmp_contents .box_menu h2 {
	margin:0 0 0.8em;
	padding:0;
	font-size:100%;
	background:none;
	border:none;
}
#tmp_contents .box_menu ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_menu ul ul,
#tmp_contents .box_menu ul ol,
#tmp_contents .box_menu ol ul,
#tmp_contents .box_menu ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
#tmp_contents .box_menu_ttl {
	font-weight:bold;
}
/* box_btn
============================== */
#tmp_contents ul.box_btn {
	margin:0 0 0.8em; /* 変更しない */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin:0 0 10px 0;
	padding:16px 10px 14px 56px;
	color:inherit;
	background:#E4F3B6 url(/shared/templates/site_kids/images/contents/box_btn_icon.png) no-repeat 7px 5px;
	border:2px solid #CAEA6A;
	font-weight:bold;
}
/* datatable 
   enquete_table
============================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:0 0 0.8em; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
	border:1px solid #AF843A;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding:5px 8px;
	color:inherit;
	background-color:#FECBCB;
	border:1px solid #AF843A;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding:5px 8px;
	border:1px solid #AF843A;
}
#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
	padding:0 0 0.5em; /* 変更しない */
	font-weight:bold; /* 変更しない */
	text-align:left; /* 変更しない */
}
#tmp_contents table.datatable p {
	margin:0; /* 変更しない */
}
#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol,
#tmp_contents table.enquete_table ul,
#tmp_contents table.enquete_table ol {
	margin:0.2em 0 0 24px; /* 変更しない */
}
#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol,
#tmp_contents table.enquete_table ul ul,
#tmp_contents table.enquete_table ul ol,
#tmp_contents table.enquete_table ol ul,
#tmp_contents table.enquete_table ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
#tmp_contents table.enquete_table {
	width:100%; /* 変更しない */
}
#tmp_contents table.enquete_table th {
	width:20%; /* 変更しない */
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color:#C91424; /* shared.cssのtxt_redと同じ値を設定 */
	font-weight:normal; /* 変更しない */
	background-color:transparent; /* 変更しない */
}
/* form_btn */
#tmp_contents .enquete_button {
	margin:15px 0; /* 変更しない */
	text-align:center; /* 変更しない */
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
#tmp_contents table.datatable table th.bg_orange {
	color:inherit;
	background-color:#FCEEE2; /* shared.cssのbg_orangeと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#DCF8DC; /* shared.cssのbg_greenと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_pink {
	color:inherit;
	background-color:#FBEAEA; /* shared.cssのbg_pinkと同じ値を設定 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* nestdatatable
============================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
	color:inherit; /* 変更しない */
	background-color:transparent; /* 変更しない */
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #AF843A; /* table.datatableと同じ値を設定 */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* 変更しない */
	background-color:#FECBCB; /* table.datatable thと同じ値を設定 */
	border:1px solid #AF843A; /* table.datatable thと同じ値を設定 */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #AF843A; /* table.datatable tdと同じ値を設定 */
}
/* list_table
============================== */
#tmp_contents table.list_table {
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_contents table.list_table td {
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_contents table.list_table .date {
	width:70px;
	padding:0;
}
#tmp_contents table.list_table .date_year {
	width:110px;
	padding:0;
}
#tmp_contents table.list_table p {
	margin:0 0 0.8em;
	vertical-align:middle;
}
/* ==================================================
contents
================================================== */
#tmp_contents table.fukidashi_blue_r,
#tmp_contents table.fukidashi_blue_l,
#tmp_contents table.fukidashi_green_r,
#tmp_contents table.fukidashi_green_l,
#tmp_contents table.fukidashi_yellow_r,
#tmp_contents table.fukidashi_yellow_l,
#tmp_contents table.fukidashi_orange_r,
#tmp_contents table.fukidashi_orange_l,
#tmp_contents table.fukidashi_lime_r,
#tmp_contents table.fukidashi_lime_l {
	clear:both;
	width:100%;
	margin-bottom:30px;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_contents table.fukidashi_blue_r td,
#tmp_contents table.fukidashi_blue_l td,
#tmp_contents table.fukidashi_green_r td,
#tmp_contents table.fukidashi_green_l td,
#tmp_contents table.fukidashi_yellow_r td,
#tmp_contents table.fukidashi_yellow_l td,
#tmp_contents table.fukidashi_orange_r td,
#tmp_contents table.fukidashi_orange_l td,
#tmp_contents table.fukidashi_lime_r td,
#tmp_contents table.fukidashi_lime_l td {
	vertical-align:top;
}
#tmp_contents table.fukidashi_blue_r .chara,
#tmp_contents table.fukidashi_blue_l .chara,
#tmp_contents table.fukidashi_green_r .chara,
#tmp_contents table.fukidashi_green_l .chara,
#tmp_contents table.fukidashi_yellow_r .chara,
#tmp_contents table.fukidashi_yellow_l .chara,
#tmp_contents table.fukidashi_orange_r .chara,
#tmp_contents table.fukidashi_orange_l .chara,
#tmp_contents table.fukidashi_lime_r .chara,
#tmp_contents table.fukidashi_lime_l .chara {
	width:180px;
}
#tmp_contents table.fukidashi_blue_r .comment,
#tmp_contents table.fukidashi_green_r .comment,
#tmp_contents table.fukidashi_yellow_r .comment,
#tmp_contents table.fukidashi_orange_r .comment,
#tmp_contents table.fukidashi_lime_r .comment {
	padding:20px 20px 10px 65px;
	font-size:114.2%;
	font-weight:bold;
	vertical-align:middle;
}
#tmp_contents table.fukidashi_blue_l .comment,
#tmp_contents table.fukidashi_green_l .comment,
#tmp_contents table.fukidashi_yellow_l .comment,
#tmp_contents table.fukidashi_orange_l .comment,
#tmp_contents table.fukidashi_lime_l .comment {
	padding:20px 65px 10px 20px;
	font-size:114.2%;
	font-weight:bold;
	vertical-align:middle;
}
#tmp_contents table.fukidashi_blue_r .comment p,
#tmp_contents table.fukidashi_green_r .comment p,
#tmp_contents table.fukidashi_yellow_r .comment p,
#tmp_contents table.fukidashi_orange_r .comment p,
#tmp_contents table.fukidashi_lime_r .comment p,
#tmp_contents table.fukidashi_blue_l .comment p,
#tmp_contents table.fukidashi_green_l .comment p,
#tmp_contents table.fukidashi_yellow_l .comment p,
#tmp_contents table.fukidashi_orange_l .comment p,
#tmp_contents table.fukidashi_lime_l .comment p {
	margin-bottom:0.5em;
}
/* fukidashi_blue */
#tmp_contents table.fukidashi_blue_r {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_blue_btm.png) no-repeat right bottom;
}
#tmp_contents table.fukidashi_blue_r .comment {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_blue_top_r.png) no-repeat right top;
}
#tmp_contents table.fukidashi_blue_l {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_blue_btm.png) no-repeat left bottom;
}
#tmp_contents table.fukidashi_blue_l .comment {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_blue_top_l.png) no-repeat left top;
}
/* fukidashi_green */
#tmp_contents table.fukidashi_green_r {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_green_btm.png) no-repeat right bottom;
}
#tmp_contents table.fukidashi_green_r .comment {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_green_top_r.png) no-repeat right top;
}
#tmp_contents table.fukidashi_green_l {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_green_btm.png) no-repeat left bottom;
}
#tmp_contents table.fukidashi_green_l .comment {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_green_top_l.png) no-repeat left top;
}
/* fukidashi_yellow */
#tmp_contents table.fukidashi_yellow_r {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_yellow_btm.png) no-repeat right bottom;
}
#tmp_contents table.fukidashi_yellow_r .comment {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_yellow_top_r.png) no-repeat right top;
}
#tmp_contents table.fukidashi_yellow_l {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_yellow_btm.png) no-repeat left bottom;
}
#tmp_contents table.fukidashi_yellow_l .comment {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_yellow_top_l.png) no-repeat left top;
}
/* fukidashi_orange */
#tmp_contents table.fukidashi_orange_r {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_orange_btm.png) no-repeat right bottom;
}
#tmp_contents table.fukidashi_orange_r .comment {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_orange_top_r.png) no-repeat right top;
}
#tmp_contents table.fukidashi_orange_l {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_orange_btm.png) no-repeat left bottom;
}
#tmp_contents table.fukidashi_orange_l .comment {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_orange_top_l.png) no-repeat left top;
}
/* fukidashi_lime */
#tmp_contents table.fukidashi_lime_r {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_lime_btm.png) no-repeat right bottom;
}
#tmp_contents table.fukidashi_lime_r .comment {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_lime_top_r.png) no-repeat right top;
}
#tmp_contents table.fukidashi_lime_l {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_lime_btm.png) no-repeat left bottom;
}
#tmp_contents table.fukidashi_lime_l .comment {
	background:url(/shared/templates/site_kids/images/contents/fukidashi_lime_top_l.png) no-repeat left top;
}
#tmp_contents .detail_icon_bl {
	padding-top:2px;
	padding-left:30px;
	padding-bottom:2px;
	background:url(/shared/templates/site_kids/images/contents/icon_blue.png) no-repeat left 0.2em;
}
#tmp_contents .detail_icon_yl {
	padding-top:2px;
	padding-left:30px;
	padding-bottom:2px;
	background:url(/shared/templates/site_kids/images/contents/icon_yellow.png) no-repeat left 0.2em;
}
#tmp_contents .detail_icon_gr {
	padding-top:2px;
	padding-left:30px;
	padding-bottom:2px;
	background:url(/shared/templates/site_kids/images/contents/icon_green.png) no-repeat left 0.2em;
}
#tmp_contents .kids_btn_box {
	margin:0 0 30px;
	padding:20px 0 15px;
	background-color:#FCF2AD;
}
#tmp_contents .kids_btn_box ul {
	margin-bottom:0;
	margin-left:0;
	list-style:none;
	list-style-image:none;
	text-align:center;
}
#tmp_contents .kids_btn_box ul li {
	display:inline-block;
	margin-right:30px;
	text-align:center;
	font-size:114.2%;
	font-weight:bold;
}
*:first-child+html #tmp_contents .kids_btn_box ul li {
	display:inline;
}
* html *:first-child+html #tmp_contents .kids_btn_box ul li {
	display:inline;
}
#tmp_contents .kids_btn_box ul li.kids_btn05,
#tmp_contents .kids_btn_box ul li.kids_btn11 {
	margin-right:0;
}
#tmp_contents .kids_btn_box ul li.kids_btn07,
#tmp_contents .kids_btn_box ul li.kids_btn08 {
	margin-right:10px;
}
#tmp_contents .kids_btn_box ul li img {
	margin-bottom:0.8em;
	vertical-align:top;
}
/* kids_bnr */
#tmp_contents .kids_bnr {
	margin-bottom:25px;
	padding-top:30px;
	border-top:1px dashed #C5B08F;
}
#tmp_contents .kids_bnr ul {
	margin-left:0;
	margin-bottom:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents .kids_bnr ul li {
	float:left;
	margin-right:5px;
}
#tmp_contents .kids_bnr ul li img {
	vertical-align:top;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info:after,
#tmp_contents div.box_info_ttl:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link:after,
#tmp_contents div.box_link_ttl:after,
#tmp_contents div.box_link_cnt:after,
#tmp_contents div.box_menu:after,
#tmp_contents div.box_menu_ttl:after,
#tmp_contents div.box_menu_cnt:after,
#tmp_contents .box_photo:after,
#tmp_map:after,
#tmp_contents .kids_bnr ul:after,
#tmp_contents .kids_btn_box ul: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_contents div.outline,
*:first-child+html #tmp_contents div.box_info,
*:first-child+html #tmp_contents div.box_info_ttl,
*:first-child+html #tmp_contents div.box_info_cnt,
*:first-child+html #tmp_contents div.box_link,
*:first-child+html #tmp_contents div.box_link_ttl,
*:first-child+html #tmp_contents div.box_link_cnt,
*:first-child+html #tmp_contents div.box_menu,
*:first-child+html #tmp_contents div.box_menu_ttl,
*:first-child+html #tmp_contents div.box_menu_cnt,
*:first-child+html #tmp_contents .box_photo,
*:first-child+html #tmp_map,
*:first-child+html #tmp_contents .kids_bnr ul,
*:first-child+html #tmp_contents .kids_btn_box ul {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html #tmp_contents div.outline,
* html #tmp_contents div.box_info,
* html #tmp_contents div.box_info_ttl,
* html #tmp_contents div.box_info_cnt,
* html #tmp_contents div.box_link,
* html #tmp_contents div.box_link_ttl,
* html #tmp_contents div.box_link_cnt,
* html #tmp_contents div.box_menu,
* html #tmp_contents div.box_menu_ttl,
* html #tmp_contents div.box_menu_cnt,
* html #tmp_contents .box_photo,
* html #tmp_map,
* html #tmp_contents .kids_bnr ul,
* html #tmp_contents .kids_btn_box ul {
	display:inline-block; /* 変更しない */
}
/* ==================================================
print
================================================== */
@media print{
body {
	background:#FFFFFF !important;
}
#tmp_wrapper2 {
	min-width:100% !important;
	background-image:none !important;
}
#tmp_wrapper3 {
	width:100% !important;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_wrap_footer {
	padding-right:0 !important;
	padding-bottom:0 !important;
	padding-left:0 !important;
}
#tmp_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
#tmp_hlogo span,
#tmp_target,
#tmp_means,
#tmp_gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
#tmp_fmenu,
#tmp_fnavi,
.plugin,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback {
	display:none !important;
}
.wrap_col_nm,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main,
#tmp_idx_top .idx_top_r {
	float:none !important;
}
body,
#tmp_pankuzu,
#tmp_wrap_main {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_wrap_main {
	padding:0 10px !important;
}
#tmp_pankuzu {
	padding-right:0 !important;
	padding-left:0 !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
#tmp_copyright {
	text-align:left !important;
}
/* for IE7.0 */
*:first-child+html #tmp_contents h1,
*:first-child+html #tmp_contents h2,
*:first-child+html #tmp_contents h3,
*:first-child+html #tmp_contents h4,
*:first-child+html #tmp_contents h5,
*:first-child+html #tmp_contents h6,
*:first-child+html #tmp_contents .box_btn li {
	min-height:1%;
}
*:first-child+html .used_bg_img span {
	visibility:hidden;
}
/* for IE6.0 */
* html #tmp_contents h1,
* html #tmp_contents h2,
* html #tmp_contents h3,
* html #tmp_contents h4,
* html #tmp_contents h5,
* html #tmp_contents h6,
* html #tmp_contents .box_btn li {
	display:inline-block;
}
* html .used_bg_img span {
	visibility:hidden;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* 変更しない */
	height:1px; /* 変更しない */

}
}