@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
* html body {
	text-align:center;
}
/* wrapper
============================== */
#tmp_wrapper {
	color:#FFFFFF;
	background-color:transparent;
}
#tmp_wrapper2 {
	min-width:980px;
	background:url(/shared/season/images/wrapper/wrapper_bg.jpg) no-repeat center top;
}
.format_top #tmp_wrapper2 {
	background:url(/shared/season/images/wrapper/wrapper_bg_top.jpg) no-repeat center top;
}
#tmp_wrapper3 {
	width:980px;
	margin:0 auto;
	position:relative;
}
* html #tmp_wrapper3 {
	text-align:left;
}
noscript {
	text-align:center;
}
/* smartphonelink
============================== */
#tmp_wrap_smartphonelink {
	padding:10px;
	color:#003980;
	background-color:#FFFFFF;
	line-height:1.2;
	display:none;
	clear:both;
}
#tmp_smartphonelink {
	color:#FFFFFF;
	background-color:#003980;
	background:-moz-linear-gradient(center top, #0066AA, #003980);/* Mozilla */
	background:-webkit-gradient(linear, center top, center bottom, from(#0066AA), to(#003980)); /* Webkit */
	text-align:center;
	font-size:200%;
	border-radius:5px;      /* CSS3 */
	-moz-border-radius:5px;    /* Mozilla */
	-webkit-border-radius:5px; /* Webkit */
}
#tmp_smartphonelink a {
	display:block;
	padding:5px;
	color:#FFFFFF;
	background-color:transparent;
	text-decoration:none;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px),only screen and (-webkit-min-device-pixel-ratio : 1.5),only screen and (min-device-pixel-ratio : 1.5) {
#tmp_wrap_smartphonelink {
	display:block;
}
}
/* main
============================== */
#tmp_wrap_main {
	margin:0 10px;
	padding:10px 0 0;
	color:#333333;
	background:#FFFFFF url(/shared/season/images/main/main_bg_top.gif) no-repeat left top;
	clear:both; /* 変更しない */
}
.format_top #tmp_wrap_main {
	margin:0 20px;
	padding:0;
	color:#FFFFFF;
	background-color:transparent;
	background-image:none;
}
#tmp_wrap_main2   {
	padding:0 20px 10px;
	background:url(/shared/season/images/main/main_bg_btm.gif) no-repeat left bottom;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_contents {
	padding:0 0 10px;
}
/* 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; /* 変更しない */
}
.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_main {
	padding:0 0 10px; /* デザインによって変更 */
}
/* top
============================== */
.format_top .column_lnavi .wrap_col_lft_navi {
	width:220px; /* デザインによって変更 */
	margin-right:-240px; /* デザインによって変更 */
}
.format_top .column_lnavi .col_lft_navi {
	padding:5px 5px 0; /* デザインによって変更 */
	color:#000000;
	background:transparent url(/shared/images/navi/rnavi/top_navi_bg.png) no-repeat left top;
}
.format_top .column_lnavi .col_main {
	margin-left:240px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:210px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-220px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:220px; /* デザインによって変更 */
}
.kyoiku .column_full .wrap_col_nm {
	margin-right:-235px; /* デザインによって変更 */
}
.kyoiku .column_full .wrap_col_nm2 {
	margin-right:235px; /* デザインによって変更 */
}
.kyoiku .column_full .wrap_col_lft_navi {
	width:220px; /* デザインによって変更 */
	margin-right:-235px; /* デザインによって変更 */
}
.kyoiku .column_full .wrap_col_rgt_navi {
	width:220px; /* デザインによって変更 */
}
.kyoiku .column_full .col_main {
	margin-left:235px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_header {
	margin:0 0 69px;
	padding:5px 10px 0 0;
}
.format_top #tmp_header {
	margin-bottom:0;
}
#tmp_header a {
	color:#FFFFFF;
	background-color:transparent;
}
#tmp_hlogo {
	float:left;
}
.format_free #tmp_header #tmp_hlogo p a,
.format_base #tmp_header #tmp_hlogo p a {
	display: block;
	position: relative;
}
.format_free #tmp_header #tmp_hlogo p a span,
.format_base #tmp_header #tmp_hlogo p a span {
	display: block;
}
.format_free #tmp_header #tmp_hlogo p a span.home_btn,
.format_base #tmp_header #tmp_hlogo p a span.home_btn {
	position: absolute;
	bottom: -3px;
	left: 86px;
}
#tmp_hlogo h1 img,
#tmp_hlogo p img {
	vertical-align:top;
}
#tmp_means {
	width:720px;
	float:right;
}
#tmp_means img {
	vertical-align:top;
}
/* primary
============================== */
#tmp_means_primary {
	margin:6px 0 0;
}
/* home */
#tmp_home {
	margin:1px 22px 0 0;
	list-style:none;
	list-style-image:none;
	float:left;
}
/* search */
#tmp_search {
	margin:0 10px 0 0;
	float:left;
}
#tmp_search dt {
	margin:0 4px 0 0;
	float:left;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
	width:157px;
	min-height:22px;
	margin:0 5px 0 0;
	border:1px solid #0066AA;
}
* html #tmp_query {
	width:159px;
	height:22px;
}
/* hnavi */
#tmp_hnavi {
	margin:3px 0 0;
	float:left;
}
#tmp_hnavi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_hnavi ul li {
	margin:0 7px 0 0;
	float:left;
}
#tmp_hnavi .last {
	margin-right:0;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	position:absolute;
	top:45px;
	left:250px;
	clear:both;
	z-index:110;
}
#tmp_gnavi ul {
	margin:0 0 0 0;
	list-style:none;
}
#tmp_gnavi li {
	float:left;
	position:relative;
	z-index:1;
}
#tmp_gnavi a {
	color:#FFFFFF;
	background-color:transparent;
	display:block;
	height:46px;
	background-image:url(/shared/images/navi/gnavi/gnavi.gif);
	background-repeat:no-repeat;
}
#tmp_glist1 a {
	width:120px;
	background-position:left top;
}
#tmp_glist1 span {
	width:120px;
}
#tmp_glist1.active a,
#tmp_glist1 a:hover,
#tmp_glist1 a:focus {
	background-position:left bottom;
}
*:first-child+html #tmp_glist1 a:active {
	background-position:left bottom;
}
* html #tmp_glist1 a:active {
	background-position:left bottom;
}
#tmp_glist2 a {
	width:104px;
	background-position:-120px top;
}
#tmp_glist2 span {
	width:104px;
}
#tmp_glist2.active a,
#tmp_glist2 a:hover,
#tmp_glist2 a:focus {
	background-position:-120px bottom;
}
*:first-child+html #tmp_glist2 a:active {
	background-position:-120px bottom;
}
* html #tmp_glist2 a:active {
	background-position:-120px bottom;
}
#tmp_glist3 a {
	width:120px;
	background-position:-224px top;
}
#tmp_glist3 span {
	width:120px;
}
#tmp_glist3.active a,
#tmp_glist3 a:hover,
#tmp_glist3 a:focus {
	background-position:-224px bottom;
}
*:first-child+html #tmp_glist3 a:active {
	background-position:-224px bottom;
}
* html #tmp_glist3 a:active {
	background-position:-224px bottom;
}
#tmp_glist4 a {
	width:148px;
	background-position:-344px top;
}
#tmp_glist4 span {
	width:148px;
}
#tmp_glist4.active a,
#tmp_glist4 a:hover,
#tmp_glist4 a:focus {
	background-position:-344px bottom;
}
*:first-child+html #tmp_glist4 a:active {
	background-position:-344px bottom;
}
* html #tmp_glist4 a:active {
	background-position:-344px bottom;
}
#tmp_glist5 a {
	width:92px;
	background-position:-492px top;
}
#tmp_glist5 span {
	width:92px;
}
#tmp_glist5.active a,
#tmp_glist5 a:hover,
#tmp_glist5 a:focus {
	background-position:-492px bottom;
}
*:first-child+html #tmp_glist5 a:active {
	background-position:-492px bottom;
}
* html #tmp_glist5 a:active {
	background-position:-492px bottom;
}
#tmp_glist6 a {
	width:136px;
	background-position:-584px top;
}
#tmp_glist6 span {
	width:136px;
}
#tmp_glist6.active a,
#tmp_glist6 a:hover,
#tmp_glist6 a:focus {
	background-position:-584px bottom;
}
*:first-child+html #tmp_glist6 a:active {
	background-position:-584px bottom;
}
* html #tmp_glist6 a:active {
	background-position:-584px bottom;
}
#tmp_gnavi ul li span {
	display:block;
	height:46px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* drop_down_hidden */
