@charset "utf-8";

/* ==================================================
selector
================================================== */
#tmp_contents h1 {
	margin:0 0 1.5em;
	padding:5px 15px 10px 25px;
	font-size:140%;
	background:url(/shared/templates/free/images/contents/h1_bg.gif) no-repeat left bottom;
	border-top:1px solid #BDC8D2;
	border-right:1px solid #BDC8D2;
	clear:both;
}
#tmp_contents h2 {
	margin:1.5em 0 0.8em;
	padding:3px 18px;
	font-size:130%;
	background:url(/shared/templates/free/images/contents/h2_bg.gif) no-repeat left bottom;
	border-top:1px solid #B5BAC1;
	border-right:1px solid #B5BAC1;
	clear:both;
}
#tmp_contents h3 {
	margin:1.5em 0 0.8em;
	padding:0px 18px;
	font-size:120%;
	background:url(/shared/templates/free/images/contents/h3_bg.gif) no-repeat left bottom;
	clear:both;
}
#tmp_contents h4 {
	margin:1.5em 0 0.8em;
	padding:3px 16px;
	font-size:100%;
	background:url(/shared/templates/free/images/contents/h4_bg.gif) no-repeat 0 0.2em;
	clear:both;
}
#tmp_contents h5 {
	margin:1.5em 0 0.8em;
	padding:0px 16px;
	font-size:100%;
	background:url(/shared/templates/free/images/contents/h5_bg.gif) repeat-y left top;
	clear:both;
}
#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/icon_list.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 table.outline {
	width:100%;
	margin:0 0 0.8em;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_contents table.outline td {
	padding:10px;
	color:inherit;
	background-color:#FFFFED;
	border:2px solid #BAD6EF;
}
#tmp_contents div.outline {
	margin:0 0 0.8em;
	padding:10px;
	color:inherit;
	background-color:#FFFFED;
	border:2px solid #BAD6EF;
}
* html #tmp_contents div.outline {
	width:100%;
}
#tmp_contents div.outline p,
#tmp_contents table.outline p {
	margin:0;
}
#tmp_contents div.outline ul,
#tmp_contents table.outline ul {
	margin-bottom:0;
	margin-left:1em;
}
/* box_info
============================== */
#tmp_contents table.box_info {
	width:100%;
	margin:0 0 0.8em;
	border-collapse:collapse;
	border-spacing:0;
	border:3px solid #E2EADF;
	border-top:2px solid #E2EADF;
}
#tmp_contents div.box_info {
	margin:0 0 0.8em;
	border-top:2px solid #E2EADF;
	border-left:3px solid #E2EADF;
	border-right:3px solid #E2EADF;
	border-bottom:3px solid #E2EADF;
	clear:both;
}
#tmp_contents table.box_info .box_info_ttl,
#tmp_contents div.box_info .box_info_ttl {
	padding:10px 7px 3px 40px;
	color:#2B4B1F;
	font-weight:bold;
	background:#F8FFF4 url(/shared/templates/free/images/contents/box_info_bg.jpg) no-repeat left top;
}
#tmp_contents table.box_info .box_info_cnt,
#tmp_contents div.box_info .box_info_cnt {
	padding:2px;
}
#tmp_contents table.box_info .box_info_ttl p,
#tmp_contents div.box_info .box_info_ttl p {
	margin:0;
}
#tmp_contents table.box_info ul,
#tmp_contents div.box_info ul {
	margin:0;
	border:1px solid #D0DDCC;
	border-top:none;
	color:inherit;
	background-color:#FFFFFF;
	list-style:none;
	list-style-image:none;
}
#tmp_contents table.box_info ul li,
#tmp_contents div.box_info ul li {
	padding:5px 5px 5px 28px;
	margin:0;
	border-top:1px solid #D0DDCC;
	background:url(/shared/templates/free/images/contents/box_icon.gif) no-repeat 5px 7px;
}
/* box_link
============================== */
#tmp_contents table.box_link {
	width:100%;
	margin:0 0 0.8em;
	border-collapse:collapse;
	border-spacing:0;
	border:3px solid #E2EADF;
	border-top:2px solid #E2EADF;
}
#tmp_contents table.box_link td {
	color:inherit;
	background-color:#F8FFF4;
}
#tmp_contents div.box_link {
	margin:0 0 0.8em;
	border:3px solid #E2EADF;
	border-top:2px solid #E2EADF;
	clear:both;
	color:inherit;
	background-color:#F8FFF4;
}
#tmp_contents table.box_link .box_link_ttl,
#tmp_contents div.box_link .box_link_ttl {
	padding:10px 7px 3px 40px;
	color:#2B4B1F;
	font-weight:bold;
	background:#F8FFF4 url(/shared/templates/free/images/contents/box_link_bg.jpg) no-repeat left top;
}
#tmp_contents table.box_link .box_link_cnt,
#tmp_contents div.box_link .box_link_cnt {
	padding:2px;
}
#tmp_contents table.box_link .box_link_ttl p,
#tmp_contents div.box_link .box_link_ttl p {
	margin:0;
}
#tmp_contents table.box_link ul,
#tmp_contents div.box_link ul {
	margin:0;
	border:1px solid #D0DDCC;
	border-top:none;
	color:inherit;
	background-color:#FFFFFF;
	list-style:none;
	list-style-image:none;
}
#tmp_contents table.box_link ul li,
#tmp_contents div.box_link ul li {
	padding:5px 5px 5px 28px;
	margin:0;
	border-top:1px solid #D0DDCC;
	background:url(/shared/templates/free/images/contents/box_icon.gif) no-repeat 5px 7px;
}
/* box_menu
============================== */
#tmp_contents table.box_menu {
	width:100%;
	margin:0 0 0.8em;
	color:inherit;
	background:#FFFFED url(/shared/templates/free/images/contents/box_bg.gif) no-repeat left top;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #BDC8D2;
}
#tmp_contents table.box_menu td {
	padding:5px 10px;
}
#tmp_contents div.box_menu {
	margin:0 0 0.8em;
	padding:10px;
	color:inherit;
	background:#FFFFED url(/shared/templates/free/images/contents/box_bg.gif) no-repeat left top;
	border:1px solid #BDC8D2;
}
#tmp_contents table.box_menu .box_menu_ttl p,
#tmp_contents div.box_menu .box_menu_ttl p {
	margin:0 0 0.8em;
	padding:0;
	font-weight:bold;
}
#tmp_contents table.box_menu ul,
#tmp_contents div.box_menu ul {
	margin-bottom:0;
	margin-left:20px;
	list-style-image:url(/shared/templates/free/images/contents/icon_list.gif);
}
/* 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:#336699;
	background:#FFFFED url(/shared/templates/free/images/contents/box_bg.gif) no-repeat left top;
	border:1px solid #BDC8D2;
}
/* box_photo
============================== */
#tmp_contents .box_photo .photo {
	width:200px;
	margin:0 0 0 15px;
	float:right;
}
/* 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 #BDC8D2;
	clear:both;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding:5px 8px;
	color:inherit;
	background:#E6F0F9 url(/shared/templates/free/images/contents/th_bg.jpg) no-repeat left top;
	border:1px solid #BDC8D2;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding:5px 8px;
	border:1px solid #BDC8D2;
}
#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 0 0 2em;
}
#tmp_contents table.datatable ul li,
#tmp_contents table.datatable ol li,
#tmp_contents table.enquete_table ul li,
#tmp_contents table.enquete_table ol li {
	margin-bottom:0;
}
#tmp_contents table.enquete_table {
	width:100%;
}
#tmp_contents table.enquete_table th {
	width:20%;
}
#tmp_contents table.enquete_table .nes {
	color:#990000;
	font-weight:bold;
}
#tmp_contents table.enquete_table .memo {
	font-weight:normal;
}
/* form_btn */
#tmp_contents .enquete_button {
	margin:15px 0;
	text-align:center;
}
/* bgcolor */
#tmp_contents table.datatable th.bg_red {
	color:inherit;
	background-color:#E6F0F9;
}
#tmp_contents table.datatable table th.bg_red {
	color:inherit;
	background-color:transparent;
}
/* 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:none;
	border:none;
}
#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border:none;
}
table.datatable table.datatable {
	border-collapse:collapse;
	border:1px solid #BDC8D2;
}
#tmp_contents table.datatable table.datatable th {
	color:inherit;
	background-color:#DDEEFF;
	border:1px solid #BDC8D2;
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #BDC8D2;
}
/* list_table
============================== */
#tmp_contents .list_table {
	margin:0 0 0.8em 1.5em;
	border-spacing:0;
}
#tmp_contents .list_table td {
	vertical-align:top;
	padding:0 10px 0 0;
}
#tmp_contents .list_table .date {
	white-space:nowrap;
}
#tmp_contents .list_table .item img,
#tmp_contents .list_table .post img {
	margin:0 0 0 10px;
	vertical-align:middle;	
}
/* horizon_list
============================== */
#tmp_contents ul.horizon_list {
	margin:0 0 1em;
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.horizon_list li {
	display:inline;
	margin:0 5px 0 0;
	padding:0 5px 0 0;
	line-height:1.1;
	border-right:1px solid #000000;

}
#tmp_main ul.horizon_list {
	height:1%;
	clear:both;
}
#tmp_main ul.horizon_list li a {
	display:inline-block;
}
/* cate_ttl
============================== */
#tmp_cate_ttl {
	clear:both;
	margin-bottom:15px;
}
* html #tmp_cate_ttl {
	height:1%;
}
*:first-child+html #tmp_cate_ttl {
	min-height:1%;
}
#tmp_cate_ttl h1,
#tmp_cate_ttl p {
	margin:0;
	padding:0;
	background:none;
	border:none;
}
.ttl_mayor {
	padding-top:15px;
	margin:0 1px 0 3px;
	background:url(/shared/templates/free/images/contents/h1_mayor_bg.gif) no-repeat left top;
}
.ttl_houdou {
	background:url(/shared/templates/free/images/contents/ttl_bg.gif) no-repeat right bottom;	
}
.ttl_houdou p {
	margin:0 !important;	
}
/* tmp_news
============================== */
#tmp_contents #tmp_news {
	margin:0 0 10px;
	border:3px solid #E4E4E4;
	border-top:2px solid #E4E4E4;
	clear:both;
	color:inherit;
	background:#F8FFF4 url(/shared/templates/free/images/contents/news_bg.jpg) no-repeat left top;
}
#tmp_contents #tmp_news_ttl {
	padding:12px 7px 5px 40px;
}
#tmp_contents #tmp_news_ttl p {
	margin-bottom:0;
}
#tmp_contents #tmp_news_cnt {
	margin:2px;
	border:1px solid #C9C9C9;
}
#tmp_contents #tmp_news_cnt p {
	margin-bottom:0;
	color:inherit;
	background-color:#FFFFFF;
	padding:10px;	
}
#tmp_contents #tmp_news_cnt table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_contents #tmp_news_cnt table p {
	padding:0;	
}
* html #tmp_contents #tmp_news_cnt table {
	width:668px;
}
#tmp_contents #tmp_news_cnt table th,
#tmp_contents #tmp_news_cnt table td {
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #DFDFDF;
}
#tmp_contents #tmp_news_cnt table th {
	font-weight:normal;
	padding:3px 5px 3px 10px;
	background:url(/shared/templates/free/images/contents/news_th_bg.gif) repeat-y left top;
	white-space:nowrap;
}
#tmp_contents #tmp_news_cnt table th p {
	padding:0 10px 0 0;
	background:url(/shared/templates/free/images/contents/news_td_bg.gif) repeat-y right top;	
}
#tmp_contents #tmp_news_cnt table td {
	width:100%;	
	padding:3px 10px 3px 5px;
}
/* field
============================== */
#tmp_contents .box_field {
	clear:both;
	padding:5px;
	padding:10px 10px 0;
	color:inherit;
	background-color:#FFFFFF;
	border:5px solid #F3CBD9;
	margin:0 0 10px;
}
* html #tmp_contents .box_field {
	width:100%;
}
#tmp_contents .box_field h2 {
	margin:0;
	padding:0;
	background:none;
	border:none;
}
#tmp_contents .box_field .outline p {
	margin:0;
	padding:7px 15px 5px;
}
#tmp_contents .box_field table.col2 {
	margin:0 0 0.8em 0 !important;	
}
* html #tmp_contents .box_field table.col2 {
	width:95%;
}
#tmp_contents .box_field .outline,
#tmp_contents .box_field .outline td {
	border:2px solid #F9E6F0;
	background:none;
	padding:0;
}
#tmp_contents .box_field .field_set,
#tmp_contents .box_field .field_simple {
	margin:0 0 10px;
	border:2px solid #F9E6F0;
}
#tmp_contents .box_field .outline .field_set {
	margin:0;
	border-top:none;
	border-right:none;
	border-left:none;
}
#tmp_contents .box_field .field_set {
	color:inherit;
	padding:3px 3px 3px 34px;
	background:#FDF7FA url(/shared/templates/free/images/contents/field_bg.gif) no-repeat 5px 5px;	
}
#tmp_contents .box_field .field_simple {
	padding:3px 3px 3px 34px;
	color:inherit;
	background:#FFFFFF url(/shared/templates/free/images/contents/field_bg.gif) no-repeat 5px 5px;
	font-size:100%;
	font-weight:normal;
}
#tmp_contents .box_field .field2_box {
	clear:both;
	width:620px;
	margin:0 auto;
	padding:10px 0;
}
* html #tmp_contents .box_field .field2_box {
	margin:0 15px;
}
#tmp_contents .box_field .field2_box p {
	padding:0 20px 0 0;
	float:left;
}
#tmp_contents .box_field .field2_box p.pic_last {
	padding:0;
	float:left;
}
#tmp_contents .box_field .field3_box {
	clear:both;
	width:630px;
	margin:0 auto;
	padding:10px 0;
}
* html #tmp_contents .box_field .field3_box {
	margin:0 10px;
}
#tmp_contents .box_field .field3_box p {
	padding:0 30px 0 0;
	float:left;
}
#tmp_contents .box_field .field3_box p.pic_last {
	padding:0;
	float:left;
}
/* faq
============================== */
#tmp_contents h2.faq_q {
	padding:3px 10px 3px 40px;
	background:url(/shared/templates/free/images/contents/faq_q.gif) no-repeat left bottom;
	border-top:1px solid #BDC8D2;
	border-right:1px solid #BDC8D2;
}
#tmp_contents h2.faq_a {
	padding:3px 10px 3px 40px;
	background:url(/shared/templates/free/images/contents/faq_a.gif) no-repeat left bottom;
	border-top:1px solid #BDC8D2;
	border-right:1px solid #BDC8D2;
}
/* box_ev_genre */
#tmp_contents .box_ev_genre {
	width:100%;
	clear:both;
	margin:0 0 20px;
}
#tmp_contents .box_ev_genre .genre {
	width:60px;
	float:left;
}
#tmp_contents .box_ev_genre .contents {
	width:600px;
	float:right;
}
#tmp_contents .box_ev_genre .contents h2 {
	margin-top:0;
}
#tmp_contents .box_ev_genre .contents table {
	width:100%;
}
#tmp_contents .box_ev_genre .contents th {
	width:100px;	
}
/* tmp_mayor_msg
============================== */
#tmp_mayor_msg {
	border:1px solid #BEC9D7;
	margin:0 0 20px 0;
}
#tmp_mayor_msg2 {
	border:2px solid #FFFFCC;
	background:url(/shared/templates/free/images/contents/mayor/message_bg.jpg) repeat-x left top;
}
* html #tmp_mayor_msg2 {
	height:1%;
}
*:first-child+html #tmp_mayor_msg2 {
	min-height:1%;
}
#tmp_mayor_msg_ttl {
	padding:18px 23px 0 14px;
}
#tmp_mayor_msg_ttl h2 {
	float:left;
	margin:0;
	padding:0;
	background:none;
	border:none;
}
#tmp_mayor_msg_ttl p {
	float:right;
}
#tmp_mayor_msg_cnt {
	clear:both;
	padding:20px 20px 10px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_contents .mayor_read_all {
	clear:both;
	text-align:right;
}
#tmp_contents .mayor_read_all a {
	background:url(/shared/templates/free/images/contents/mayor/message_navi.gif) no-repeat scroll left center;
	padding:3px 0 3px 20px;
}
* html #tmp_contents .mayor_read_all a {
	height:1%;
}
*:first-child+html #tmp_contents .mayor_read_all a {
	min-height:1%;
}
/* gmap_box
============================== */
#tmp_map_area {
	display:none;
}
#tmp_gmap_box {
	width:680px;
	height:450px;
	border:1px solid #333333;
	color:inherit;
	background-color:#FFFFFF;
	margin:0 0 20px 0;
}
* html #tmp_gmap_box {
	width:678px;
	height:448px;
}
/* shisetsu_area
============================== */
#tmp_shisetsu_area {
	border:1px solid #CCCCCC;
	color:inherit;
	padding:0 0 15px 15px;
	background-color:#FDFEFF;
	margin:0 0 20px 0;
}
#tmp_shisetsu_area ul {
	list-style:none;
	list-style-image:none;
	font-size:0.1%;
	line-height:0.1;
	margin:0 0 0 60px;
}
#tmp_shisetsu_area ul li {
	float:left;
	display:inline;
	width:230px;
	margin:15px 60px 0 0;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link_cnt:after,
