@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
* html body {
	text-align:center;
}
/* wrapper
============================== */
#tmp_wrapper {
	/* width:960px; 固定レイアウトの場合使用 */
	min-width:980px; /* デザインによって変更 */
	max-width:1280px; /* デザインによって変更 */
	margin:0 auto;
	color:inherit;
	background-color:#FFFFFF;
}
* html #tmp_wrapper {
	text-align:left;
}
/* main
============================== */
#tmp_wrap_main {
	clear:both; /* 変更しない */
	padding-bottom:10px;
}
#tmp_wrap_main2 {
	padding:10px 20px 140px 20px;
}
.format_top #tmp_wrap_main2 {
	padding-top:20px;
}
.column_rnavi .wrap_col_rgt_navi,
.column_full .wrap_col_rgt_navi {
	padding-bottom:270px;
}
.main_bg2 .wrap_col_rgt_navi,
.main_bg3 .wrap_col_rgt_navi,
.main_bg4 .wrap_col_rgt_navi,
.main_bg5 .wrap_col_rgt_navi,
.main_bg6 .wrap_col_rgt_navi,
.main_bg7 .wrap_col_rgt_navi,
.main_bg8 .wrap_col_rgt_navi,
.main_bg9 .wrap_col_rgt_navi,
.main_bg10 .wrap_col_rgt_navi,
.main_bg2 .cnt_col2_rf,
.main_bg3 .cnt_col2_rf,
.main_bg4 .cnt_col2_rf,
.main_bg5 .cnt_col2_rf,
.main_bg6 .cnt_col2_rf,
.main_bg7 .cnt_col2_rf,
.main_bg8 .cnt_col2_rf,
.main_bg9 .cnt_col2_rf,
.main_bg10 .cnt_col2_rf {
	padding-bottom:270px;
}
.main_bg1 .wrap_col_rgt_navi,
.main_bg1 .cnt_col2_rf {
	padding-bottom:170px;	
}
/* 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; /* 変更しない */
}
.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 0; /* デザインによって変更 */
}
/* top
============================== */
.format_top .column_full .wrap_col_nm {
	margin-right:-230px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_nm2 {
	margin-right:220px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-230px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_top .column_full .col_main {
	margin-left:220px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-230px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:230px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-230px; /* デザインによって変更 */
}
.format_free .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_free .column_full .col_main {
	margin-left:230px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:230px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-230px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:230px; /* デザインによって変更 */
}
.format_free .column_full2 #tmp_wrap_update,
.format_free .column_full2 #tmp_contents div.box_faq,
.format_free .column_full2 .plugin,
.format_free .column_full2 #tmp_inquiry,
.format_free .column_full2 .ptop {
	margin-right:230px !important;
}
.format_free .column_full2 #tmp_contents .ptop {
	margin-right:0 !important;
}
/* ==================================================
header
================================================== */
#tmp_header {
	padding:15px 10px 15px 80px;
	color:inherit;
	background:#A3DFFC url(/shared/images/header/header_bg.jpg) 0 100% no-repeat;
}
#tmp_hlogo {
	color:inherit;
	float:left;
	margin-top:6px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	font-size:0.1%;
	line-height:0.1;
}
#tmp_means {
	width:515px;
	float:right;
}
#tmp_means img {
	vertical-align:top;
}
#tmp_means_primary {
	margin:2px 0 10px 0;
	line-height:0.1;
	float:right;
}
* html #tmp_means_primary {
	margin-bottom:7px;
}
*:first-child+html #tmp_means_primary {
	margin-bottom:7px;
}
#tmp_func_txt {
	margin:0 20px 0 0;
	font-size:0.1%;
	line-height:0.1;
	float:left;
}
#tmp_func_txt dt {
	float:left;
}
#tmp_func_txt dd {
	float:left;
	padding-left:3px;
}
#tmp_func_clr {
	float:left;
	padding:0 10px 0 0;
}
#tmp_func_clr dt,
#tmp_func_clr dd {
	float:left;
}
#tmp_func_clr dd {
	padding-left:3px;
}
#tmp_means_secondary {
	margin:0 0 12px 145px;
	clear:both;
}
#tmp_search dt {
	margin:0 5px 0 0;
	font-size:0.1%;
	line-height:0.1;
	float:left;
}
#tmp_search p {
	float:left;
}
#tmp_query {
	width:208px;
	margin:0 5px 0 0;
	padding:1px 0 0;
}
* html #tmp_query {
	width:210px;
	padding:0.1em 0 0 0;
	height:1.4em;
}
#tmp_query2 {
	width:255px;
	margin:0 5px 0 0;
	padding:1px 0 0;
}
* html #tmp_query2 {
	width:257px;
	padding:0.1em 0 0 0;
	height:1.4em;
}
#tmp_means_tertiary {
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	float:right;
}
#tmp_hnavi {
	list-style:none;
	list-style-image:none;
	float:left;
	margin-top:4px;
	font-size:0.1%;
	line-height:0.1;
}
#tmp_hnavi li {
	padding:0 10px 0 0;
	float:left;
}
#tmp_hnavi_utility .last {
	margin:0;
}
#tmp_lang {
	list-style:none;
	margin-left:304px;
}
#tmp_lang li {
	float:left;
	padding-left:20px;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	color:inherit;
	background:#E0F4FE url(/shared/images/navi/gnavi/gnavi_bg.jpg) 0 0 no-repeat;
	clear:both;
	border-bottom:3px solid #486302;
}
#tmp_gnavi ul {
	margin:0 0 0 20px;
	font-size:0.1%;
	line-height:0.1;
	list-style:none;
}
#tmp_gnavi ul li {
	float:left;
	margin-right:4px;
}
#tmp_gnavi ul li img {
	vertical-align:top;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	padding:0.3em 20px;
	clear:both;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin-bottom:20px;
	border:1px solid #85B209;
}
* html #tmp_lnavi {
	height:1%;
}
#tmp_lnavi_ttl {
	color:#FFFFFF;
	background:#779500 url(/shared/images/navi/lnavi/lnavi_ttl.jpg) 0 0 repeat-y;
	border-top:2px solid #BBCA7F;
}
#tmp_lnavi_ttl p {
	padding:7px 10px;
	background:url(/shared/images/navi/lnavi/lnavi_ttl2.jpg) 0 100% no-repeat;
	font-weight:bold;
}
#tmp_lnavi_ttl a:link,
#tmp_lnavi_ttl a:visited {
	display:inline-block;
	color:#FFFFFF;
	background:transparent url(/shared/images/navi/lnavi/lnavi_ttl_arrow.gif) 0 0.6em no-repeat;
	padding-left:8px;
}
#tmp_lnavi_cnt {
	padding:0 5px 5px 5px;
}
#tmp_lnavi_cnt ul {
	list-style:none;
}
#tmp_lnavi_cnt li {
	padding:7px 5px 7px 18px;
	background:url(/shared/images/navi/lnavi/lnavi_icon.gif) 6px 0.7em no-repeat;
	border-bottom:1px dashed #CCCCCC;
}
/* lnavi_bnr
============================== */
.col_lft_navi .lnavi_bnr,
.col_rgt_navi .lnavi_bnr {
	clear:both;
	margin-bottom:10px;
}
/* cate_banner
============================== */
#tmp_cate_banner {
	margin:0 0 20px;
}
#tmp_cate_banner ul {
	margin:0 0 0.5em 18px;
	list-style-image:url(/shared/templates/free/images/contents/list_icon3.gif);
}
#tmp_cate_banner li {
	margin:0 0 0.5em;
}
#tmp_cate_banner .banner_list {
	list-style:none;
	margin-left:0;
	font-size:0.1%;
	line-height:0.1;
}
#tmp_cate_banner .banner_list li {
	margin-bottom:10px;
}
#tmp_cate_banner img {
	vertical-align:top;
}
/* calendar
============================== */
#tmp_cal {
	margin-bottom:10px;
	color:inherit;
	margin-top:10px;
	border:1px solid #85B209;
	background-color:#F4FBE1;
	width:100%;
}
#tmp_cal #tmp_cal_ttl {
	margin-bottom:1px;
	padding-top:5px;
	padding-left:10px;
}
#tmp_cal #tmp_cal_ttl img {
	vertical-align:bottom;
}
#tmp_cal #tmp_cal_cnt {
	padding-left:10px;
}
#tmp_cal #tmp_cal_cnt table {
	border:1px solid #BBBBBB;
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:4px;
	color:inherit;
	background-color:#FFFFFF;
	width:180px;
}
#tmp_cal #tmp_cal_cnt th {
	border:1px solid #BBBBBB;
	font-weight:normal;
}
#tmp_cal #tmp_cal_cnt td {
	padding:1px;
	border:1px solid #BBBBBB;
	text-align:center;
}
#tmp_cal #tmp_cal_cnt td a:link,
#tmp_cal #tmp_cal_cnt td a:visited {
	display:block;
	color:#000000;
}
#tmp_cal #tmp_cal_cnt .sat a:link,
#tmp_cal #tmp_cal_cnt .sat a:visited {
	color:#00509F;
}
#tmp_cal #tmp_cal_cnt .sun a:link,
#tmp_cal #tmp_cal_cnt .sun a:visited {
	color:#D11818;
}
#tmp_cal #tmp_cal_navi {
	padding:3px 10px 15px 10px;
}
#tmp_cal #tmp_cal_navi ul {
	list-style:none;
}
#tmp_cal #tmp_cal_navi ul li {
	float:left;
}
#tmp_cal #tmp_cal_navi ul li.last {
	float:right;
}
#tmp_cal #tmp_cal_navi .cal_prev{
	margin-right:10px;
	padding-left:20px;
}
#tmp_cal #tmp_cal_navi .cal_next{
	margin-right:7px;
	padding-right:18px;
}
#tmp_cal #tmp_cal_navi .cal_prev a {
	display:inline-block;
	margin-left:-20px;
	padding-left:20px;
	background:url(/shared/images/event/prev.gif) 0 50% no-repeat;
}
#tmp_cal #tmp_cal_navi .cal_next a {
	display:inline-block;
	margin-right:-18px;
	padding-right:18px;
	background:url(/shared/images/event/next.gif) 100% 50% no-repeat;
}
#tmp_cal #tmp_cal_cnt td a.today {
	background-color:#FFFF66;
	color:inherit;
}
#tmp_evt_search {
	margin-bottom:10px;
	padding:8px;
	color:inherit;
	background-color:#EEEEEE;
}
#tmp_evt_search_ttl {
	margin-bottom:5px;
}
#tmp_evt_search_cnt p.first {
	margin-bottom:10px;
}
#tmp_evt_search_cnt p.first input {
	width:180px;
}
*:first-child+html #tmp_evt_search_cnt p.first input {
	width:184px;
}
* html #tmp_evt_search_cnt p.first input {
	width:184px;
}
#tmp_evt_search_cnt p {
	margin-bottom:7px;
}
#tmp_evt_search_cnt p.last {
	margin-bottom:0;
	text-align:center;
}
*:first-child+html #tmp_evt_search_cnt #organization_div {
	min-height:1%;
}
* html #tmp_evt_search_cnt #organization_div {
	height:1%;
}
#tmp_evt_search_cnt select {
	width:184px;
	margin:0 0 10px;
}	
#tmp_lnavi_evt {
	color:inherit;
	background-color:#ECF7FD;
	margin:0 0 10px 0;
	padding:6px 0 8px 0;
}
#tmp_lnavi_evt ul {
	list-style:none;
}
#tmp_lnavi_evt img {
	vertical-align:top;
}
#tmp_lnavi_evt2 {
	color:inherit;
	background-color:#F4F4F4;
	padding:6px 0 8px 0;
}
#tmp_lnavi_evt2 ul {
	list-style:none;
}
#tmp_lnavi_evt2 img {
	vertical-align:top;
}
/* tmp_essential_info
============================== */
#tmp_essential_info {
	margin-bottom:10px;
	border:1px solid #CCCCCC;
}
#tmp_essential_info_cnt {
	padding:6px 10px 5px 5px;
}
#tmp_essential_info_cnt ul {
	margin:6px 0 0 20px;
	list-style:url(/shared/templates/free/images/contents/list_icon3.gif);
}
#tmp_essential_info_cnt ul li {
	margin-bottom:0.5em;
}
/* safety
============================== */
#tmp_safety {
	margin-bottom:20px;
	border:1px solid #CCCCCC;
}
#tmp_safety_cnt {
	padding:6px 10px 5px 5px;
}
#tmp_safety_cnt ul {
	margin:6px 0 0 20px;
	list-style:url(/shared/templates/free/images/contents/list_icon7.gif);
}
#tmp_safety_cnt ul li {
	margin-bottom:0.5em;
}
#tmp_safety_cnt ul li div {
	margin:7px 0 0;
	font-size:90%;
}
#tmp_safety_cnt .caution {
	font-size:110%;
	color:#EA0000;
	background-color:transparent;
}
/* 
============================== */
#tmp_service_stop {
	margin-bottom:20px;
	border:1px solid #CCCCCC;
}
#tmp_service_stop_cnt {
	padding:6px 10px 5px 5px;
}
#tmp_service_stop_cnt ul {
	margin:6px 0 0 20px;
	list-style:url(/shared/templates/free/images/contents/list_icon7.gif);
}
#tmp_service_stop_cnt ul li {
	margin-bottom:0.5em;
}
/* governor
============================== */
#tmp_organization {
	margin-bottom:10px;
	border:1px solid #CCCCCC;
}
#tmp_organization_cnt {
	padding:6px 10px 5px 12px;
}
#tmp_organization_cnt ul {
	margin:6px 0 0 0;
	list-style:none;
	list-style-image:none;
}
#tmp_organization_cnt ul li {
	margin-bottom:0.5em;
	float:left;
	width:46%;
}

