/* CSS Document */
#header{
	background:#009900;
	height:100px;
	width:1200px;
	}

#h_left{
	background:url(../img/title.gif);
	float:left;
	height:70px;
	width:300px;
	}

#h_right{
	background:url(../img/title_image.jpg);
	float:left;
	height:100px;
	width:800px;
	margin:-70px 0px 0px 400px;
	}

#wrapper{
	background:;
	height:800px;
	width:1200px;
	}

#left{
	background:;
	height:600px;
	width:200px;
	float:left;
	margin:30px 0 0 0;
	}
	
#right{
	background:;
	height:600px;
	width:700px;
	float:left;
	margin:30px 0 0 30px;
	}
	
#sub_menu{
	height:50px;
	width:500px;
	border-bottom:2px #663333 solid;
	}

table#menu{
	width:120px;
	background:url(../img/menu_back.gif) repeat-y 0 100%;
	}

#menu td{
	border-bottom:2px #666633 solid;
	border-right:2px #666633 solid;
	color:#FFFFFF;
	text-align:center;
	height:35px;
	}

table#cal{
	font-size:12px;
	width:500px;
	background:url(../img/cal_back.gif);
	color:#663333;
	}

#cal th{
	border-bottom:3px #663333 solid;
	color:;
	}
#cal td{
	border-bottom:2px #663333 solid;
	color:;
	text-align:center;
	height:35px;
	}
#month{
	font-size:18px;
	color:#663333;
	font-style:italic;
	}
#title{
	font-size:24px;
	color:#009900;
	}
#sub_title{
	font-size:16px;
	color:#663333;
	}
a.memu{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#FFFFFF;
	}