#tmp_gnavi ul ul {
	margin-left:0;
}
#tmp_gnavi ul ul li {
	float:none;
	position:static;
}
#tmp_gnavi .drop_down_hidden {
	width:200px;
	color:#000000;
	background-color:#FFFFFF;
	border:5px solid #FFFFFF;
	border-top:none;
	position:absolute;
	left:-5px;
	top:46px;
	display:none;
	z-index:10;
}
* html #tmp_gnavi .drop_down_hidden {
	width:210px;
}
#tmp_gnavi .drop_down_hidden ul {
	padding:0 0 5px;
    display:block !important;
	border:2px solid #71C7E3;
	border-top:1px solid #71C7E3;
}
#tmp_gnavi .drop_down_hidden li {
	padding:0 9px;
}
#tmp_gnavi .drop_down_hidden li a {
	height:auto;
	margin:0;
	padding:9px 12px 9px 12px;
	color:#1F548A;
	background:transparent url(/shared/images/navi/gnavi/list_icon.gif) no-repeat left 0.8em;
	border-bottom:1px dotted #999999;
	display:block;
	width:auto;
}
#tmp_gnavi .drop_down_hidden li.active a {
	background:#DAF2FA url(/shared/images/navi/gnavi/list_icon.gif) no-repeat left 0.8em;
}
*:first-child+html #tmp_gnavi .drop_down_hidden li,
*:first-child+html #tmp_gnavi .drop_down_hidden li a {
    min-height:1%;
}
* html #tmp_gnavi .drop_down_hidden li,
* html #tmp_gnavi .drop_down_hidden li a {
    height:1%;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	padding:0 12px 20px;
	clear:both;
}
/* cate_ttl
============================== */
.col_lft_navi #tmp_cate_ttl {
    margin: 0 0 20px;
}
/* genchi */
#tmp_ttl_genchi {
	margin:0 0 20px;
	padding:0 20px;
	position:relative;
	clear:both;
}
#tmp_ttl_genchi .to_shinshu {
	position:absolute;
	top:3px;
	left:819px;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_lnavi_ttl {
	padding:7px 10px 6px;
	color:#FFFFFF;
	background:#538134 url(/shared/images/navi/lnavi/lnavi_ttl_bg.jpg) repeat-x left top;
}
#tmp_lnavi_ttl p {
	padding:0 0 0 10px;
	background:url(/shared/images/navi/lnavi/lnavi_ttl_arrow.png) no-repeat left center;
}
#tmp_lnavi_ttl a {
	color:#FFFFFF;
	background-color:transparent;
	font-weight:bold;
	text-decoration:none;
}
#tmp_lnavi_cnt {
	padding:9px 10px 0;
	color:inherit;
	background-color:#EEF5E9;
}
#tmp_lnavi_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_lnavi_cnt ul li {
	margin:0 0 8px;
	padding:0 0 9px 12px;
	background:url(/shared/images/navi/lnavi/lnavi_list_icon.gif) no-repeat left 3px;
	border-bottom:1px dotted #8CB872;
}
/* bosai */
#tmp_bosai {
	margin:0 0 5px;
	padding:11px 9px 2px;
	color:inherit;
	background:#FCD8D8 url(/shared/images/navi/rnavi/bosai_bg.jpg) no-repeat left bottom;
	clear:both;
}
#tmp_bosai ul {
	list-style:none;
	list-style-image:none;
}
#tmp_bosai ul li {
	margin-bottom:6px;
}
#tmp_bosai img {
	vertical-align:top;
}
/* btn_list */
.btn_list {
	margin:0;
	color:#000000;
	background-color:#FFFFFF;
	list-style:none;
	list-style-image:none;
	clear:both;
}
.btn_list li {
	margin-bottom:5px;
}
.btn_list img {
	vertical-align:top;
}
/* shinse */
#tmp_shinse {
	margin:0 0 15px;
	color:#000000;
	background-color:#FFFFFF;
	clear:both;
}
#tmp_shinse_cnt {
	padding:0 4px;
}
#tmp_shinse_cnt ul {
	margin-left:20px;
	list-style:url(/shared/images/navi/rnavi/top_navi_list_icon.gif);
}
#tmp_shinse_cnt ul li {
	margin-bottom:8px;
}
/* access */
#tmp_access {
	margin:0 0 15px;
	color:#000000;
	background-color:#FFFFFF;
	clear:both;
}
#tmp_access_cnt {
	padding:0 4px;
}
#tmp_access_cnt ul {
	margin-left:20px;
	list-style:url(/shared/images/navi/rnavi/top_navi_list_icon.gif);
}
#tmp_access_cnt ul li {
	margin-bottom:8px;
}
/* event_cal
============================== */
#tmp_wrap_event_cal {
	background:#C9EBF5 url(/shared/images/navi/event/cal_bg_top.jpg) no-repeat left top;
}
#tmp_event_cal {
	padding:5px;
	background:url(/shared/images/navi/event/cal_bg_bottom.jpg) no-repeat left bottom;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	padding:3px 8px 0 12px;
	clear:both;
}
#tmp_event_cal_ttl .cal_ttl {
	float:left;
}
#tmp_event_cal_ttl .month {
	float:right;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	width:100%;
	clear:both;
	background:url(/shared/images/navi/event/cal_bg_bottom.jpg) no-repeat left bottom;
}
#tmp_event_cal_cnt .calendar,
#tmp_event_cal_cnt .calendar td,
#tmp_event_cal_cnt .calendar th {
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CCDDEE;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:5px 0 10px;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	text-align:center;
	font-weight:normal;
	background-color:#C8EBF5;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_event_cal_cnt .calendar a {
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	display:block;
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FFFFCC !important;
}
#tmp_event_cal_cnt .calendar td.sun a {
	color:#D11818;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat a {
	color:#0054AA;
	background-color:transparent;
}
/* cal_navi */
#tmp_event_cal_cnt .wrap_cal_navi {
	color:inherit;
	background:#FFFFFF url(/shared/images/navi/event/cal_navi_top.gif) no-repeat left top;
}
#tmp_event_cal_cnt .cal_navi {
	padding:5px 10px;
	list-style:none;
	background:url(/shared/images/navi/event/cal_navi_bottom.gif) no-repeat left bottom;
}
#tmp_event_cal_cnt .cal_navi li {
	line-height:1.1;
	float:left;
}
#tmp_event_cal_cnt .cal_navi .prev {
	padding:0 6px 0 12px;
}
#tmp_event_cal_cnt .cal_navi .prev a {
	display:inline-block;
	margin:0 0 0 -12px;
	padding:0 0 0 12px;
	background:url(/shared/images/navi/event/cal_prev.gif) no-repeat left center;
}
#tmp_event_cal_cnt .cal_navi .next {
	padding:0 0 0 6px;
}
#tmp_event_cal_cnt .cal_navi .next a {
	display:inline-block;
	padding:0 12px 0 0;
	background:url(/shared/images/navi/event/cal_next.gif) no-repeat right center;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}
