@charset "utf-8";

body, table, th, td, h1, h2, h3, h4, h5, h6 {
	line-height: 130%;
	font-size: small;
	_font-size: x-small;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ol {
	margin-left: 2.0em;
	*margin-left: 2.5em;
}

ul {
	margin-left: 1.2em;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #f2faf8;
	color: #666666;
}

a:link, a:visited {
	color: #fc6f23;
	text-decoration: underline;
}
a:hover, a:active {
	color: #fc6f23;
	text-decoration: none;
}

.ro {
	/* ----- */
}

.blank {
	/* ----- */
}


/* clerfix ----- */
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix { display: inline-block; }
/* no ie mac \*/
* html .clearfix { height: 0.1%; }
.clearfix { display: block; }
/* */
/* for IE7 */
*:first-child+html .clearfix { display: inline-block; }
/* ----- clerfix */


.txOrange {
	color: #fc6f23;
}




/* side1 ---------------------------------------- */

.sideCalenderSection {
	margin-bottom: 20px;
}
.sideCalenderOuter {
	border: 2px solid #2eceae;
	width: 196px;
	_width: 200px;
}
.sideCalender {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	width: 100%;
}
.sideCalender .today {
	font-weight: bold;
	color: #2eceae;
}

.sideCalender caption {
	background: #2eceae;
	margin: 0px;
	padding: 4px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.sideCalender caption span {
	padding: 0px 1.0em;
	color: #666666;
}
.sideCalender caption a:link, .sideCalender caption a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.sideCalender caption a:hover, .sideCalender caption a:active {
	color: #ffffff;
	text-decoration: none;
}

.sideCalender th, .sideCalender td {
	padding: 4px 4px;
	text-align: center;
	vertical-align: middle;
	font-size: 84%;
}
.sideCalender th {
	font-weight: bold;
	border: 1px solid #ffffff;
	border-bottom: none;
	border-left: none;
	background: #ffffff;
	color: #a54b1b;
}
.sideCalender td {
	border: 1px solid #b4ede2;
	border-bottom: none;
	border-left: none;
	background: #e3f8f4;
}





