#tmp_organization_cnt ul li a {
	display:block;
	background:url(/shared/templates/free/images/contents/list_icon3.gif) 0 0 no-repeat;
	padding-right:10px;
	padding-left:10px;
}
/* governor
============================== */
#tmp_governor {
	margin-bottom:10px;
}
#tmp_governor_cnt {
	padding:3px 90px 5px 5px;
	background:url(/shared/images/navi/lnavi/governer_img.jpg) 100% 100% no-repeat;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	min-height:100px;
}
* html #tmp_governor_cnt {
	height:100px;
}
#tmp_governor_cnt ul {
	margin:6px 0 0 20px;
	list-style:url(/shared/templates/free/images/contents/list_icon6.gif);
}
#tmp_governor_cnt ul li {
	margin-bottom:0.5em;
}
/* access
============================== */
#tmp_access {
	margin-bottom:10px;
	color:inherit;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}
#tmp_access #tmp_access_cnt {
	padding:3px 10px 5px 5px;
}
#tmp_access ul {
	margin:6px 0 0 20px;
	list-style:url(/shared/templates/free/images/contents/list_icon6.gif);
}
#tmp_access ul li {
	margin-bottom:0.5em;
}
/* business
============================== */
#tmp_business {
	margin-bottom:20px;
	color:inherit;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}