/* rnavi
============================== */
#tmp_rnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_rnavi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_rnavi img {
	vertical-align:top;
}
#tmp_rnavi .btn_list {
	margin:0 0 20px;
}
#tmp_rnavi .btn_list li {
	margin-bottom:1px;
}
#tmp_rnavi .btn_list2 li {
	margin-bottom:15px;
}
/* genchi */
#tmp_rnavi_genchi {
	margin:0 0 10px;
	padding:1px 1px 0 1px;
	color:inherit;
	background-color:#D5C180;
	border:5px solid #EAE0BF;
	list-style:none;
	list-style-image:none;
	clear:both;
}
#tmp_rnavi_genchi li {
	margin-bottom:1px;
	padding:10px;
	color:inherit;
	background:#FFFFFF url(/shared/images/navi/rnavi/navi_list_bg.jpg) repeat-x left bottom;
	font-weight:bold;
}
#tmp_rnavi_genchi li a {
	padding:0 0 0 16px;
	background:url(/shared/images/navi/rnavi/navi_list_icon.gif) no-repeat left 0.3em;
	display:block;
}
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
/* miryoku
============================== */
#tmp_miryoku {
	width:330px;
	float:left;
}
#tmp_miryoku a {
	color:#FFFFFF;
	background-color:transparent;
}
/* gokanen
============================== */
#tmp_gokanen {
	width:740px;
	margin:22px auto 20px;
	position:relative;
}
#tmp_gokanen a {
	color:#000000;
	background-color:transparent;
}
#tmp_show_fadeimage {
	width:100%;
	margin:0;
	position:relative;
}
#tmp_show_fadeimage .box_parent_gallrey {
	width:600px;
	margin:0 auto;
}
#tmp_show_fadeimage .prev {
	position:absolute;
	top:92px;
	left:0;
}
#tmp_show_fadeimage .next {
	position:absolute;
	top:92px;
	right:0;
}
#tmp_fadebtn_area {
	position:absolute;
	bottom:2px;
	left:3px;
}
/*
.used_javascript .show_fadeimage{
	top:0;
	left:0;
	padding-left:45px;
	position:absolute;
}
*/
.used_javascript #tmp_show_fadeimage .fadeimage{
	float:left;
	display:block;
}