#tmp_contents div.box_menu_cnt:after,
#tmp_contents .box_photo:after,
.pnavi:after,
#tmp_contents .box_ev_genre:after,
#tmp_mayor_msg_ttl:after,
#tmp_shisetsu_area ul:after,
#tmp_contents .box_field .field2_box:after,
#tmp_contents .box_field .field3_box: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_cnt,
*:first-child+html #tmp_contents div.box_link_cnt,
*:first-child+html #tmp_contents div.box_menu_cnt,
*:first-child+html #tmp_contents .box_photo,
*:first-child+html .pnavi,
*:first-child+html .ttl_mayor,
*:first-child+html #tmp_mayor_msg_ttl,
*:first-child+html #tmp_shisetsu_area,
*:first-child+html #tmp_contents .box_field .field2_box,
*:first-child+html #tmp_contents .box_field .field3_box {
	min-height:1%;
}
/* for IE6.0 */
* html #tmp_contents #tmp_contents div.outline,
* html #tmp_contents #tmp_contents div.box_info_cnt,
* html #tmp_contents #tmp_contents div.box_link_cnt,
* html #tmp_contents #tmp_contents div.box_menu_cnt,
* html #tmp_contents .box_photo,
* html .pnavi,
* html .ttl_mayor,
* html #tmp_mayor_msg_ttl,
* html #tmp_shisetsu_area,
* html #tmp_contents .box_field .field2_box,
* html #tmp_contents .box_field .field3_box {
	height:1%;
}
/* ==================================================
print
================================================== */
@media print {
#tmp_wrapper4,
#tmp_footer3 {
	width:100%;
}
#tmp_wrapper3 {
	height:auto !important;
	min-height:0 !important;
}
#tmp_header {
	margin-bottom:10px;
	padding-bottom:10px;
	color:#000000;
	background-color:#FFFFFF;
	border-bottom:1px solid #000000;
}
.format_free .column_lnavi .wrap_col_main {
	margin-right:0 !important;
}
.format_free .col_main {
	padding-right:0 !important;
}
.format_free #tmp_contents {
	padding:0 0 15px 0;
}
#tmp_footer {
	margin-top:10px;
	padding-top:10px;
	color:#000000;
	background-color:#FFFFFF;
	border-top:1px solid #000000;
}
#tmp_means,
#tmp_gnavi,
#tmp_snavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
#tmp_fnavi,
.plugin,
#tmp_feedback,
#tmp_faq,
#tmp_inquiry .inquiry_btn {
	display:none;
}
body,
#tmp_wrapper,
#tmp_wrapper2,
#tmp_wrapper3,
#tmp_pankuzu,
#tmp_wrap_main,
#tmp_footer,
#tmp_footer2,
#tmp_footer3 {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_wrap_main {
	padding:0 10px !important;
}
/* for IE7.0 */
*:first-child+html h1,
*:first-child+html h2,
*:first-child+html h3,
*:first-child+html h4,
*:first-child+html h5,
*:first-child+html h6,
*:first-child+html #tmp_news,
*:first-child+html #tmp_inquiry,
*:first-child+html #tmp_faq #tmp_faq_ttl {
	min-height:1%;
}
/* for IE6.0 */
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6,
* html #tmp_news,
* html #tmp_inquiry,
* html #tmp_faq #tmp_faq_ttl {
	height:1%;
}
}