#tmp_business_cnt {
	padding:12px 7px 7px 7px;
}
#tmp_business ul {
	margin:0 0 0.5em 18px;
	list-style:url(/shared/templates/free/images/contents/list_icon3.gif);
}
#tmp_business ul li {
	margin-bottom:0.5em;
}
/* zoom_up
============================== */
#tmp_zoom_up {
	margin-bottom:10px;
	color:inherit;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}
#tmp_zoom_up_cnt {
	padding:12px 7px 7px 7px;
}
#tmp_zoom_up ul {
	margin:0 0 0.5em 18px;
	list-style:url(/shared/templates/free/images/contents/list_icon3.gif);
}
#tmp_zoom_up ul li {
	margin-bottom:0.5em;
}
/* houdou
============================== */
#tmp_houdou {
	margin-bottom:10px;
	color:inherit;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}
#tmp_houdou_cnt {
	padding:12px 7px 7px 7px;
}
#tmp_houdou ul {
	margin:0 0 0.5em 18px;
	list-style:url(/shared/templates/free/images/contents/list_icon3.gif);
}
#tmp_houdou ul li {
	margin-bottom:0.5em;
}
/* cnavi
============================== */
#tmp_cnavi {
	margin-bottom:20px;
}
#tmp_cnavi ul {
	list-style:none;
}
#tmp_cnavi li img {
	vertical-align:top;
}
/* cnavi_top
============================== */
#tmp_cnavi_top {
	margin-bottom:20px;
}
#tmp_cnavi_top ul {
	list-style:none;
}
#tmp_cnavi_top li img {
	vertical-align:top;
}
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.ptop {
	text-align:right;
	clear:both;
}
/* ==================================================
main
================================================== */
/* main
============================== */
#tmp_wrap_main {
	background:url(/shared/images/main/main_bg.gif) 30px 100% no-repeat;
}
/*.column_cnt #tmp_wrap_main2,
.column_lnavi #tmp_wrap_main2 {
	background:url(/shared/images/main/main_bg2.gif) 100% 100% no-repeat;
}
.column_rnavi #tmp_wrap_main2,
.column_full #tmp_wrap_main2 {
	background:url(/shared/images/main/main_bg3.gif) 100% 100% no-repeat;
}
.main_bg1 {
	background:url(/shared/images/main/main_bg3.gif) 100% 100% no-repeat !important;
}
.main_bg2 {
	background:url(/shared/images/main/main_bg4.gif) 100% 100% no-repeat !important;
}
.main_bg3 {
	background:url(/shared/images/main/main_bg5.gif) 100% 100% no-repeat !important;
}
.main_bg4 {
	background:url(/shared/images/main/main_bg6.gif) 100% 100% no-repeat !important;
}
.main_bg5 {
	background:url(/shared/images/main/main_bg7.gif) 100% 100% no-repeat !important;
}
.main_bg6 {
	background:url(/shared/images/main/main_bg8.gif) 100% 100% no-repeat !important;
}
.main_bg7 {
	background:url(/shared/images/main/main_bg9.gif) 100% 100% no-repeat !important;
}
.main_bg8 {
	background:url(/shared/images/main/main_bg10.gif) 100% 100% no-repeat !important;
}
.main_bg9 {
	background:url(/shared/images/main/main_bg11.gif) 100% 100% no-repeat !important;
}
.main_bg10 {
	background:url(/shared/images/main/main_bg12.gif) 100% 100% no-repeat !important;
}*/
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
/* emergency
============================== */
#tmp_emergency {
	margin-bottom:10px;
	border:5px solid #FF0000;
	clear:both;
}
#tmp_emergency_ttl {
	padding:0 10px;
	color:inherit;
	background-color:#FF0000;
}
#tmp_emergency_ttl h2 {
	font-size:130%;
}
#tmp_emergency_cnt {
	padding:10px;
}
#tmp_emergency_cnt ul {
	margin-left:20px;
}
#tmp_emergency_cnt ul li {
	margin-bottom:0.3em;
}
/* emergency_s
============================== */
#tmp_emergency_s {
	margin-bottom:30px;
	clear:both;
}
#tmp_emergency_s_ttl h2 {
	font-size:100%;
}
#tmp_emergency_s_cnt {
	border:1px solid #FF0000;
	border-top:3px solid #FF0000;
	padding:10px;
	color:inherit;
	background-color:#F4F4F4;
}
#tmp_emergency_s_cnt th {
	padding-right:0.5em;
	font-weight:normal;
	white-space:nowrap;
}
#tmp_emergency_s_cnt th,
#tmp_emergency_s_cnt td {
	vertical-align:top;
	text-align:left;
}
/* box_info
============================== */
.col_rgt_navi table.box_info {
	width:100%; /* 変更しない */
	margin:0 0 0.8em; /* 変更しない */
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #9ABA1B;
}
.col_rgt_navi table.box_info td {
	padding:1px;
}
.col_rgt_navi div.box_info {
	margin:0 0 0.8em; /* 変更しない */
	border:1px solid #9ABA1B;
	clear:both; /* 変更しない */
}
.col_rgt_navi .box_info .box_info_ttl {
	padding:3px 7px;
	font-weight:bold;
	color:#2B4E07;
	background:#9FDD37 url(/shared/templates/free/images/contents/info_ttl.gif) 0 100% repeat-x;
}
.col_rgt_navi .box_info .box_info_ttl p {
	margin:0;
}
.col_rgt_navi .box_info .box_info_cnt {
	padding:10px 10px 0;
}
.col_rgt_navi .box_info ul {
	margin-bottom:0.8em;
	margin-left:24px;
	list-style-image:url(/shared/templates/free/images/contents/list_icon3.gif);
}
.col_rgt_navi .box_info ol {
	margin-bottom:0.8em;
	margin-left:24px;
}
.col_rgt_navi .box_info ul li,
.col_rgt_navi .box_info ol li {
	margin:0 0 0.5em; /* 変更しない */
}
.col_rgt_navi .box_info ul ul,
.col_rgt_navi .box_info ul ol,
.col_rgt_navi .box_info ol ul,
.col_rgt_navi .box_info ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* box_link
============================== */
.col_rgt_navi table.box_link {
	width:100%; /* 変更しない */
	margin:0 0 0.8em; /* 変更しない */
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #FFBF00;
}
.col_rgt_navi table.box_link td {
	padding:1px;
}
.col_rgt_navi div.box_link {
	margin:0 0 0.8em; /* 変更しない */
	border:1px solid #FFBF00;
	clear:both; /* 変更しない */
}
.col_rgt_navi .box_link .box_link_ttl {
	padding:3px 7px;
	color:#4A2F00;
	font-weight:bold;
	background:#FFBF00 url(/shared/templates/free/images/contents/link_ttl.gif) 0 100% repeat-x;
}
.col_rgt_navi .box_link .box_link_ttl p {
	margin:0;
}
.col_rgt_navi .box_link .box_link_cnt {
	padding:10px 10px 0;
}
.col_rgt_navi .box_link ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
	list-style-image:url(/shared/templates/free/images/contents/list_icon4.gif);
}
.col_rgt_navi .box_link ol {
	margin-bottom:0.8em;
	margin-left:24px;
}
.col_rgt_navi .box_link ul li,
.col_rgt_navi .box_link ol li {
	margin:0 0 0.5em; /* 変更しない */
}
.col_rgt_navi .box_link ul ul,
.col_rgt_navi .box_link ul ol,
.col_rgt_navi .box_link ol ul,
.col_rgt_navi .box_link ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* update
============================== */
#tmp_update {
	text-align:right;
}
#tmp_update,
#tmp_print,
#tmp_voice {
	float:right;
}
#tmp_print,
#tmp_voice {
	padding-left:9px;
}
#tmp_update_label {
	float:left;
}
/* 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:2px solid #C4C192;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:0.2em 0.5em;
	color:#463A24;
	background-color:#E9E8D6;
}
#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:2px solid #C4C192;
}
#tmp_feedback_ttl {
	padding:0.2em 0.5em;
	color:#463A24;
	background-color:#E9E8D6;
}
#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;
}
/* ==================================================
banner
================================================== */
#tmp_publicity {
	padding:0 20px 10px 30px;
	clear:both;
}
#tmp_publicity_ttl {
	margin:0 0 0.3em;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	float:left;
}
#tmp_publicity_cnt ul li a {
	display:inline-block;
	margin:0 10px 10px 0;
}
/* ==================================================
recent
================================================== */
#tmp_wrap_recent {
	clear:both;
	margin:0 20px;
	padding:10px;
	color:inherit;
	background-color:#EEEEEE;
	border-bottom:2px solid #CCCCCC;
}
#tmp_recent {
	background:url(/shared/images/footer/recent_bg3.gif) 100% 100% no-repeat;
	width:100%;
}
#tmp_recent2 {
	background:url(/shared/images/footer/recent_bg2.gif) 0 100% no-repeat;
	padding-bottom:3px;
}
#tmp_recent_ttl {
	background:url(/shared/images/footer/recent_bg1.gif) 100% 0 no-repeat;
}
#tmp_recent_ttl #tmp_recent_ttl2 {
	background:url(/shared/images/footer/recent_bg.gif) 0 0 no-repeat;
	padding:8px 17px;
}
#tmp_recent_ttl p {
	margin:0;
	padding:0;
	float:left;
}
#tmp_recent_ttl p#tmp_recent_help {
	margin-left:10px;
}
#tmp_recent_cnt {
	padding:0 16px 10px 16px;
	color:inherit;
	background-color:#FFFFFF;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