#tmp_show_fadeimage .fadeimage {
	float:none;
	text-align:center;
	display:none;
}
#tmp_show_fadeimage .show_fadeimage:first-child .fadeimage {
	display:block;
}
#tmp_fadebtn {
	position: absolute;
	bottom: 15px;
	left: 10px;
	z-index: 1;
}
/*.used_javascript #tmp_plan {
	display:none;
}
*/
/*.fadeimage img{
	display:none;
}
.fadeimage #imgpng1{
	display:block;
}
.fadeimage #imgpng2{
	display:block;
}
.used_javascript .fadeimage img {
	display:block;
}
.fadeimage a {
	display:none;
}
.used_javascript .fadeimage a {
	display:block;
}
*/
/* shisaku
============================== */
#tmp_wrap_shisaku {
	margin:14px 0 0;
	padding:10px;
	background:url(/shared/images/shisaku/shisaku_bg.png) no-repeat left top;
	position:relative;
}
#tmp_shisaku {
	height:170px;
	overflow:hidden;
}
#tmp_shisaku ul {
	list-style:none;
	list-style-image:none;
}
#tmp_shisaku ul img {
	vertical-align:top;
}
#tmp_shisaku .list_order {
	display:none;
}
#tmp_wrap_shisaku #tmp_gallery_player {
	position:absolute;
	right:10px;
	top:0;
	z-index:10;
}
/* emergency
============================== */
#tmp_emergency {
	margin: 0 20px 26px;
	color:#000000;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	clear:both;
}
#tmp_emergency_ttl {
	padding:5px 10px;
	color:inherit;
	background:#E44545 url(/shared/images/main/emergency/emergency_ttl_bg.jpg) repeat-x left top;
}
#tmp_emergency_cnt {
	padding:10px 12px 6px;
	color:inherit;
	background-color:#FFFFFF;
	border-left:3px solid #D93D3D;
	border-right:3px solid #D93D3D;
	border-bottom:3px solid #D93D3D;
}
#tmp_emergency_cnt ul {
	margin-left:20px;
	list-style:url(/shared/images/main/emergency/emergency_list_icon.gif);
}
#tmp_emergency_cnt ul li {
	margin-bottom:0.3em;
}
#tmp_emergency_cnt .read_all {
	margin:8px 0 0 2px;
	list-style:none;
	list-style-image:none;
}
#tmp_emergency_cnt .read_all li {
	margin:0 17px 0 0;
	float:left;
}
/* emergency_s
============================== */
#tmp_emergency_s {
	color:#000000;
	background-color:#FFFFFF;
	clear:both;
}
#tmp_emergency_s_ttl {
	padding:5px 6px;
	color:inherit;
	background:#E44545 url(/shared/images/main/emergency/emergency_ttl_bg.jpg) repeat-x left top;
}
#tmp_emergency_s_cnt {
	padding:10px 2px 8px;
	color:inherit;
	background-color:#FFFFFF;
	border-left:3px solid #D93D3D;
	border-right:3px solid #D93D3D;
	border-bottom:3px solid #D93D3D;
}
#tmp_emergency_s_cnt ul {
	margin-left:20px;
	list-style:url(/shared/images/main/emergency/emergency_list_icon.gif);
}
#tmp_emergency_s_cnt ul li {
	margin-bottom:0.3em;
}
/* update
============================== */
#tmp_update {
	margin-right:10px !important;
	float:left;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:1px solid #CCCCCC;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
}
/* inquiry
============================== */
#tmp_inquiry {
	margin:0 0 20px;
	border:1px solid #565656;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:4px 12px 2px;
	color:#FFFFFF;
	background:#777777 url(/shared/images/main/inquiry/inquiry_ttl_bg.jpg) repeat-x left top;
	font-weight:bold;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:7px 15px;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#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 20px;
	border:1px solid #666666;
	clear:both;
}
#tmp_feedback_ttl {
	padding:3px 7px;
	color:inherit;
	background-color:#DDDDDD;
	font-weight:bold;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:10px 15px;
}
#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;
}
/* ==================================================
banner
================================================== */
#tmp_wrap_publicity {
	width:100%;
}
#tmp_publicity {
	width:940px;
	margin:0 auto;
	padding:10px 0 0 0;
	clear:both;
}
* html #tmp_publicity {
	text-align:left;
}
#tmp_publicity a {
	color:#FFFFFF;
	background-color:transparent;
}
#tmp_publicity_ttl {
	margin:0 3px 0.3em;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	margin:0 10px 0 0;
	padding:0 0 5px;
	float:left;
}
#tmp_publicity_close {
	float:right;
}
/* press */
#tmp_wrap_press_publicity {
	margin:0 0 10px;
	clear:both;
}
#tmp_press_publicity {
	float:right;
}
#tmp_press_publicity p.title {
	margin-bottom:7px;
}
#tmp_press_publicity p.title img {
	margin:0 10px 3px 0;
	vertical-align:middle;
}
#tmp_press_publicity ul {
	margin:0 !important;
	list-style:none !important;
	list-style-image:none !important;
}
#tmp_press_publicity ul li {
	margin:0 10px 0 0 !important;
	float:left;
}
#tmp_press_publicity img {
	vertical-align:top;
}
/* ==================================================
footer
================================================== */
#tmp_footer {
	margin:0 10px;
	padding:20px 0 5px;
	clear:both;
}
.format_top #tmp_footer {
	margin:0 20px;
}
/* fnavi
============================== */
#tmp_fnavi {
	margin:0 0 8px;
	list-style:none;
}
#tmp_fnavi li {
	margin:0 10px 0 0;
	white-space:nowrap;
	float:left;
}
#tmp_fnavi li a {
	color:#FFFFFF;
	background-color:transparent;
}
#tmp_fnavi .last {
	margin-right:0;
}
#tmp_fnavi img {
	vertical-align:top;
}
#tmp_fnavi2 {
	margin:0 0 8px;
	list-style:none;
}
#tmp_fnavi2 li {
	margin:0 5px 0 0;
	padding:0 5px 0 0;
	float:left;
	border-right:1px solid #FFFFFF;
	white-space:nowrap;
}
#tmp_fnavi2 li a {
	color:#FFFFFF;
	background-color:transparent;
}
#tmp_fnavi2 .last {
	border-right:none;
}
#tmp_footer_cnt {
	color:#FFFFFF;
	background-color:transparent;
	clear:both;
}
#tmp_footer_cnt address {
	font-style:normal;
}
#tmp_copyright {
	clear:both;
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#BF1111; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#26771E; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:130%; /* body 14pxのとき20px相当 */
	/* font-size:134%; body 12pxのとき16px相当 */
}
.txt_small {
	font-size:86%; /* body 14pxのとき12px相当 */
	/*font-size:84%;  body 12pxのとき10px相当 */
}
.space_lft1 {
	padding-left: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 {
	margin-left:3.2em !important;
	text-indent:-1.5em !important;
	list-style:none !important;
	list-style-image:none !important;
}
ul.noicon ul,
ul.noicon ol,
ul.noicon p,
ul.noicon h1,
ul.noicon h2,
ul.noicon h3,
ul.noicon h4,
ul.noicon h5,
ul.noicon h6,
ul.noicon table,
ul.noicon div {
	text-indent:0 !important;
}
ul ul.noicon,
ol ul.noicon {
	margin-left:1.5em !important;
	text-indent:-1.5em !important;
}
/* ==================================================
parts
================================================== */
/* col2 ▼変更しない
============================== */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col2 td.col2L {
	width:50%;
	border-right-width:15px;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
table.col2 td.col2R {
	width:50%;
}
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48.5%;
	float:left;
}
/* nestcol2 ▼変更しない
============================== */
table.col2 table.col2 td.col2L {
	padding:0;
}
div.col2 div.col2 div.col2L {
	width:47.5%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47.5%;
}
/* fixed_col2 ▼変更しない
   編集領域には使わない（イベントカレンダー・定型等に使う）
============================== */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:48.5%;
	float:right;
}
/* col3 ▼変更しない
============================== */
table.col3 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	width:33.33%;
	border-right-width:15px;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
