@charset "UTF-8";

/*
	content div
*/

div.conBox{
    margin: 0 0 20px;
    width: 560px;
    clear: both;
}
div.conBox .imgr{
    width: 200px;
    float: right;
}
div.conBox .imgl{
    width: 200px;
    float: left;
}

div.conBox .textr{
    width: 340px;
    float: right;
    text-align: justify;
}
div.conBox .textl{
    width: 340px;
    float: left;
    text-align: justify;
}



table#cal,
table#cal th,
table#cal td{
	text-align:center;
}

table#cal{
	width:100%;
}

table#cal th.sunnyday{
	background-color:#FFECEC;
}

table#cal th.sat{
	background-color:#ECF2F9;
}


table#cal td{
	width:14%;
}

.deban,
.akeban,
.koukyuu{
	padding:7px 5px;
	font-weight:bold;
}
.deban,
.akeban{
	vertical-align:top;
}

.deban{
	height:50px;
	background-image:url(../img/cal_de.jpg);
	background-repeat:no-repeat;
	background-position:center 90%;
}

.akeban{
	height:50px;
	color:#003399;
	background-image:url(../img/cal_ake.jpg);
	background-repeat:no-repeat;
	background-position:center 90%;
}

.koukyuu{
	color:#FF0000;

}

#certification{
	text-align:center;
}

#woman_entry{
	display:block;
	margin:0 auto;
	border-radius:10px;
	background-color:#FF7F28;
	color:#FFF;
	width:300px;
	text-align:center;
	padding:10px;
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
}