#tmp_recent_cnt ul {
	list-style:none;
	margin:0;
	padding:0 16px;
}
#tmp_recent_cnt ul li {
	margin-right:5px;
	padding-right:5px;
	float:left;
	border-right:1px solid #333333;
}
#tmp_recent_cnt ul li a {
	white-space:nowrap;
}
/* ==================================================
footer
================================================== */
#tmp_footer {
	margin:0 20px;
	padding:10px;
	color:inherit;
	background-color:#F4FBE1;
	clear:both;
	border-bottom:7px solid #CAE758;
}
#tmp_fnavi {
	margin-bottom:10px;
	list-style:none;
}
#tmp_fnavi li {
	margin-right:5px;
	padding-right:5px;
	white-space:nowrap;
	float:left;
	border-right:1px solid #000000;
}
#tmp_fnavi li.last {
	border-right:0;
}
#tmp_footer_cnt {
	clear:both;
}
#tmp_footer_cnt address {
	display:inline;
	margin:0 0 0.2em;
	font-style:normal;
}
#tmp_fnavi_secondary {
	display:inline;
	padding-left:30px;
}
#tmp_copyright {
	clear:both;
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

/* 構築シートによって種類増減 */
.txt_red {
	color:#EA0000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#0C7E0C; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_bigger {
	font-size:180%;
}
.txt_big {
	font-size:140%; /* 変更しない */
}
.txt_small {
	font-size:80%; /* 変更しない */
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
p.indent1 {
	text-indent:1em; /* 変更しない */
}
.txt_line_red {
	padding:1px;
	border:1px solid #EA0000;
}
.txt_bg_pink {
	padding:1px;
	background-color:#FFDFE8;
}
/* 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 {
	text-indent:-1.5em !important;
	margin-left: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%;
	border-right-width:15px;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
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;
}
div.col2 div.col2 div.col2L {
	width:48%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47%;
}
/* fixed_col2 ▼変更しない
   編集領域には使わない（イベントカレンダー・定型等に使う）
============================== */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:49%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:48%;
	float:right;
}
/* 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%;
	border-right-width:10px;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right-color:#FFFFFF;
}
table.col3 td.col3R {
	width:31%;
}
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;
}
/* layouttable ▼変更しない
============================== */
table.layouttable {
	border-collapse:collapse;
	border-spacing:0;
}
table.layouttable th,
table.layouttable td {
	padding:0 15px 0 0;
	vertical-align:top;
	text-align:left;
}
/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* linkicon
============================== */
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_html,
a.icon_csv,
a.icon_zip,
a.icon_lzh {
	margin:0 3px;
	padding-left:46px;
	text-indent:0 !important;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.2em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.2em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.2em;
}
a.icon_html {
	background:url(/shared/system/images/linkicon/icon_html.gif) no-repeat 0 0.2em;
}
a.icon_csv {
	background:url(/shared/system/images/linkicon/icon_csv.gif) no-repeat 0 0.2em;
}
a.icon_zip {
	background:url(/shared/system/images/linkicon/icon_zip.gif) no-repeat 0 0.2em;
}
a.icon_lzh {
	background:url(/shared/system/images/linkicon/icon_lzh.gif) no-repeat 0 0.2em;
}
.icon_external {
		margin-left:5px;
		vertical-align:middle;
}
* html #tmp_main p a.icon_pdf,
* html #tmp_main p a.icon_word,
* html #tmp_main p a.icon_excel,
* html #tmp_main p a.icon_html,
* html #tmp_main p a.icon_csv,
* html #tmp_main p a.icon_zip,
* html #tmp_main p a.icon_lzh {
	height:1%;
}
*:first-child+html #tmp_main p a.icon_pdf,
*:first-child+html #tmp_main p a.icon_word,
*:first-child+html #tmp_main p a.icon_excel,
*:first-child+html #tmp_main p a.icon_html,
*:first-child+html #tmp_main p a.icon_csv,
*:first-child+html #tmp_main p a.icon_zip,
*:first-child+html #tmp_main p a.icon_lzh {
	height:1%;
}