table.col3 td.col3R {
	width:33.33%;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31.7%;
	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;
}
/* layouttable ▼変更しない
============================== */
table.layouttable {
	border-collapse:collapse;
	border-spacing:0;
}
table.layouttable td {
	padding:0 15px 0 0;
	vertical-align:top;
	text-align:left;
}
/* ==================================================
Google
================================================== */
#cse .gsc-thinWrapper {
	width:100% !important;
}
/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display:none !important;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display:block !important;
}

/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel,
#tmp_main a.icon_sound,
#tmp_main a.icon_movie {
	display:inline-block;
}
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_sound,
a.icon_movie {
	margin:0 3px;
	padding-left:44px;
	text-indent:0 !important;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel,
li a.icon_sound,
li a.icon_movie {
	background-position:0 0.2em;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.3em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.3em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.3em;
}
a.icon_sound {
	background:url(/shared/system/images/linkicon/icon_sound.gif) no-repeat 0 0.3em;
}
a.icon_movie {
	background:url(/shared/system/images/linkicon/icon_movie.gif) no-repeat 0 0.3em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_light_blue,
th.bg_light_blue {
	color:inherit;
	background-color:#D0EFF9; /* デザインによって変更 */
}
td.bg_pink,
th.bg_pink {
	color:inherit;
	background-color:#FFDFDF; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#EEEEEE; /* デザインによって変更 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
social_plugins
================================================== */
#tmp_social {
	float:left;
}
#tmp_social #tmp_twitter,
#tmp_social #tmp_facebook {
	float:left;
}
#tmp_social #tmp_facebook {
	margin-right:10px;
}
/* ==================================================
genchi
================================================== */
#tmp_genchi_menu p {
	margin:0 0 0.8em;
}
#tmp_genchi_menu .bosai_list {
	margin:0 0 10px;
	border:5px solid #FCD8D8;
	list-style:none;
	list-style-image:none;
	clear:both;
}
#tmp_genchi_menu .bosai_list li {
	padding:10px 14px 13px 14px;
	color:#FFFFFF;
	background:#D93737 url(/shared/templates/free/images/contents/genchi/bosai_list_bg.jpg) repeat-x left bottom;
	border-bottom:1px solid #FCD8D8;
	font-weight:bold;
}
#tmp_genchi_menu .bosai_list li a {
	padding:0 0 0 8px;
	color:#FFFFFF;
	background:transparent url(/shared/templates/free/images/contents/genchi/menu_list_arrow.gif) no-repeat left 0.3em;
	display:block;
}
#tmp_genchi_menu .box_address {
	margin:0 0 10px;
	border-spacing:0;
	border:5px solid #B6E4F3;
	clear:both;
}
#tmp_genchi_menu .box_address th {
	padding:3px 5px 0;
	color:inherit;
	background-color:#FFFFFF;
	border-top:1px solid #41AFD3;
	border-left:1px solid #41AFD3;
	border-right:1px solid #41AFD3;
	text-align:left;
}
#tmp_genchi_menu .box_address p {
	margin-bottom:0;
	word-break:break-all;
	word-wrap:break-word;
}
#tmp_genchi_menu .box_address th p {
	border-bottom:1px dotted #41AFD3;
}
#tmp_genchi_menu .box_address td {
	padding:5px 5px 5px;
	color:inherit;
	background-color:#FFFFFF;
	border-left:1px solid #41AFD3;
	border-right:1px solid #41AFD3;
	border-bottom:1px solid #41AFD3;
}
#tmp_genchi_menu .menu_list {
	margin:0 0 10px;
	padding:1px 1px 0 1px;
	color:inherit;
	background-color:#8CB872;
	border:5px solid #D1E7C2;
	list-style:none;
	list-style-image:none;
	clear:both;
}
#tmp_genchi_menu .menu_list li {
	margin-bottom:1px;
	padding:10px;
	color:inherit;
	background:#FFFFFF url(/shared/templates/free/images/contents/genchi/menu_list_bg.jpg) repeat-x left bottom;
	font-weight:bold;
}
#tmp_genchi_menu .menu_list li a {
	padding:0 0 0 16px;
	background:url(/shared/templates/free/images/contents/genchi/menu_list_icon.gif) no-repeat left 0.3em;
	display:block;
}
#tmp_genchi_menu .menu_txt {
	margin-bottom:10px;
}
/* ==================================================
kyoiku
================================================== */
#tmp_kyoiku_hg {
	margin:0 20px 27px;
	background:url(/shared/images/header/kyoiku_header_bg.jpg) no-repeat left top;
}
/* gnavi
============================== */
#tmp_kyoiku_gnavi {
	clear:both;
	margin:7px;
	border:3px solid #FFFFFF;
}
#tmp_kyoiku_gnavi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_kyoiku_gnavi li {
	float:left;
	position:relative;
	z-index:1;
}
#tmp_kyoiku_gnavi a {
	display:block;
	width:150px;
	height:40px;
	background-image:url(/shared/images/navi/gnavi/kyoiku_gnavi.gif);
	background-repeat:no-repeat;
}
#tmp_kyoiku_gnavi #tmp_kyoiku_glist1 a {
	background-position:left top;
}
#tmp_kyoiku_gnavi #tmp_kyoiku_glist1.active a,
#tmp_kyoiku_gnavi #tmp_kyoiku_glist1 a:hover,
#tmp_kyoiku_gnavi #tmp_kyoiku_glist1 a:focus {
	background-position:left bottom;
}
*:first-child+html #tmp_kyoiku_gnavi #tmp_kyoiku_glist1 a:active {
	background-position:left bottom;
}
* html #tmp_kyoiku_gnavi #tmp_kyoiku_glist1 a:active {
	background-position:left bottom;
}
#tmp_kyoiku_gnavi #tmp_kyoiku_glist2 a {
	background-position:-150px top;
}
#tmp_kyoiku_gnavi #tmp_kyoiku_glist2.active a,
#tmp_kyoiku_gnavi #tmp_kyoiku_glist2 a:hover,
#tmp_kyoiku_gnavi #tmp_kyoiku_glist2 a:focus {
	background-position:-150px bottom;
}
*:first-child+html #tmp_kyoiku_gnavi #tmp_kyoiku_glist2 a:active {
	background-position:-150px bottom;
}
* html #tmp_kyoiku_gnavi #tmp_kyoiku_glist2 a:active {
	background-position:-150px bottom;
}
#tmp_kyoiku_gnavi #tmp_kyoiku_glist3 a {
	background-position:-300px top;
}
#tmp_kyoiku_gnavi #tmp_kyoiku_glist3.active a,
#tmp_kyoiku_gnavi #tmp_kyoiku_glist3 a:hover,
#tmp_kyoiku_gnavi #tmp_kyoiku_glist3 a:focus {
	background-position:-300px bottom;
}
*:first-child+html #tmp_kyoiku_gnavi #tmp_kyoiku_glist3 a:active {
	background-position:-300px bottom;
}
* html #tmp_kyoiku_gnavi #tmp_kyoiku_glist3 a:active {
	background-position:-300px bottom;
}
#tmp_kyoiku_gnavi #tmp_kyoiku_glist4 a {
	background-position:-450px top;
}
#tmp_kyoiku_gnavi #tmp_kyoiku_glist4.active a,
#tmp_kyoiku_gnavi #tmp_kyoiku_glist4 a:hover,
#tmp_kyoiku_gnavi #tmp_kyoiku_glist4 a:focus {
	background-position:-450px bottom;
}
*:first-child+html #tmp_kyoiku_gnavi #tmp_kyoiku_glist4 a:active {
	background-position:-450px bottom;
}
* html #tmp_kyoiku_gnavi #tmp_kyoiku_glist4 a:active {
	background-position:-450px bottom;
}
#tmp_kyoiku_gnavi #tmp_kyoiku_glist5 a {
	background-position:-600px top;
}
#tmp_kyoiku_gnavi #tmp_kyoiku_glist5.active a,
#tmp_kyoiku_gnavi #tmp_kyoiku_glist5 a:hover,
#tmp_kyoiku_gnavi #tmp_kyoiku_glist5 a:focus {
	background-position:-600px bottom;
}
*:first-child+html #tmp_kyoiku_gnavi #tmp_kyoiku_glist5 a:active {
	background-position:-600px bottom;
}
* html #tmp_kyoiku_gnavi #tmp_kyoiku_glist5 a:active {
	background-position:-600px bottom;
}
#tmp_kyoiku_gnavi #tmp_kyoiku_glist6 a {
	background-position:-750px top;
}
#tmp_kyoiku_gnavi #tmp_kyoiku_glist6.active a,
#tmp_kyoiku_gnavi #tmp_kyoiku_glist6 a:hover,
#tmp_kyoiku_gnavi #tmp_kyoiku_glist6 a:focus {
	background-position:-750px bottom;
}
*:first-child+html #tmp_kyoiku_gnavi #tmp_kyoiku_glist6 a:active {
	background-position:-750px bottom;
}
* html #tmp_kyoiku_gnavi #tmp_kyoiku_glist6 a:active {
	background-position:-750px bottom;
}
#tmp_kyoiku_gnavi ul li span {
	display:block;
	width:150px;
	height:40px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_hg:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_hone:after,
