@charset "utf-8";
/*=============================================================
 BASE Layout
=============================================================*/
/* header
-------------------------------------------------------------*/
body#home div#header{
	height:55px;
	top:0px;
	position:fixed;
	position:absolute !important;
}
#header-block{
	background:url(../shared/img/hdr_bg.png) repeat-x left top;
}
#search-area .cLeft{
	background:url(../img/hdr_bg_search.gif) no-repeat left top;
}
#search-area .cLeft p{
	background:#fff;
	height:20px;
}

/* page-body
-------------------------------------------------------------*/
#page-body{
	padding-top:0;
	position:relative;
}

/* swf-area
-------------------------------------------------------------*/
#swf-area{
	min-width:900px;
	height:395px;
}
#swf-area div{
	padding-top:100px;
}
#swf-area p{
	line-height:160%;
	padding-top:20px;
}

/* global-area
-------------------------------------------------------------*/
#global-area{
	height:43px;
	padding-bottom:24px;
	position:relative;
	left:-8px;
	z-index:111;
}

/*=============================================================
 HOME Contents Layout
=============================================================*/

/* contents
-------------------------------------------------------------*/
#contents{
	float:left;
	width:608px;
}

/* top-main-box
-------------------------------------------------------------*/
#top-main-box{
	background:#f0edeb url(../img/bg_box_top.gif) no-repeat left top;
	margin-bottom:10px;
	padding-top:18px;
}
#top-main-box-inr{
	background:#f0edeb url(../img/bg_box_btm.gif) no-repeat left bottom;
	width:572px;
	padding:0 18px 8px;
}

/* calendar-area
-------------------------------------------------------------*/
#calendar-area{
	background:#fff url(../img/bg_calendar_area.gif) no-repeat left bottom;
}
/* calendar-nav */
#calendar-nav{
	background:#999;
	height:22px;
	position:relative;
	overflow:visible;
}
#calendar-nav h2{
	font-size:123.1%;
	line-height:110%;
	color:#fff;
	text-align:center;
	padding:3px 24px 0;
}
#calendar-nav .prev{
	position:absolute;
	top:0;
	left:0;
}
#calendar-nav .next{
	position:absolute;
	top:0;
	right:0;
}
/* calendar-table */
#calendar-area table.calendar-table{
	width:252px;
}
#calendar-area table.calendar-table tr{
}
#calendar-area table.calendar-table th,
#calendar-area table.calendar-table td{
	background:url(../shared/img/bg_line_dot_x.gif) repeat-x left bottom;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
	width:36px;
}
#calendar-area table.calendar-table th{
	font-size:85%;
	height:22px;
}
#calendar-area table.calendar-table td{
	font-size:138.5%;
	height:36px;
}
#calendar-area table.calendar-table .sunday{
	color:#e4007f;
}
#calendar-area table.calendar-table .free{
	background-color:#f8c7be;
}
#calendar-area table.calendar-table .freeandevent{
	background-color:#f8c7be;
}
#calendar-area table.calendar-table .close{
	background-color:#d3edfb;
}
#calendar-area table.calendar-table .event{
	background-color:#ffffff;
}
/* calendar-popup */
#calendar-popup{
	background:#fff;
	text-align:left;
	width:200px;
	padding:18px 25px;
	border:1px solid #d9d6d5;
	position:absolute;
	display:none;
	-moz-box-shadow:5px 5px 5px rgba(0,0,0,0.3);/* for Firefox */  
	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.3);/* for Safari,Chrome */
	box-shadow:5px 5px 5px rgba(0,0,0,0.3);  
}
#calendar-popup h3,
#calendar-popup p{
	font-size:100%;
	line-height:150%;
	font-weight:normal;
}
/* calendar-exp */
#calendar-exp ul li{
	background:url(../img/m_sq_gray.gif) no-repeat left 4px;
	padding-left:13px;
	line-height:170%;
}
#calendar-exp li.pink{
	background-image:url(../img/m_sq_pink.gif);
}
#calendar-exp li.blue{
	background-image:url(../img/m_sq_blue.gif);
}
#calendar-exp li.white{
	background-image:url(../img/m_sq_white.gif);
}
#calendar-exp .list-disc li{
	background:none;
	padding-left:0;
}

/* right-menu
-------------------------------------------------------------*/
#right-menu{
	float:right;
	width:242px;
}
/* site-menu */
#right-menu ul.site-menu{
	border-top:1px solid #ddd;
}
#right-menu ul.site-menu li{
	border-bottom:1px solid #ddd;
}


#home #ftr-area-inner #ftr-nmao{
	width:127px;
	height:92px;
	position:absolute;
	top:-92px;
	left:660px;
}

