@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
body.format_top,
body.format_free {
	color:inherit;
	background-color:#D9D9D0;
}
* html body {
	text-align:center;
}
/* wrapper
============================== */
#tmp_wrapper {
	/* width:960px; 固定レイアウトの場合使用 */
	min-width:760px; /* デザインによって変更 */
	max-width:1280px; /* デザインによって変更 */
	margin:0 auto;
	color:#333333;
	background-color:#FFFFFF;
}
* html #tmp_wrapper {
	text-align:left;
}
#tmp_wrapper2{
	border-right:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
}
/* main
============================== */
#tmp_wrap_main {
	clear:both; /* 変更しない */
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_nm {
	width:100%; /* 変更しない */
}
.wrap_col_lft_navi {
	float:left; /* 変更しない */
	position:relative; /* 変更しない */
	z-index:1; /* 変更しない */
}
.wrap_col_rgt_navi {
	float:right; /* 変更しない */
}
.format_top .column_full .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_full .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_lnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_rnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_main2 {
	padding:20px 30px; /* デザインによって変更 */
}
.format_top .col_main2 {
	padding-top:0;
}
/* top
============================== */
.format_top .column_full .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_nm2 {
	margin-right:210px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-210px; /* デザインによって変更 */
}
.format_top .column_full .col_lft_navi {
	padding:10px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_top .column_full .col_rgt_navi {
	padding:10px; /* デザインによって変更 */
}
/* free
============================== */
.wrap_col_nm {
	margin-right:-220px; /* デザインによって変更 */
}
.wrap_col_nm2 {
	margin-right:220px; /* デザインによって変更 */
}
.wrap_col_lft_navi {
	width:220px; /* デザインによって変更 */
	margin-right:-220px; /* デザインによって変更 */
}
.col_lft_navi {
	padding:20px 10px 10px 10px;
}
.wrap_col_rgt_navi {
	width:300px; /* デザインによって変更 */
}
.column_full .col_main {
	margin-left:220px; /* デザインによって変更 */
}
.column_lnavi .col_main {
	margin-left:220px; /* デザインによって変更 */
}
.column_rnavi .wrap_col_main {
	margin-right:-300px; /* デザインによって変更 */
}
.column_rnavi .col_main {
	margin-right:300px; /* デザインによって変更 */
}
.custom_hkd .wrap_col_rgt_navi,
.custom_thk .wrap_col_rgt_navi,
.custom_fsm .wrap_col_rgt_navi,
.custom_skk .wrap_col_rgt_navi,
.custom_kys .wrap_col_rgt_navi,
.custom_tmk .wrap_col_rgt_navi {
	width:220px;
}
.custom_hkd .column_rnavi .wrap_col_main,
.custom_thk .column_rnavi .wrap_col_main,
.custom_fsm .column_rnavi .wrap_col_main,
.custom_skk .column_rnavi .wrap_col_main,
.custom_kys .column_rnavi .wrap_col_main,
.custom_tmk .column_rnavi .wrap_col_main {
	margin-right:-220px;
}
.custom_hkd .column_rnavi .col_main,
.custom_thk .column_rnavi .col_main,
.custom_fsm .column_rnavi .col_main,
.custom_skk .column_rnavi .col_main,
.custom_kys .column_rnavi .col_main,
.custom_tmk .column_rnavi .col_main {
	margin-right:220px;
}
/* ==================================================
header
================================================== */
#tmp_header {
	padding:10px 8px 12px 15px;
	background:url(/shared/images/header/header_bg.jpg) 100% 0 no-repeat;
	border-top:2px solid #3D8723;
}
.custom_hkd #tmp_header {
	background:url(/shared/images/header/hkd/header_bg.jpg) 100% 0 no-repeat;
	border-top:2px solid #90D7EC;
}
.custom_thk #tmp_header {
	background:url(/shared/images/header/thk/header_bg.jpg) 100% 0 no-repeat;
	border-top:2px solid #158D94;
}
.custom_fsm #tmp_header {
	background:url(/shared/images/header/fsm/header_bg.jpg) 100% 0 no-repeat;
	border-top:2px solid #442A81;
}
.custom_skk #tmp_header {
	background:url(/shared/images/header/skk/header_bg.jpg) 100% 0 no-repeat;
	border-top:2px solid #F08300;
}
.custom_kys #tmp_header {
	background:url(/shared/images/header/kys/header_bg.jpg) 100% 0 no-repeat;
	border-top:2px solid #E83929;
}
.custom_tmk #tmp_header {
	background:url(/shared/images/header/tmk/header_bg.jpg) 100% 0 no-repeat;
	border-top:2px solid #F4B3C2;
}
.custom_ftbc #tmp_header {
	background:url(/shared/site_english/images/header/ftbc/header_bg.jpg) 100% 0 no-repeat;
	border-top:2px solid #8EB123;
}
.custom_hokuiku #tmp_header {
	background:url(/shared/site_english/images/header/hokuiku/header_bg.jpg) 100% 0 no-repeat;
	border-top:2px solid #8EB123;
}
.custom_touiku #tmp_header {
	background:url(/shared/site_english/images/header/touiku/header_bg.jpg) 100% 0 no-repeat;
	border-top:2px solid #8EB123;
}
.custom_kaniku #tmp_header {
	background:url(/shared/site_english/images/header/kaniku/header_bg.jpg) 100% 0 no-repeat;
	border-top:2px solid #8EB123;
}
.custom_kyuiku #tmp_header {
	background:url(/shared/site_english/images/header/kyuiku/header_bg.jpg) 100% 0 no-repeat;
	border-top:2px solid #8EB123;
}
#tmp_hlogo {
	float:left;
	margin-top:10px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	font-size:0.1%;
	line-height:0.1;
}
#tmp_means {
	width:335px;
	float:right;
}
#tmp_means_primary {
	margin:2px 0 8px 0;
	font-size:0.1%;
	line-height:0.1;
} 
#tmp_func_txt {
	font-size:0.1%;
	margin-right:8px;
	line-height:0.1;
	float:left;
}
#tmp_func_txt dt {
	float:left;
}
#tmp_func_txt dd {
	float:left;
	margin-left:2px;
}
#tmp_func_clr {
	float:left;
}
#tmp_func_clr dt,
#tmp_func_clr dd {
	margin:0 2px 0 0;
	float:left;
}
#tmp_func_clr dt {
	margin-top:3px;
}
#tmp_means_secondary {
	margin:0 0 8px 100px;
	clear:both;
}
*:first-child+html  #tmp_means_secondary {
	margin-bottom:4px;
}
* html #tmp_means_secondary {
	margin-bottom:4px;
}
#tmp_search p {
	float:left;
}
#tmp_query {
	width:160px;
	margin:0 6px 0 0;
	padding:2px 0;
	border:1px solid #666666;
}
* html #tmp_query {
	width:162px;
}
#tmp_means_tertiary {
	font-size:0.1%;
	line-height:0.1;
	clear:both;
}
#tmp_hnavi {
	list-style:none;
	list-style-image:none;
}
#tmp_hnavi li {
	float:left;
	margin-right:18px;
}
#tmp_hnavi li.first {
	padding-left:110px;
	margin-right:10px;
}
#tmp_hnavi li.last {
	margin-right:0;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	background:url(/shared/images/navi/gnavi/gnavi_bg.jpg) 0 0 repeat-x;
	padding-bottom:1px;
	border-top:1px solid #FFFFFF;
	clear:both;
}
.custom_hkd #tmp_gnavi {
	background:url(/shared/images/navi/gnavi/hkd/gnavi_bg.jpg) 0 0 repeat-x;
}
.custom_thk #tmp_gnavi {
	background:url(/shared/images/navi/gnavi/thk/gnavi_bg.jpg) 0 0 repeat-x;
}
.custom_fsm #tmp_gnavi {
	background:url(/shared/images/navi/gnavi/fsm/gnavi_bg.jpg) 0 0 repeat-x;
}
.custom_skk #tmp_gnavi {
	background:url(/shared/images/navi/gnavi/skk/gnavi_bg.jpg) 0 0 repeat-x;
}
.custom_kys #tmp_gnavi {
	background:url(/shared/images/navi/gnavi/kys/gnavi_bg.jpg) 0 0 repeat-x;
}
.custom_tmk #tmp_gnavi {
	background:url(/shared/images/navi/gnavi/tmk/gnavi_bg.jpg) 0 0 repeat-x;
}
.custom_ftbc #tmp_gnavi,
.custom_hokuiku #tmp_gnavi,
.custom_touiku #tmp_gnavi,
.custom_kaniku #tmp_gnavi,
.custom_kyuiku #tmp_gnavi {
	background:url(/shared/images/navi/gnavi/ftbc/gnavi_bg.jpg) 0 0 repeat-x;
}
#tmp_gnavi ul {
	font-size:0.1%;
	line-height:0.1;
	list-style:none;
}
#tmp_gnavi ul li {
	float:left;
}
#tmp_gnavi ul li.gnavi_top {
	padding:5px 0 0 4px;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	padding:0.4em 20px 0.3em 20px;
	color:inherit;
	background-color:#EDE4D6;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #CCCCCC;
	clear:both;
}
/* lnavi
============================== */
* html #tmp_lnavi{
	height:1%;
}
#tmp_lnavi_ttl {
	color:#FFFFFF;
	font-weight:bold;
	padding:8px 10px 5px 10px;
	background:#6D5F3D url(/shared/images/navi/lnavi/lnavi_ttl.jpg) 0 0 no-repeat;
}
#tmp_lnavi_ttl a {
	color:#FFFFFF;
	background-color:transparent;
}
#tmp_lnavi_cnt {
	padding:15px 12px;
}
#tmp_lnavi_cnt ul {
	margin-left:15px;
	list-style-image:url(/shared/images/navi/lnavi/lnavi_icon.gif);
}
#tmp_lnavi_cnt li {
	margin-bottom:0.5em;
}
#tmp_cal #tmp_cal_cnt {
	padding-left:11px;
	position:relative;
}
#tmp_cal {
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_cal #tmp_cal_cnt table {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:4px;
	color:inherit;
	background-color:#FFFFFF;
	width:176px;
}
#tmp_cal #tmp_cal_cnt th {
	border:1px solid #CCCCCC;
	font-weight:normal;
}
#tmp_cal #tmp_cal_cnt td {
	padding:1px;
	border:1px solid #CCCCCC;
	text-align:center;
}
#tmp_cal table td a {
	color:#000000;
	display:block;
}
#tmp_cal td .today {
	background-color:#E3F2D7;
	font-weight:bold;
	display:block;
}
#tmp_cal .sat a {
	color:#00509F;
}
#tmp_cal .sun a {
	color:#D11818;
}
#tmp_cal #tmp_cal_navi {
	padding:3px 0 0 10px;
}
#tmp_cal #tmp_cal_navi ul {
	list-style:none;
	width:100%;
}
#tmp_cal #tmp_cal_navi ul li {
	float:left;
}
#tmp_cal #tmp_cal_navi .cal_prev {
	padding-right:8px;
	border-right:1px solid #000000;
	padding-left:11px;
}
#tmp_cal #tmp_cal_navi .cal_current {
	margin-right:9px;
	padding-right:12px;
	padding-left:12px;
	border-right:1px solid #000000;
}
#tmp_cal #tmp_cal_navi .cal_prev a {
	display:inline-block;
	margin-left:-11px;
	padding-left:11px;
	background:url(/shared/images/navi/event/cal_prev.gif) 0 50% no-repeat;
}
#tmp_cal #tmp_cal_navi .cal_next a {
	display:inline-block;
	padding-right:10px;
	background: url(/shared/images/navi/event/cal_next.gif) 100% 50% no-repeat;
}
#tmp_cal #tmp_cal_navi .cal_next {
	float:left;
	white-space:nowrap;
}
#tmp_cal_archive {
	clear:both;
}
#tmp_cal_archive p {
	padding-top:15px;
	text-align:center;
}
#tmp_link {
	padding:15px 9px 0;
	text-align:center;
	border-top:1px dotted #847248;
}
/* rnavi
============================== */
#tmp_rnavi {
	padding:20px;
}
#tmp_smenu {
	padding:34px 20px;
	border-top:1px solid #FFFFFF;
}
#tmp_publicity ul {
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
}
#tmp_publicity img {
	vertical-align:top;
}
#tmp_monthry {
	color:inherit;
	background:#FFFFFF url(/shared/images/navi/rnavi/monthly_bg.gif) 0 0 repeat-y;
}
#tmp_monthry_cnt {
	width:100%;
	background:url(/shared/images/navi/rnavi/monthly_bg1.gif) 0 100% no-repeat;
}
#tmp_monthry_cnt p {
	padding:0 14px 6px 14px;
}