#tmp_search:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_main:after,
#tmp_wrap_main:after,
#tmp_wrap_main2:after,
#tmp_ttl_genchi:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_bosai:after,
.btn_list:after,
#tmp_shinse:after,
#tmp_shinse_ttl:after,
#tmp_shinse_cnt:after,
#tmp_access:after,
#tmp_access_ttl:after,
#tmp_access_cnt:after,
#tmp_wrap_event_cal:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_rnavi:after,
#tmp_rnavi_genchi:after,
#tmp_emergency:after,
#tmp_emergency_ttl:after,
#tmp_emergency_cnt:after,
#tmp_emergency_s:after,
#tmp_emergency_s_ttl:after,
#tmp_emergency_s_cnt:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt dd:after,
#tmp_wrap_publicity:after,
#tmp_publicity:after,
#tmp_publicity_ttl:after,
#tmp_publicity_cnt:after,
#tmp_wrap_press_publicity:after,
#tmp_press_publicity:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_fnavi2:after,
#tmp_footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
#tmp_social:after,
#tmp_genchi_menu .bosai_list:after,
#tmp_genchi_menu .menu_list:after,
#tmp_genchi_menu .menu_txt:after,
#tmp_kyoiku_gnavi:after,
#tmp_kyoiku_gnavi ul:after,
#tmp_gokanen:after,
#tmp_plan:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}

