@charset "utf-8";

/* ==================================================
selector
================================================== */
#tmp_contents h1 {
	margin:0 0 0.8em; /* 変更しない */
	padding:8px 8px 5px;
	font-size:129%; /* デザインによって相対指定で指定しなおす */
	background:url(/shared/templates/free/images/contents/h1_bg.jpg) repeat-x left bottom;
	border-bottom:2px solid #81BC58;
	clear:both; /* 変更しない */
}
#tmp_contents h2 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:0 8px 3px;
	font-size:114%; /* デザインによって相対指定で指定しなおす */
	background:url(/shared/templates/free/images/contents/h2_bg.jpg) repeat-x left bottom;
	border-bottom:2px solid #BADBA4;
	clear:both; /* 変更しない */
}
#tmp_contents h3 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:0 8px;
	font-size:114%; /* デザインによって相対指定で指定しなおす */
	background:url(/shared/templates/free/images/contents/h3_bg.jpg) repeat-x left bottom;
	border-bottom:1px solid #81BC58;
	clear:both; /* 変更しない */
}
#tmp_contents h4 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:0 0 0 10px;
	font-size:114%; /* デザインによって相対指定で指定しなおす */
	background:url(/shared/templates/free/images/contents/h4_bg.jpg) no-repeat left 0.1em;
	clear:both; /* 変更しない */
}
#tmp_contents h5,
#tmp_contents h6 {
	margin:1.5em 0 0.8em; /* 変更しない */
	font-size:100%; /* デザインによって相対指定で指定しなおす */
	clear:both; /* 変更しない */
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* 変更しない */
}
#tmp_contents ul {
	margin:0 0 1em 3.2em; /* 変更しない */
	list-style-image:url(/shared/templates/free/images/contents/list_icon.gif); /* 変更しない */
}
#tmp_contents ol {
	margin:0 0 1em 3.2em; /* 変更しない */
	list-style-image:none; /* 変更しない */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* 変更しない */
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* 変更しない */
}
#tmp_contents hr {
	height:1px; /* 変更しない */
	color:#CCCCCC; /* 変更しない */
	background-color:#CCCCCC; /* 変更しない */
	border:none; /* 変更しない */
	clear:both; /* 変更しない */
}
/* ==================================================
parts
================================================== */
/* outline
============================== */
#tmp_contents .outline {
	margin:0 0 0.8em; /* 変更しない */
	border:2px solid #75C5DF;
	clear:both; /* 変更しない */	
}
#tmp_contents table.outline {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents table.outline td {
	padding:10px 10px 0;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_contents div.outline {
	padding:10px 10px 0;
	color:inherit;
	background-color:#FFFFFF;
}
* html #tmp_contents div.outline {
	width:100%; /* 変更しない */
}
#tmp_contents .outline ul {
	margin-left:24px; /* 変更しない */
}
#tmp_contents .outline ol {
	margin-left:24px; /* 変更しない */
}
#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* box_info
============================== */
#tmp_contents .box_info {
	margin:0 0 0.8em; /* 変更しない */
	border:1px solid #64A6DB;
	clear:both; /* 変更しない */
}
#tmp_contents table.box_info {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_info .box_info_ttl {
	padding:4px 12px;
	color:inherit;
	font-weight:bold;
	background:url(/shared/templates/free/images/contents/box_info_bg.jpg) repeat-x left top;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* 変更しない */
}
#tmp_contents .box_info .box_info_cnt {
	padding:10px 10px 5px;
}
#tmp_contents .box_info ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_info ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* box_link
============================== */
#tmp_contents .box_link {
	margin:0 0 0.8em; /* 変更しない */
	border:1px solid #DFB920;
	clear:both; /* 変更しない */
}
#tmp_contents table.box_link {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_ttl {
	padding:4px 12px;
	color:inherit;
	font-weight:bold;
	background:url(/shared/templates/free/images/contents/box_link_bg.jpg) repeat-x left top;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_cnt {
	padding:10px 10px 5px;
}
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* box_menu
============================== */
#tmp_contents .box_menu {
	margin:0 0 0.8em; /* 変更しない */
	background:url(/shared/templates/free/images/contents/box_bg.jpg) repeat-x left top;
	border:1px solid #A4D87C;
	clear:both; /* 変更しない */
}
#tmp_contents table.box_menu {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents table.box_menu td {
	padding:5px 10px 0;
}
#tmp_contents div.box_menu {
	padding:10px 10px 0;
}
#tmp_contents .box_menu_ttl {
	font-weight:bold;
}
#tmp_contents .box_menu h2 {
	margin:0 0 0.8em;
	padding:0;
	color:inherit;
	font-size:100%;
	background:none;
	border:none;
}
#tmp_contents .box_menu ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_menu ul ul,
#tmp_contents .box_menu ul ol,
#tmp_contents .box_menu ol ul,
#tmp_contents .box_menu ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* box_btn
============================== */
#tmp_contents ul.box_btn {
	margin:0 0 0.8em; /* 変更しない */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin:0 0 10px 0;
	padding:10px;
	color:inherit;
	background:url(/shared/templates/free/images/contents/box_bg.jpg) repeat-x left top;
	border:1px solid #A4D87C;
	font-weight:bold;
}
/* datatable 
   enquete_table
============================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:0 0 0.8em; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
	border:1px solid #999999;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding:5px 8px;
	color:inherit;
	background-color:#FFEEAA;
	border:1px solid #999999;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding:5px 8px;
	border:1px solid #999999;
}
#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
	padding:0 0 0.5em; /* 変更しない */
	font-weight:bold; /* 変更しない */
	text-align:left; /* 変更しない */
}
#tmp_contents table.datatable p {
	margin:0; /* 変更しない */
}
#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol,
#tmp_contents table.enquete_table ul,
#tmp_contents table.enquete_table ol {
	margin:0.2em 0 0 24px; /* 変更しない */
}
#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol,
#tmp_contents table.enquete_table ul ul,
#tmp_contents table.enquete_table ul ol,
#tmp_contents table.enquete_table ol ul,
#tmp_contents table.enquete_table ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
#tmp_contents table.enquete_table {
	width:100%; /* 変更しない */
}
#tmp_contents table.enquete_table th {
	width:20%; /* 変更しない */
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color:#BF1111; /* shared.cssのtxt_redと同じ値を設定 */
	font-weight:normal; /* 変更しない */
	background-color:transparent; /* 変更しない */
}
/* form_btn */
#tmp_contents .enquete_button {
	margin:15px 0; /* 変更しない */
	text-align:center; /* 変更しない */
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
#tmp_contents table.datatable table th.bg_light_blue {
	color:inherit;
	background-color:#D0EFF9; /* shared.cssのbg_light_blueと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_pink {
	color:inherit;
	background-color:#FFDFDF; /* shared.cssのbg_pinkと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_gray {
	color:inherit;
	background-color:#EEEEEE; /* shared.cssのbg_grayと同じ値を設定 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* nestdatatable
