@charset "utf-8";
/*-----------------------------------------------------------
BACKGROUND
-----------------------------------------------------------*/
#back {
	width:940px;
	background:url(../images/c_back.png) repeat-y left top;
	margin:0 auto;
}

#container{
	width:938px;
	border-bottom:solid 1px #999;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
}
#left_contents{
	width:220px;
	float:right;
	margin:10px 0 12px 0;
}
#main{
	width:686px;
	float:right;
	margin:10px 10px 12px 14px;
	*margin:10px 5px 12px 14px;
}
/*-----------------------------------------------------------
HEAD
-----------------------------------------------------------*/
#head {
	height:179px;
	background:url(../images/menu_back2.jpg) no-repeat left bottom;
	clear:both;
}
#pan{
	margin:0 0 0 12px;
}
/*-----------------------------------------------------------
MENU
-----------------------------------------------------------*/
#menu {
	background:url(../images/menu_back.jpg) no-repeat left top;
	height:39px;
	clear:both;

}
#menu ul{
	float:right;
	margin:6px 2px 0 0;
	padding:0;
	width:817px;
	display:block;
}
#menu ul li{
	float:left;
	width:160px;
	margin-right:3px;
}
/*-----------------------------------------------------------
UNDER COLUM
-----------------------------------------------------------*/
#under_menu {
	clear:both;
	text-align:center;
	padding:10px 0;
}
#copy{
	clear:both;
	text-align:center;
	padding:12px 0;
}
/*-----------------------------------------------------------
SEARCH
-----------------------------------------------------------*/
#search {
	width:170px;
	position:absolute;
	top:47px;
	right:15px;
	z-index: 4;
}
#search input{
	float:left;
}
#search_btn {
	float:left;
}
#module_input {
	width:150px;
	background:#FFFFFF;
	border:solid 1px #666;
	padding:1px 2px;
	margin:0 5px 0 0;
	float:left;
}
/*-----------------------------------------------------------
LEFT CONTENTS
-----------------------------------------------------------*/
#left_contents h3{
	background:url(../images/l_mback.gif) no-repeat center top;
	color:#FFFFFF;
	padding:3px 0;
	text-align:center;
	margin-bottom:10px;
}
#left_contents div{
	margin-bottom:12px;
}
#left_contents img{
	text-align:center;
	display:block;
	margin:0 auto 10px auto;
}
#left_contents #record_resent li,#left_contents #record_past li{
	margin-bottom:4px;
}
#left_contents #record_past{
	margin:0 auto;
	width:128px;
}
/*-----------------------------------------------------------
CALENDAR
-----------------------------------------------------------*/
#calendar {
    margin: 5px 0 10px;
    color: #444444;
}
.calendarhead {
    padding-bottom: 5px;
	text-align:center;
    letter-spacing: 0.2em;
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    text-align: center;
    line-height: 120%;
}
.today {
    display: block;
    border: 1px solid #444444;
}
#calendar td a{
	font-weight:bold;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}
