@charset "utf-8";
/* CSS Document */

/*========================  ¥Õ¥Ã¥¿¡¼  ========================*/

.footer_left {
	width:450px; 
	float:left;
}

.footer_right {
	width:450px; 
	float:right;
}

#footer h3 {
	border-bottom:1px solid #ddd; 
	font-size:1.5em; 
	line-height:1.5em;
}

#footer h3 span {
	color:#2B5FAA;
}

#footer ul.footer_left {
	list-style-position:inside; 
	width:210px; 
	float:left;
}

#footer ul.footer_right {
	list-style-position:inside; 
	width:210px; 
	float:right;
}

.footer_contents {
	padding:10px; 
	font-size:0.9em; 
	line-height:2em;
}
/*--------------- CALENDAR ---------------*/

div#calendar_footer {
	position: relative;
}

div#calendar_footer h2 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

div#calendar_footer div.date {
	float: left;
	margin-bottom: 10px;
	width: 182px;
	padding: 15px 9px 5px 9px;
	border:1px solid #CCC;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div#calendar_footer div.date:nth-of-type(1) {
	margin-right: 15px;
}

div#calendar_footer div.date h3 {
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

div#calendar_footer div.date table {
	width: 100%;
}

div#calendar_footer div.date th {
	text-align: center;
	font-weight: bold;
	width: 26px;
}

div#calendar_footer div.date td {
	width: 26px;
	height: 26px;
	border-top: 1px solid #b9b9b9;
	text-align: center;
	vertical-align: middle;
}

div#calendar_footer div.date td.holiday {
	color: #e60012;
	font-weight: bold;
}


.widthBase {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.underNav {
    background-color: #FF6634;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	height: 60px;
	padding-top: 5px;
}

.underNav ul li:first-child {
	margin-top: 0px;
}

.pagetop {
    bottom: 30px;
    display: none;
    position: fixed;
    right: 55px;
}

.pagetop a {
    display: block;
}

@media all and (-ms-high-contrast:none){/* IE hack */
  div#calendar_footer div.date td.holiday2:after {
	  top: 1px;
  }
}

div#calendar_footer p {
	margin-bottom: 20px;
	font-size: 84%;
}

.footer_comment {
	text-indent:-1em; 
	margin-left:1em;
	font-size:0.9em; 
	margin-bottom:10px;
}