============================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
	color:inherit; /* 変更しない */
	background-color:transparent; /* 変更しない */
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #999999; /* table.datatableと同じ値を設定 */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* 変更しない */
	background-color:#FFEEAA; /* table.datatable thと同じ値を設定 */
	border:1px solid #999999; /* table.datatable thと同じ値を設定 */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #999999; /* table.datatable tdと同じ値を設定 */
}
/* list_table
============================== */
#tmp_contents table.list_table {
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_contents table.list_table td {
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_contents table.list_table .date {
	width:70px;
	padding:0;
}
#tmp_contents table.list_table .date_year {
	width:110px;
	padding:0;
}
#tmp_contents table.list_table p {
	margin:0 0 0.8em;
	vertical-align:middle;
}
/* ==================================================
contents
================================================== */
/* event
============================== */
#tmp_event_cal2 {
	clear:both;
}
/* event_cal_tab */
#tmp_event_cal2_tab {
	clear:both;
	margin:0 0 10px;
}
#tmp_event_cal2_tab ul {
	margin:0;
	list-style:none;
	list-style-image:none;
}
#tmp_event_cal2_tab ul li {
	margin-bottom:0;
	float:left;
}
#tmp_event_cal2_tab img {
	vertical-align:top;
}
#tmp_event_cal2 .ev_icon_box {
	clear:both;
	margin:0 0 15px;
}
#tmp_event_cal2 .ev_icon_box table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_event_cal2 .ev_icon_box table th {
	width:70px;
	padding:6px 0 4px;
	vertical-align:middle;
	text-align:center;
	color:inherit;
	background-color:#DDDDDD;
}
#tmp_event_cal2 .ev_icon_box table td {
	padding:6px 20px 4px;
	vertical-align:middle;
	text-align:left;
	color:inherit;
	background-color:#EEEEEE;
}
#tmp_event_cal2 .ev_icon_box span {
	vertical-align:middle;
	margin-right:6px;
}
#tmp_event_cal2 .ev_icon_box p {
	margin-bottom:0;
}
/* event_cal_ttl */
#tmp_event_cal2_ttl {
	padding:0;
	clear:both;
}
#tmp_event_cal2_ttl .box_wrap_date {
	margin:0;
	width:420px;
	float:left;
}
#tmp_event_cal2_ttl .box_date {
	padding:0 0 6px 231px;
}
#tmp_event_cal2_ttl .box_date p {
	margin-bottom:0;
	float:left;
}
#tmp_event_cal2_ttl .box_date p.year {
	padding-top:14px;
}
/* event_cal_cnt */
#tmp_event_cal2_cnt2 {
	padding:0 0 5px;
	clear:both;
}
#tmp_event_cal2_cnt2 ul {
	list-style:none;
	list-style-image:none;
	margin:0;
}
#tmp_event_cal2_cnt2 ul li {
	line-height:1.6;
}
#tmp_event_cal2_cnt2 .calendar,
#tmp_event_cal2_cnt2 .calendar td,
#tmp_event_cal2_cnt2 .calendar th {
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_event_cal2_cnt2 .calendar td,
#tmp_event_cal2_cnt2 .calendar th {
	border:1px solid #999999;
}
#tmp_event_cal2_cnt2 .calendar {
	width:100%;
}
#tmp_event_cal2_cnt2 .calendar th {
	width:130px;
	padding:3px 0 2px;
	text-align:center;
	color:inherit;
	background-color:#EEF5E9;
}
#tmp_event_cal2_cnt2 .calendar th p {
	margin-bottom:0;
}
#tmp_event_cal2_cnt2 .calendar td p {
	margin-bottom:0.3em;
}
#tmp_event_cal2_cnt2 .calendar th.sun_bg {
	color:inherit;
	background-color:#FCCFDB;
}
#tmp_event_cal2_cnt2 .calendar td.sun {
	color:inherit;
	background-color:#FEF1F4;
}
#tmp_event_cal2_cnt2 .calendar th.sat_bg {
	color:inherit;
	background-color:#C8EBF5;
}
#tmp_event_cal2_cnt2 .calendar td.sat {
	color:inherit;
	background-color:#EDF9FC;
}
#tmp_event_cal2_cnt2 .calendar td {
	width:130px;
	height:120px;
	padding:6px;
	vertical-align:top;
}
#tmp_event_cal2_cnt2 .calendar .today {
	color:inherit;
	background-color:#FCFAE2 !important;
}
#tmp_event_cal2_cnt2 .calendar td .day {
	font-weight:bold;
	font-size:114%;
	color:#333333;
	background-color:transparent;
}
#tmp_event_cal2_cnt2 .calendar td.sun .day {
	color:#BF1414;
	background-color:transparent;
}
#tmp_event_cal2_cnt2 .calendar td.sat .day {
	color:#125A98;
	background-color:transparent;
}
#tmp_event_cal2_cnt2 .calendar td img {
	margin:0 5px 0 0;
	vertical-align:middle;
}
#tmp_event_cal2_cnt2 .list_cal th {
	width:auto;
}
#tmp_event_cal2_cnt2 .list_cal th.event_cell {
	width:85%;
}
#tmp_event_cal2_cnt2 .list_cal td {
	height:auto;
	padding:8px 8px 5px;
}
#tmp_event_cal2_cnt2 .list_cal td.center {
	text-align:center;
	font-weight:bold;
}
#tmp_contents .change_cal_list {
	cursor:pointer;
}
#tmp_event_cal2_cnt2 .list_cal td {
	width:auto;
}
/* event_cal_navi */
#tmp_event_cal2_navi {
	clear:both;
}
/* box_prev */
#tmp_contents .box_wrap_prev {
	margin:10px 0 10px;
	width:150px;
	float:left;
}
#tmp_contents .box_prev {
	color:inherit;
}
#tmp_contents .box_prev p {
	margin-bottom:0;
}
/* box_next */
#tmp_contents .box_wrap_next {
	margin:10px 0 10px;
	width:150px;
	float:right;
}
#tmp_contents .box_next {
	color:inherit;
	text-align:right;
}
#tmp_contents .box_next p {
	margin-bottom:0;
}
/* box_photo */
#tmp_contents .box_photo {
	clear:both;
}
#tmp_contents .wrap_box_photo_txt {
	width:100%;
	margin-right:-320px;
	float:left;
}
#tmp_contents .box_photo_txt {
	margin-right:320px;
}
#tmp_contents .box_photo_img {
	width:300px;
	float:right;
}
/* event_page_navi */
#tmp_contents .event_page_navi .next {
	text-align:right;
}
/* map
============================== */
/* free */
#tmp_contents .box_gmap {
	width:480px;
	margin:15px 0 0.8em;
	clear:both;
}
#tmp_gmap_box {
	height:360px;
	border:1px solid #CCCCCC;
	clear:both;
}
/* shisetsu */
#tmp_map_search {
	width:100%;
	margin-bottom:20px;
}
#tmp_map_search p {
	display:inline;
	margin-right:10px;
}
#tmp_map_search input {
	vertical-align:middle;
}
#tmp_map_search #keyword {
	width:200px;
	margin:0 5px;
	border:1px solid #CCCCCC;
}
#tmp_map {
	width:100%;
	margin-bottom:20px;
}
#tmp_map_list {
	width:360px;
	margin-right:-360px;
	float:left;
	position:relative;
	z-index:1;
}
#tmp_wrap_gmap_box {
	width:100%;
	float:right;
}
#tmp_wrap_gmap_box2 {
	margin-left:370px;
	border:1px solid #CCCCCC;
}
#tmp_contents #tmp_map_list h2 {
	margin-top:0;
}
#tmp_contents #tmp_facilities_btn {
	width:100%;
	margin:0 0 0.8em 0;
}
#tmp_contents #tmp_facilities_btn ul {
	margin:0;
	padding:0;
	list-style:none;
}
#tmp_contents #tmp_facilities_btn li {
	margin-bottom:0;
	padding:0 2px 2px 0;
	float:left;
}
#tmp_contents #tmp_facilities_btn .even {
	padding-right:0;
}
#tmp_contents #tmp_facilities_btn img {
	vertical-align:bottom;
}
#tmp_result_list {
	height:160px;
	padding:5px 10px;
	border:1px solid #E2E0DC;
	overflow:auto;
}
* html #tmp_result_list {
	height:170px;
}
#tmp_contents #tmp_result_list ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents #tmp_result_list img {
	margin-right:5px;
	vertical-align:middle;
}
#tmp_wrap_gmap_box #tmp_gmap_box {
	width:100%;
	height:480px;
	margin-top:0;
	margin-bottom:0;
	border:none;
}
/* idx
============================== */
#tmp_info {
	margin:0 0 20px;
	clear:both;
}
#tmp_info_l {
	width:440px;
	float:left;
}
#tmp_info_r {
	width:240px;
	float:right;
}
/* idx_news */
#tmp_idx_news {
	clear:both;
}
#tmp_idx_news_ttl {
	border-bottom:2px solid #568837;
}
#tmp_idx_news_ttl h2 {
	margin:0;
	padding:0;
	background:none;
	border:none;
}
#tmp_idx_news_cnt {
	padding:10px 10px 0;
}
/* idx_banner */
#tmp_idx_banner {
	padding:10px 10px 0;
	color:inherit;
	background-color:#EEEEEE;
	clear:both;
}
#tmp_idx_banner ul {
	margin:0;
	list-style:none;
	list-style-image:none;
}
#tmp_idx_banner ul li {
	margin-bottom:10px;
}
#tmp_idx_banner img {
	vertical-align:top;
}
/* box_idx_menu */
#tmp_contents .box_idx_menu {
	margin:0 0 20px;
	clear:both;
}
#tmp_contents .box_idx_menu h2 {
	margin:0;
	padding:5px 10px 6px;
	color:inherit;
	background:url(/shared/templates/free/images/contents/idx_menu_bg.jpg) repeat-x left bottom;
	border:1px solid #A4D87C;
	font-size:100%;
	font-weight:bold;
}
#tmp_contents .box_idx_menu h2 a {
	padding:0 0 0 16px;
	background:url(/shared/templates/free/images/contents/idx_menu_icon.gif) no-repeat left 0.2em;
}
#tmp_contents .box_idx_menu_cnt {
	padding:10px 9px;
}
#tmp_contents .box_idx_menu_cnt ul {
	margin:0 0 0 15px;
}
#tmp_contents .box_idx_menu_cnt ul li {
	margin-bottom:0.4em;
}
/* fixed_photo
============================== */
div.fixed_photo_col2,
div.fixed_photo2_col2 {
	margin-bottom:20px;
	width:100%;
}
div.fixed_photo_col2L {
	display:table;
	width:320px;
	margin-right:30px;
	float:left;
}
div.fixed_photo_col2R {
	display:table;
	width:570px;
	float:right;
}
div.fixed_photo2_col2L {
	display:table;
	width:570px;
	margin-right:30px;
	float:left;
}
div.fixed_photo2_col2R {
	display:table;
	width:320px;
	float:right;
}
div.fixed_photo_col2 ul,
div.fixed_photo2_col2 ul {
	margin-left:15px !important;
}
/* genchi
============================== */
/* chumoku */
#tmp_chumoku {
	margin:0 0 20px;
	clear:both;
}
#tmp_chumoku_ttl {
	padding:6px 4px 3px;
	color:#FFFFFF;
	background:#316431 url(/shared/templates/free/images/contents/genchi/chumoku_bg.jpg) repeat-x left top;
	position:relative;
}
#tmp_chumoku_ttl h2 {
	margin:0;
	padding:0;
	background:none;
	border:none;
}
#tmp_chumoku_ttl .read_all {
	position:absolute;
	top:5px;
	right:5px;
}
#tmp_chumoku_ttl .read_all a {
	color:#FFFFFF;
	background-color:#316431;
}
#tmp_chumoku_cnt {
	padding:8px 10px 0;
}
/* shinchaku */
#tmp_shinchaku {
	margin:0 0 20px;
	clear:both;
}
#tmp_shinchaku_ttl {
	padding:6px 4px 3px;
	color:#FFFFFF;
	background:#4A6817 url(/shared/templates/free/images/contents/genchi/shinchaku_bg.jpg) repeat-x left top;
	position:relative;
}
#tmp_shinchaku_ttl h2 {
	margin:0;
	padding:0;
	background:none;
	border:none;
}
#tmp_shinchaku_ttl .read_all {
	position:absolute;
	top:5px;
	right:5px;
}
#tmp_shinchaku_ttl .read_all a {
	color:#FFFFFF;
	background-color:#4A6817;
}
#tmp_shinchaku_cnt {
	padding:8px 10px 0;
}
/* gallery_parts */
#tmp_gallery_parts {
	width:100%;
	margin:0 0 20px;
	background:#E9F7DD url(/shared/templates/free/images/contents/genchi/gallery_parts_bg.jpg) repeat-x left top;
	border:1px solid #BCDF9F;
	clear:both;
}
#tmp_gallery_parts_ttl {
	padding:6px 13px 7px;
	font-size:114%;
	font-weight:bold;
}
#tmp_gallery_parts_ttl p {
	margin:0;
}
#tmp_gallery_parts_cnt {
	padding:0 14px;
}
#tmp_gallery_parts_cnt .box_gallrey {
	width:100%;
	color:inherit;
	background-color:#E9F7DD;
}
#tmp_gallery_parts_cnt table.box {
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_gallery_parts_cnt table.box td {
	vertical-align:top;
}
#tmp_gallery_parts_cnt table.box td img {
	margin-right:10px;
}
#tmp_gallery_parts_cnt .list_order {
	display:none;
}
/* shiawase
============================== */
#tmp_shiawase {
	margin:0 0 10px;
	clear:both;
}
#tmp_shiawase .shiawase_col3 {
	margin:0 0 8px;
	clear:both;
}
#tmp_shiawase .shiawase_col3L,
#tmp_shiawase .shiawase_col3M {
	width:228px;
	margin-right:8px;
	float:left;
}
#tmp_shiawase .shiawase_col3R {
	width:228px;
	float:left;
}
/* shiawase */
#tmp_project {
	margin:0 0 20px;
	clear:both;
}
#tmp_project_ttl p {
	margin-bottom:0;
}
#tmp_project_cnt {
	padding:12px 0 0 13px;
	color:inherit;
	background:#FAF3C5 url(/shared/templates/free/images/contents/shiawase/shinshusozo_bg.jpg) no-repeat left bottom;
}
#tmp_project_cnt p {
	margin-bottom:0.5em;
}
#tmp_project_cnt img {
	vertical-align:top;
}
#tmp_project_cnt ul {
	margin:0 0 17px;
	list-style:none;
	list-style-image:none;
}
#tmp_project_cnt ul li {
	margin:0 10px 0 0;
	float:left;
}
#tmp_project_cnt ul li.last {
	margin-right:0;
}
/* fukidashi */
table.fukidashi_boy,
table.fukidashi_girl,
table.fukidashi_grandparents,
table.fukidashi_family {
	width:700px;
	margin-bottom:30px;
	border-collapse:collapse;
	border-spacing:0;
	clear:both;
}
table.fukidashi_boy .chara,
table.fukidashi_girl .chara,
table.fukidashi_grandparents .chara,
table.fukidashi_family .chara {
	vertical-align:top;
}
table.fukidashi_boy .comment,
table.fukidashi_girl .comment,
table.fukidashi_grandparents .comment,
table.fukidashi_family .comment {
	padding:15px 15px 0;
	vertical-align:top;
	font-size:114%;
	font-weight:bold;
}
table.fukidashi_boy {
	background:url(/shared/templates/free/images/contents/shiawase/fukidashi_boy_bg2.gif) no-repeat left bottom;
}
table.fukidashi_boy .chara {
	width:190px;
}
table.fukidashi_boy .comment {
	background:url(/shared/templates/free/images/contents/shiawase/fukidashi_boy_bg1.gif) no-repeat left top;
}
table.fukidashi_girl {
	background:url(/shared/templates/free/images/contents/shiawase/fukidashi_girl_bg2.gif) no-repeat right bottom;
}
table.fukidashi_girl .chara {
	width:160px;
}
table.fukidashi_girl .comment {
	background:url(/shared/templates/free/images/contents/shiawase/fukidashi_girl_bg1.gif) no-repeat left top;
}
table.fukidashi_grandparents {
	background:url(/shared/templates/free/images/contents/shiawase/fukidashi_grandparents_bg2.gif) no-repeat left bottom;
}
table.fukidashi_grandparents .chara {
	width:200px;
}
table.fukidashi_grandparents .comment {
	background:url(/shared/templates/free/images/contents/shiawase/fukidashi_grandparents_bg1.gif) no-repeat left top;
}
table.fukidashi_family {
	background:url(/shared/templates/free/images/contents/shiawase/fukidashi_family_bg2.gif) no-repeat right bottom;
}
table.fukidashi_family .chara {
	width:230px;
}
table.fukidashi_family .comment {
	background:url(/shared/templates/free/images/contents/shiawase/fukidashi_family_bg1.gif) no-repeat left top;
}
/* shinshu
============================== */
#tmp_shinshu {
	position:relative;
	clear:both;
}
#tmp_shinshu h1 {
	margin:0;
	padding:0;
	background:none;
	border:none;
	position:absolute;
	top:0;
	left:0;
}
#tmp_contents table.box_shinshu {
	margin:0 0 20px;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #A9CDEB;
}
#tmp_contents table.box_shinshu td {
	color:inherit;
	background-color:#EBF8FE;
	vertical-align:top;
}
#tmp_contents table.box_shinshu td.ttl {
	padding:10px;
	color:#224868;
	background:#EBF8FE url(/shared/templates/free/images/contents/shinshu/miryoku_ttl_bg.jpg) repeat-x left top;
}
#tmp_contents table.box_shinshu td.ttl p {
	margin-bottom:0;
	font-size:114%;
	font-weight:bold;
}
#tmp_contents table.box_shinshu td.img {
	padding:0 5px 0 10px;
}
#tmp_contents table.box_shinshu td.txt {
	padding:0 10px 0 5px;
}
/* kurashi
============================== */
#tmp_kurashi_query {
	min-height:20px;
	border:1px solid #CCCCCC;
}
/* kyoiku
============================== */
#tmp_contents .kyoiku_photo {
	width:220px;
	margin:0 0 20px;
	border:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#F6F6F6;
}
#tmp_contents .kyoiku_photo th {
	text-align:left;
	padding:9px 9px 9px 30px;
	background:url(/shared/templates/free/images/contents/kyoiku/icon02.gif) no-repeat 9px 0.8em;
}
#tmp_contents .kyoiku_photo th p {
	margin:0;
}
#tmp_contents .kyoiku_photo td {
	padding:0 9px;
}
/* mountain
============================== */
#tmp_contents #tmp_mountain {
	color:inherit;
	background:#E7F8B1 url(/shared/templates/free/images/contents/mountain/mountain_bg.jpg) no-repeat left top;
	clear:both;
}
#tmp_contents #tmp_mountain h1 {
	margin:0 0 22px;
	padding:38px 0 0 110px;
	background:none;
	border:none;
}
#tmp_contents #tmp_mountain .h_txt {
	margin:0 0 30px;
	padding:0 0 0 22px;
	background:none;
	border:none;
}
#tmp_contents table.layouttable td.mountaintable_l {
	width:471px
}
#tmp_contents table.layouttable td.mountaintable_r {
	padding:35px 0 0 0;
}
#tmp_contents table.mountaintable {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_contents table.mountaintable td {
	vertical-align:top;
	text-align:left;
	color:inherit;
	background:#FFFFFF url(/shared/templates/free/images/contents/mountain/mountain_img_bg.jpg) no-repeat left bottom;
	padding-right:0;
	border-bottom:3px solid #F0FBCE;
}
#tmp_contents table.mountaintable td h2 {
	margin:0;
	padding:0;
	background:none;
	border:none;
}
#tmp_contents table.mountaintable table th p {
	margin-bottom:0;
}
#tmp_contents table.mountaintable table td {
	background:none;
	border-bottom:none;
	padding:10px 20px 10px 20px;
}
#tmp_contents table.mountaintable table td.img_cap {
	width:150px;
	padding-right:0;
}
#tmp_contents table.mountaintable table td.img_cap img {
	margin-bottom:0.2em;
}
#tmp_contents table.mountaintable table td.img_cap p {
	margin-bottom:0;
	font-size:86%;
	color:#466010;
	background-color:transparent;
	text-align:right;
}
#tmp_contents table.mountaintable table td ul {
	margin-bottom:0;
	margin-left:1.6em;
	list-style-image:url(/shared/templates/free/images/contents/mountain/list_icon.gif);
}
#tmp_contents table.mountaintable table td ul li {
	font-weight:bold;
	font-size:114%;
}
#tmp_contents table.eventtable {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_contents table.eventtable th {
	text-align:center;
	font-size:143%;
	padding:0 0 10px;
}
#tmp_contents table.eventtable td {
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	padding:4px 8px;
}
#tmp_contents table.eventtable td p {
	margin-bottom:0.5em;
}
#tmp_contents table.eventtable td.month {
	width:46px;
	color:inherit;
	background:url(/shared/templates/free/images/contents/m_line_bg.gif) repeat-y center top;
	padding:0 0 15px;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info:after,