* html #tmp_main table a.icon_pdf,
* html #tmp_main table a.icon_word,
* html #tmp_main table a.icon_excel,
* html #tmp_main table a.icon_html,
* html #tmp_main table a.icon_csv,
* html #tmp_main table a.icon_zip,
* html #tmp_main table a.icon_lzh {
	height:auto;
	background-position:0 0.2em ;
}
* html #tmp_main li a.icon_pdf,
* html #tmp_main li a.icon_word,
* html #tmp_main li a.icon_excel,
* html #tmp_main li a.icon_html,
* html #tmp_main li a.icon_csv,
* html #tmp_main li a.icon_zip,
* html #tmp_main li a.icon_lzh {
	height:auto;
	background-position:0 0.2em ;
}

*:first-child+html #tmp_main table a.icon_pdf,
*:first-child+html #tmp_main table a.icon_word,
*:first-child+html #tmp_main table a.icon_excel,
*:first-child+html #tmp_main table a.icon_html,
*:first-child+html #tmp_main table a.icon_csv,
*:first-child+html #tmp_main table a.icon_zip,
*:first-child+html #tmp_main table a.icon_lzh {
	height:auto;
	background-position:0 0.2em ;
}
*:first-child+html #tmp_main li a.icon_pdf,
*:first-child+html #tmp_main li a.icon_word,
*:first-child+html #tmp_main li a.icon_excel,
*:first-child+html #tmp_main li a.icon_html,
*:first-child+html #tmp_main li a.icon_csv,
*:first-child+html #tmp_main li a.icon_zip,
*:first-child+html #tmp_main li a.icon_lzh {
	height:auto;
	background-position:0 0.2em ;
}