/* for IE7.0 */
*:first-child+html .col_nm,
*:first-child+html #tmp_contents,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_hg,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_means_primary,
*:first-child+html #tmp_hone,
*:first-child+html #tmp_search,
*:first-child+html #tmp_hnavi,
*:first-child+html #tmp_gnavi,
*:first-child+html #tmp_gnavi ul,
*:first-child+html #tmp_main,
*:first-child+html #tmp_wrap_main,
*:first-child+html #tmp_wrap_main2,
*:first-child+html #tmp_ttl_genchi,
*:first-child+html #tmp_lnavi,
*:first-child+html #tmp_lnavi_ttl,
*:first-child+html #tmp_lnavi_cnt,
*:first-child+html #tmp_bosai,
*:first-child+html .btn_list,
*:first-child+html #tmp_shinse,
*:first-child+html #tmp_shinse_ttl,
*:first-child+html #tmp_shinse_cnt,
*:first-child+html #tmp_access,
*:first-child+html #tmp_access_ttl,
*:first-child+html #tmp_access_cnt,
*:first-child+html #tmp_wrap_event_cal,
*:first-child+html #tmp_event_cal,
*:first-child+html #tmp_event_cal_ttl,
*:first-child+html #tmp_event_cal_cnt .cal_navi,
*:first-child+html #tmp_rnavi,
*:first-child+html #tmp_rnavi_genchi,
*:first-child+html #tmp_emergency,
*:first-child+html #tmp_emergency_ttl,
*:first-child+html #tmp_emergency_cnt,
*:first-child+html #tmp_emergency_s,
*:first-child+html #tmp_emergency_s_ttl,
*:first-child+html #tmp_emergency_s_cnt,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*:first-child+html #tmp_inquiry,
*:first-child+html #tmp_inquiry_ttl,
*:first-child+html #tmp_inquiry_cnt,
*:first-child+html #tmp_feedback,
*:first-child+html #tmp_feedback_ttl,
*:first-child+html #tmp_feedback_cnt,
*:first-child+html #tmp_feedback_cnt dd,
*:first-child+html #tmp_wrap_publicity,
*:first-child+html #tmp_publicity,
*:first-child+html #tmp_publicity_ttl,
*:first-child+html #tmp_publicity_cnt,
*:first-child+html #tmp_wrap_press_publicity,
*:first-child+html #tmp_press_publicity,
*:first-child+html #tmp_footer,
*:first-child+html #tmp_fnavi,
*:first-child+html #tmp_fnavi2,
*:first-child+html #tmp_footer_cnt,
*:first-child+html div.col2,
*:first-child+html div.fixed_col2,
*:first-child+html div.col3,
*:first-child+html #tmp_social,
*:first-child+html #tmp_genchi_menu .bosai_list,
*:first-child+html #tmp_genchi_menu .menu_list,
*:first-child+html #tmp_genchi_menu .menu_txt,
*:first-child+html #tmp_kyoiku_gnavi,
*:first-child+html #tmp_kyoiku_gnavi ul,
*:first-child+html #tmp_gokanen,
*:first-child+html #tmp_plan {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html .col_nm,
* html #tmp_contents,
* html #tmp_maincontents,
* html #tmp_hg,
* html #tmp_header,
* html #tmp_means,
* html #tmp_means_primary,
* html #tmp_hone,
* html #tmp_search,
* html #tmp_hnavi,
* html #tmp_gnavi,
* html #tmp_gnavi ul,
* html #tmp_main,
* html #tmp_wrap_main,
* html #tmp_wrap_main2,
* html #tmp_ttl_genchi,
* html #tmp_lnavi,
* html #tmp_lnavi_ttl,
* html #tmp_lnavi_cnt,
* html #tmp_bosai,
* html .btn_list,
* html #tmp_shinse,
* html #tmp_shinse_ttl,
* html #tmp_shinse_cnt,
* html #tmp_access,
* html #tmp_access_ttl,
* html #tmp_access_cnt,
* html #tmp_wrap_event_cal,
* html #tmp_event_cal,
* html #tmp_event_cal_ttl,
* html #tmp_event_cal_cnt .cal_navi,
* html #tmp_rnavi,
* html #tmp_rnavi_genchi,
* html #tmp_emergency,
* html #tmp_emergency_ttl,
* html #tmp_emergency_cnt,
* html #tmp_emergency_s,
* html #tmp_emergency_s_ttl,
* html #tmp_emergency_s_cnt,
* html .plugin,
* html .pnavi,
* html #tmp_inquiry,
* html #tmp_inquiry_ttl,
* html #tmp_inquiry_cnt,
* html #tmp_feedback,
* html #tmp_feedback_ttl,
* html #tmp_feedback_cnt,
* html #tmp_feedback_cnt dd,
* html #tmp_wrap_publicity,
* html #tmp_publicity,
* html #tmp_publicity_ttl,
* html #tmp_publicity_cnt,
* html #tmp_wrap_press_publicity,
* html #tmp_press_publicity,
* html #tmp_footer,
* html #tmp_fnavi,
* html #tmp_fnavi2,
* html #tmp_footer_cnt,
* html div.col2,
* html div.fixed_col2,
* html div.col3,
* html #tmp_social,
* html #tmp_genchi_menu .bosai_list,
* html #tmp_genchi_menu .menu_list,
* html #tmp_genchi_menu .menu_txt,
* html #tmp_kyoiku_gnavi,
* html #tmp_kyoiku_gnavi ul,
* html #tmp_gokanen,
* html #tmp_plan {
	display:inline-block; /* 変更しない */
}