#tmp_contents div.box_info_ttl:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link:after,
#tmp_contents div.box_link_ttl:after,
#tmp_contents div.box_link_cnt:after,
#tmp_contents div.box_menu:after,
#tmp_contents div.box_menu_ttl:after,
#tmp_contents div.box_menu_cnt:after,
#tmp_contents .box_photo:after,
#tmp_map:after,
#tmp_contents #tmp_facilities_btn:after,
#tmp_info:after,
#tmp_info_l:after,
#tmp_info_r:after,
#tmp_idx_news:after,
#tmp_idx_news_ttl:after,
#tmp_idx_news_cnt:after,
#tmp_idx_banner:after,
#tmp_contents .box_idx_menu:after,
#tmp_contents .box_idx_menu_ttl:after,
#tmp_contents .box_idx_menu_cnt:after,
div.fixed_photo_col2:after,
div.fixed_photo2_col2:after,
#tmp_chumoku:after,
#tmp_chumoku_ttl:after,
#tmp_chumoku_cnt:after,
#tmp_shinchaku:after,
#tmp_shinchaku_ttl:after,
#tmp_shinchaku_cnt:after,
#tmp_gallery_parts:after,
#tmp_gallery_parts_ttl:after,
#tmp_gallery_parts_cnt:after,
#tmp_shiawase:after,
#tmp_shiawase .shiawase_col3:after,
#tmp_project:after,
#tmp_project_ttl:after,
#tmp_project_cnt:after,
#tmp_project_cnt ul:after,
#tmp_event_cal2:after,
#tmp_event_cal2_tab:after,
#tmp_event_cal2_ttl:after,
#tmp_event_cal2_ttl .box_wrap_date:after,
#tmp_event_cal2_ttl .box_date:after,
#tmp_event_cal2_cnt2:after,
#tmp_event_cal2_cnt2 .calendar:after,
#tmp_event_cal2_navi:after,
#tmp_shinshu:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html #tmp_contents div.outline,
*:first-child+html #tmp_contents div.box_info,
*:first-child+html #tmp_contents div.box_info_ttl,
*:first-child+html #tmp_contents div.box_info_cnt,
*:first-child+html #tmp_contents div.box_link,
*:first-child+html #tmp_contents div.box_link_ttl,
*:first-child+html #tmp_contents div.box_link_cnt,
*:first-child+html #tmp_contents div.box_menu,
*:first-child+html #tmp_contents div.box_menu_ttl,
*:first-child+html #tmp_contents div.box_menu_cnt,
*:first-child+html #tmp_contents .box_photo,
*:first-child+html #tmp_map,
*:first-child+html #tmp_contents #tmp_facilities_btn,
*:first-child+html #tmp_info,
*:first-child+html #tmp_info_l,
*:first-child+html #tmp_info_r,
*:first-child+html #tmp_idx_news,
*:first-child+html #tmp_idx_news_ttl,
*:first-child+html #tmp_idx_news_cnt,
*:first-child+html #tmp_idx_banner,
*:first-child+html #tmp_contents .box_idx_menu,
*:first-child+html #tmp_contents .box_idx_menu_ttl,
*:first-child+html #tmp_contents .box_idx_menu_cnt,
*:first-child+html div.fixed_photo_col2,
*:first-child+html div.fixed_photo2_col2,
*:first-child+html #tmp_chumoku,
*:first-child+html #tmp_chumoku_ttl,
*:first-child+html #tmp_chumoku_cnt,
*:first-child+html #tmp_shinchaku,
*:first-child+html #tmp_shinchaku_ttl,
*:first-child+html #tmp_shinchaku_cnt,
*:first-child+html #tmp_gallery_parts,
*:first-child+html #tmp_gallery_parts_ttl,
*:first-child+html #tmp_gallery_parts_cnt,
*:first-child+html #tmp_shiawase,
*:first-child+html #tmp_shiawase .shiawase_col3,
*:first-child+html #tmp_project,
*:first-child+html #tmp_project_ttl,
*:first-child+html #tmp_project_cnt,
*:first-child+html #tmp_project_cnt ul,
*:first-child+html #tmp_event_cal2,
*:first-child+html #tmp_event_cal2_tab,
*:first-child+html #tmp_event_cal2_ttl,
*:first-child+html #tmp_event_cal2_ttl .box_wrap_date,
*:first-child+html #tmp_event_cal2_ttl .box_date,
*:first-child+html #tmp_event_cal2_cnt2,
*:first-child+html #tmp_event_cal2_cnt2 .calendar,
*:first-child+html #tmp_event_cal2_navi,
*:first-child+html #tmp_shinshu {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html #tmp_contents div.outline,
* html #tmp_contents div.box_info,
* html #tmp_contents div.box_info_ttl,
* html #tmp_contents div.box_info_cnt,
* html #tmp_contents div.box_link,
* html #tmp_contents div.box_link_ttl,
* html #tmp_contents div.box_link_cnt,
* html #tmp_contents div.box_menu,
* html #tmp_contents div.box_menu_ttl,
* html #tmp_contents div.box_menu_cnt,
* html #tmp_contents .box_photo,
* html #tmp_map,
* html #tmp_contents #tmp_facilities_btn,
* html #tmp_info,
* html #tmp_info_l,
* html #tmp_info_r,
* html #tmp_idx_news,
* html #tmp_idx_news_ttl,
* html #tmp_idx_news_cnt,
* html #tmp_idx_banner,
* html #tmp_contents .box_idx_menu,
* html #tmp_contents .box_idx_menu_ttl,
* html #tmp_contents .box_idx_menu_cnt,
* html div.fixed_photo_col2,
* html div.fixed_photo2_col2,
* html #tmp_chumoku,
* html #tmp_chumoku_ttl,
* html #tmp_chumoku_cnt,
* html #tmp_shinchaku,
* html #tmp_shinchaku_ttl,
* html #tmp_shinchaku_cnt,
* html #tmp_gallery_parts,
* html #tmp_gallery_parts_ttl,
* html #tmp_gallery_parts_cnt,
* html #tmp_shiawase,
* html #tmp_shiawase .shiawase_col3,
* html #tmp_project,
* html #tmp_project_ttl,
* html #tmp_project_cnt,
* html #tmp_project_cnt ul,
* html #tmp_event_cal2,
* html #tmp_event_cal2_tab,
* html #tmp_event_cal2_ttl,
* html #tmp_event_cal2_ttl .box_wrap_date,
* html #tmp_event_cal2_ttl .box_date,
* html #tmp_event_cal2_cnt2,
* html #tmp_event_cal2_cnt2 .calendar,
* html #tmp_event_cal2_navi,
* html #tmp_shinshu {
	display:inline-block; /* 変更しない */
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper2 {
	min-width:auto !important;
}
#tmp_wrapper3 {
	width:100% !important;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