/* 検索
============================== */
#organization_div,
#category_div,
#search_condition_div {
	display:none;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FFFAD5; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#E4FDCC; /* デザインによって変更 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_cal #tmp_cal_navi:after,
#tmp_wrap_update:after,
#tmp_organization_cnt ul:after,
#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,
.col_rgt_navi div.box_info_cnt:after,
.col_rgt_navi div.box_link_cnt:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry_cnt:after,
#tmp_feedback_cnt dd:after,
#tmp_publicity_cnt:after,
#tmp_publicity_cnt ul:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
#tmp_recent_ttl2:after,
#tmp_recent_cnt 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_cal #tmp_cal_navi,
*:first-child+html #tmp_wrap_update,
*:first-child+html #tmp_organization_cnt ul,
*: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 .col_rgt_navi div.box_info_cnt,
*:first-child+html .col_rgt_navi div.box_link_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_publicity_cnt ul,
*: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.fixed_col2,
*:first-child+html div.col3,
*:first-child+html #tmp_recent_ttl2,
*:first-child+html #tmp_recent_cnt ul {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html #tmp_cal #tmp_cal_navi,
* html #tmp_wrap_update,
* html #tmp_organization_cnt ul,
* 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 .col_rgt_navi div.box_info_cnt,
* html .col_rgt_navi div.box_link_cnt,
* html .plugin,
* html .pnavi,
* html #tmp_inquiry_cnt,
* html #tmp_feedback_cnt dd,
* html #tmp_publicity_cnt,
* html #tmp_publicity_cnt ul,
* html #tmp_footer,
* html #tmp_fnavi,
* html #tmp_footer_cnt,
* html div.col2,
* html div.fixed_col2,
* html div.col3,
* html #tmp_recent_ttl2,
* html #tmp_recent_cnt ul {
	height:1%; /* 変更しない */
}