/* pnavi
============================== */
.pnavi {
	clear:both;
}
.ptop {
	text-align:right;
	clear:both;
	margin-top:1.5em;
	margin-bottom:1em;
}
.ptop a {
	padding:2px 0 2px 15px;
	background:url(/shared/templates/free/images/contents/ptop_bg.gif) 0 0.3em no-repeat;
}
.format_top .ptop {
	margin-right:30px;
	margin-bottom:2.5em;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
.column_rnavi {
	background:url(/shared/images/navi/rnavi/rnavi_bg.gif) 100% 0 repeat-y;
}
.column_lnavi,
.column_full {
	background:url(/shared/images/navi/lnavi/lnavi_line.gif) 219px 0 repeat-y;
}
.column_lnavi #tmp_wrap_main2,
.column_full #tmp_wrap_main2 {
	background:url(/shared/images/navi/lnavi/lnavi_bg.jpg) 0 0 no-repeat;
}
.column_full #tmp_wrap_main3 {
	background:url(/shared/images/navi/rnavi/rnavi_bg.gif) 100% 0 repeat-y;
}
.column_lnavi #tmp_main,
.column_full #tmp_main {
	background:url(/shared/images/navi/lnavi/lnavi_foot_bg.gif) 0 100% no-repeat;
}
/* update
============================== */
#tmp_update {
	text-align:right;
}
/* plugin 変更しない
============================== */
.plugin {
	margin:0 0 10px;
	padding:10px;
	border:1px solid #CCCCCC;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	font-size:0.1%;
	line-height:0.1;
	float:left;
}
.plugin p {
	margin:0 !important;
}
/* inquiry
============================== */
#tmp_inquiry {
	margin:0 0 10px;
	border:1px solid #CCCCCC;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:0.2em 0.5em;
	color:inherit;
	background-color:#DDDDDD;
}
#tmp_inquiry_ttl h2 {
	font-size:100%;
}
#tmp_inquiry_cnt {
	padding:7px 15px;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 10px;
	border:1px solid #676767;
}
#tmp_feedback_ttl {
	padding:0.2em 0.5em;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#666666;
}
#tmp_feedback_cnt {
	padding:10px 15px;
	color:inherit;
}
#tmp_feedback_cnt dt {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt dd {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt dd p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
/* ==================================================
footer
================================================== */
#tmp_footer {
	padding:5px 0 10px 20px;
	clear:both;
	border-top:3px solid #999999;
}
#tmp_fnavi {
	padding:6px 10px 5px 0;
	list-style:none;
}
#tmp_fnavi li {
	white-space:nowrap;
}
#tmp_footer_cnt {
	clear:both;
}
#tmp_footer_cnt address {
	margin:0 0 0.2em;
	font-style:normal;
}
#tmp_copyright {
	clear:both;
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#990000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#007500; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:140%; /* 変更しない */
}
.txt_small {
	font-size:80%; /* 変更しない */
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
p.indent1 {
	text-indent:1em; /* 変更しない */
}
/* image ▼変更しない
============================== */
.float_lft {
	margin-right:20px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
.float_rgt {
	margin-bottom:10px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
.clear {
	clear:both;
}
/* noicon ▼変更しない
============================== */
ul.noicon {
	padding-left:1.5em !important;
	text-indent:-1.5em !important;
	list-style:none !important;
	list-style-image:none !important;
}
ul.noicon ul,
ul.noicon ol {
	text-indent:0 !important;
}
ul ul.noicon {
	text-indent:-1.5em !important;
}
/* ==================================================
parts
================================================== */
/* col2 ▼変更しない
============================== */
table.col2 {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	vertical-align:top;
	text-align:left;
}
table.col2 td.col2L {
	width:51%;
	padding-right:4%;
}
table.col2 td.col2R {
	width:49%;
	padding:0;
}
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:49%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48%;
	float:left;
}
/* nestcol2 ▼変更しない
============================== */
table.col2 table.col2 td.col2L {
	padding:0;
	border-right:15px solid #FFFFFF;
}
div.col2 div.col2 div.col2L {
	width:48%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47%;
}
/* col3 ▼変更しない
============================== */
table.col3 {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	width:33%;
	padding-right:6%;
}
table.col3 td.col3R {
	width:31%;
	padding:0;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:32%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31%;
	float:left;
}
/* img_cap ▼変更しない
============================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}

/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* デザインによって変更 */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* デザインによって変更 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_func_txt:after,
#tmp_func_clr:after,
#tmp_means_primary:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_main:after,
#tmp_emergency:after,
#tmp_emergency_cnt:after,
#tmp_emergency_s:after,
#tmp_emergency_s_cnt:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry_cnt:after,
#tmp_feedback_cnt dd:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
div.col2:after,
div.col3: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,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_func_txt,
*:first-child+html #tmp_func_clr,
*:first-child+html #tmp_means_primary,
*:first-child+html #tmp_means_secondary,
*:first-child+html #tmp_search,
*:first-child+html #tmp_means_tertiary,
*:first-child+html #tmp_hnavi,
*:first-child+html #tmp_gnavi,
*:first-child+html #tmp_main,
*:first-child+html #tmp_emergency,
*:first-child+html #tmp_emergency_cnt,
*:first-child+html #tmp_emergency_s,
*:first-child+html #tmp_emergency_s_cnt,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*:first-child+html #tmp_inquiry_cnt,
*:first-child+html #tmp_feedback_cnt dd,
*:first-child+html #tmp_publicity_cnt,
*:first-child+html #tmp_footer,
*:first-child+html #tmp_fnavi,
*:first-child+html #tmp_footer_cnt,
*:first-child+html div.col2,
*:first-child+html div.col3 {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html #tmp_contents,
* html #tmp_maincontents,
* html #tmp_header,
* html #tmp_means,
* html #tmp_func_txt,
* html #tmp_func_clr,
* html #tmp_means_primary,
* html #tmp_means_secondary,
* html #tmp_search,
* html #tmp_means_tertiary,
* html #tmp_hnavi,
* html #tmp_gnavi,
* html #tmp_main,
* html #tmp_emergency,
* html #tmp_emergency_cnt,
* html #tmp_emergency_s,
* html #tmp_emergency_s_cnt,
* html .plugin,
* html .pnavi,
* html #tmp_inquiry_cnt,
* html #tmp_feedback_cnt dd,
* html #tmp_publicity_cnt,
* html #tmp_footer,
* html #tmp_fnavi,
* html #tmp_footer_cnt,
* html div.col2,
* html div.col3 {
	height:1%; /* 変更しない */
}