#tmp_means,
#tmp_gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
#tmp_fnavi,
#tmp_fnavi2,
.plugin,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_social,
#tmp_kyoiku_gnavi {
	display:none !important;
}
.wrap_col_nm,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main,
div.fixed_photo_col2L,
div.fixed_photo_col2R,
div.fixed_photo2_col2L,
div.fixed_photo2_col2R {
	float:none !important;
}
body,
#tmp_wrapper2,
#tmp_wrap_main,
#tmp_wrap_main2 {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main,
#tmp_wrap_main,
#tmp_wrap_main2 {
	margin:0 !important;
	padding:0 !important;
}
#tmp_wrap_main {
	padding:0 10px !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
#tmp_pankuzu {
	padding-left:0;
	padding-right:0;
}
#tmp_footer_cnt {
	color:#000000;
	background-color:#FFFFFF;
}
/* for IE7.0 */
*:first-child+html #tmp_contents h1,
*:first-child+html #tmp_contents h2,
*:first-child+html #tmp_contents h3,
*:first-child+html #tmp_contents h4,
*:first-child+html #tmp_contents h5,
*:first-child+html #tmp_contents h6,
*:first-child+html #tmp_contents .box_btn li {
	min-height:1%;
}
/* for IE6.0 */
* html #tmp_contents h1,
* html #tmp_contents h2,
* html #tmp_contents h3,
* html #tmp_contents h4,
* html #tmp_contents h5,
* html #tmp_contents h6,
* html #tmp_contents .box_btn li {
	display:inline-block;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* 変更しない */
	height:1px; /* 変更しない */

}
}