@charset "utf-8";

#tmp_contents h1 {
	margin:20px 0px 12px 0px; 
	padding:6px 10px 8px 0px;
	font-size:1.2em;
	border-top:solid 1px #000000;
	background-image:url(/shared/templates/free/images/h1_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:inherit;
}#tmp_contents h1 img {
	margin-right:10px;
	vertical-align:middle;
}
#tmp_contents h2 {
	margin-bottom:12px;
	padding:4px 16px;
	background-image:url(/shared/templates/free/images/h2_icon.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#E2E2E2;
	border-bottom:solid 1px #989898;
	border-right:solid 1px #989898;
	color:#000000;
}
#tmp_contents h3 {
	margin-bottom:10px;
	padding:5px;
	border-top:solid 1px #D6DADD;
	border-left:solid 1px #D6DADD;
	border-right:solid 1px #D6DADD;
	border-bottom:solid 2px #D6DADD;
}
#tmp_contents h4 {
	margin-bottom:10px; 
	padding:3px 10px 3px 25px;
	background-image:url(/shared/templates/free/images/icon_h4.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#tmp_contents p {
	margin-bottom:10px;
}
#tmp_contents .group_box p {
	padding:0px 5px;
}
#tmp_contents table {
	margin-bottom:10px;
}
#tmp_contents td {
/*	background-color:#FFFFFF;*/
	color:#000000;
}
#tmp_contents td.yellow {
	background-color:#FFFFCD;
	color:#000000;
}
#tmp_contents th {
	background-color:#FFFF9B !important;
	color:#000000;
}
/* bgcolor */
td.bg_red,
th.bg_red {
	background-color:#FCECEC;
	color:inherit;
}
td.bg_yellow,
th.bg_yellow {
	background-color:#FBFBDF;
	color:inherit;
}
td.bg_blue,
th.bg_blue {
	background-color:#EBF9FC;
	color:inherit;
}
td.bg_gray,
th.bg_gray {
	background-color:#E9E9E9;
	color:inherit;
}
td.bg_green,
th.bg_green {
	background-color:#EDFBEE;
	color:inherit;
}
td.bg_purple,
th.bg_purple {
	background-color:#EDE9FA;
	color:inherit;
}
.box_black {
	border:solid 1px #000000;
	margin:1em;
	padding:10px;
	clear:both;
}
.box_red {
	border:solid 1px #FF0000;
	margin:1em;
	padding:10px;
	clear:both;
}
.indent {
	text-indent: 1em;
}
.color_red {
	color:#FF0000;
}
.color_blue {
	color:#0000FF;
}
.big {
	font-size:120%;
}
.small {
	font-size:80%;
}
/*::::: cms :::::::::::::::*/
#tmp_contents div.section,
#tmp_contents blockquote {
	margin:0px 0px 0px 1em;
}
/* ==================================================
parts
================================================== */
/* outline
============================== */
#tmp_contents div.outline {
	clear:both;
	margin:0 0 0.8em;
	padding:10px;
	color:inherit;
	background-color:#EAF0F4;
	border:1px solid #B6C1C9;
}
* html #tmp_contents div.outline {
	width:100%;
}
#tmp_contents .outline p {
	margin:0;
}
#tmp_contents .outline ul {
	margin-left:2.5em;
	margin-bottom:0;
}
#tmp_contents .outline ol {
	margin-left:2.5em;
	margin-bottom:0;
}
#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 1.5em;
}
/* col2
============================== */
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:right;
}
/*::::: class :::::::::::::::*/
/* text */
.underline {
	text-decoration:underline;
}
.strike {
	text-decoration:line-through;
}
.txt_red {
	color:#FF0000;
	background:inherit;
}
.txt_blue {
	color:#0000FF;
	background:inherit;
}
.txt_white {
	color:#DDDDDD;
	background:inherit;
}
.space_lft1 {
	padding-left:1em;
}
.txt_big {
	font-size:140%;
}
.txt_small {
	font-size:80%;
}
/* image */
.float_rgt {
	clear:both;
	float:right;
	margin-left:20px !important;
	margin-bottom:10px !important;
}
.float_lft {
	clear:both;
	float:left;
	margin-right:20px !important;
	margin-bottom:10px !important;
}
.clear {
	clear:both;
}
/* noicon */
ul.noicon {
	list-style:none !important;
	list-style-image:none !important;
	padding-left:1.5em !important;
	text-indent:-1.5em !important;
}
ul.noicon ul,
ul.noicon ol {
	text-indent:0px;
}
/* event
============================== */
#tmp_contents .photo_box {
	width:100%;
}
#tmp_contents .wrap_photo_box_txt {
	width:100%;
	float:left;
	margin-right:-220px;
}
#tmp_contents .photo_box_txt {
	margin-right:220px;
}
#tmp_contents .photo_box_img {
	float:right;
	width:200px;
}
#tmp_contents #tmp_gmap_box {
	margin-bottom:10px;
	height:400px;
	border:1px solid #CCCCCC;
}
/* calendar */
#tmp_event_cal {
	margin:0 10px;
	padding:25px 0 8px 0;
	background:#FFFFFF url(/shared/templates/free/images/event/event_cal_bg.gif) no-repeat left top;
}
#tmp_event_cal_ttl {
	padding:0 8px;
}
#tmp_event_cal_cnt {
	padding:0 8px;
	clear:both;
	position:relative;
}
#tmp_event_year {
	float:left;
}
#tmp_event_month {
	float:left;
}
#tmp_event_cal table {
	color:inherit;
	margin-bottom:7px;
	background-color:#FFFFFF;
	line-height:1.6;
}
#tmp_event_cal table,
#tmp_event_cal table td,
#tmp_event_cal table th {
	border:1px solid #79A2E0;
	border-collapse:collapse;
	border-spacing:0;
	background:#FFFFFF none;
}
#tmp_event_cal table td.bgcolor {
	color:inherit;
	background-color:#E6F0F9;
}
#tmp_event_cal table td a {
	color:#000000;
	display:block;
}
#tmp_event_cal table td a.today {
	color:inherit;
	font-weight:bold;
	background-color:#FFFFCC;
}
#tmp_event_cal table td.sun a {
	color:#CC0000;
}
#tmp_event_cal table td.sat a {
	color:#3333CC;
}
#tmp_cal_navi {
	clear:both;
	list-style:none;
	margin:3px 0;
	padding:0;
}
#tmp_cal_navi li {
	float:left;
}
#tmp_cal_navi .prev {
	padding:0 6px 0 12px;
	border-right:1px solid #0F46C8;
}
#tmp_cal_navi .next {
	padding:0 0 0 6px;
}
#tmp_cal_navi .list {
	float:right;
}
#tmp_cal_navi .prev a {
	display:inline-block;
	margin:0 0 0 -12px;
	padding:0 0 0 12px;
	background:url(/shared/templates/free/images/event/event_cal_prev.gif) no-repeat left center;
}
#tmp_cal_navi .next a {
	display:inline-block;
	padding:0 12px 0 0;
	background:url(/shared/templates/free/images/event/event_cal_next.gif) no-repeat right center;
}
#tmp_contents #tmp_event_contents ul {
	list-style-image:url(/shared/templates/free/images/event/event_list_icon.gif);
}
#tmp_contents #tmp_event_contents ul li {
	margin-bottom:0.3em;
}
#tmp_event_contents .col2 p {
	margin:0 !important;
}
#tmp_event_contents .col2L a {
	padding-left:20px;
	background:url(/shared/templates/free/images/event/event_icon_prev.gif) no-repeat left center;
}
#tmp_event_contents .col2R a {
	padding-right:20px;
	background:url(/shared/templates/free/images/event/event_icon_next.gif) no-repeat right center;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_cal_navi:after,
div.col2:after,
#tmp_contents .photo_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_cal_navi,
*:first-child+html div.col2,
*:first-child+html #tmp_contents .photo_box {
	min-height:1%;
}
/* for IE6.0 */
* html #tmp_cal_navi,
* html div.col2,
* html #tmp_contents .photo_box {
	height:1%;
}
