@charset "utf-8";
/*-------------------------------------------------
	announceBox
-------------------------------------------------*/
#announceBox{
	clear:both;
	margin-bottom:30px;
	overflow:visible;
	height:100%;
}
#announceBox TABLE{
	width:590px;
	margin-left:20px;
	padding-bottom:15px;
}
#announceBox TABLE TH,
#announceBox TABLE TD{
	text-align:left;
	vertical-align:middle;
	padding:5px 0px;
	background:url(../img/bgDot.gif) repeat-x left bottom;
	line-height:140%;
}
#announceBox TABLE TH{
	width:100px;
}
#modifyBox{
	background:#f5f2ee;
	width:630px;
	margin-top:20px;
}
#modifyBox a:link,
#modifyBox a:visited{
	color:#995566;
	text-decoration:underline;
}
#modifyBox a:hover{
	color:#994455;
	text-decoration:none;
}
#scheduleBox{
	background:#eef5ee;
	width:630px;
	margin-top:20px;
}
#scheduleBox TH {
	color: #776655;
	font-weight: bold;
}
#scheduleBox .dayCell {
	width:72px;
	text-align: right;
	padding-right:20px;
}
#scheduleBox .scheduleCell {
	width:140px;
}
#scheduleBox .wSat {
	color: #336699;
}
#scheduleBox .wSun {
	color: #993333;
}
#scheduleBox td a {
	color: #994444;
	text-decoration: underline;
}
#scheduleBox td a:hover {
	color: #cc6666;
	text-decoration: none;
}


/*-------------------------------------------------
	soBox
-------------------------------------------------*/
#soBox {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 2px dotted #dcb;
}
#soBox li {
	height: 60px;
	margin-bottom: 5px;
}

/*-------------------------------------------------
	bnrBox
-------------------------------------------------*/
#bnrBox {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #dcb;
}
#bnrBox h3 {
	height: 70px;
	margin-bottom: 5px;
}


/*-------------------------------------------------
	linksBox
-------------------------------------------------*/
#linksBox {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #dcb;
}
#linksBox h3 {
	height: 132px;
	margin-bottom: 5px;
}


/*-------------------------------------------------
	underBoxTop
-------------------------------------------------*/
/*
#underBoxTop{
	clear:both;
	background:url(../img/bgUnderBoxTop.gif) repeat-y left top;
	margin-bottom:30px;
	overflow:visible;
	height:100%;
}
#underBoxTop TABLE{
	width:370px;
	margin-left:20px;
}
#underBoxTop TABLE TH,
#underBoxTop TABLE TD{
	text-align:left;
	vertical-align:top;
	padding:5px 0px;
	background:url(../img/bgDot.gif) repeat-x left bottom;
	line-height:140%;
}
#underBoxTop TABLE TH{
	width:100px;
}
#modifyBox{
	width:410px;
	float:left;
	margin-bottom:20px;
}
#modifyBox a:link,
#modifyBox a:visited{
	color:#995566;
	text-decoration:underline;
}
#modifyBox a:hover{
	color:#994455;
	text-decoration:none;
}
#scheduleBox{
	width:410px;
	float:right;
	margin-bottom:20px;
}
#scheduleBox TH {
	color: #776655;
	font-weight: bold;
}
#scheduleBox .wSat {
	color: #336699;
}
#scheduleBox .wSun {
	color: #993333;
}
#scheduleBox td a {
	color: #994444;
	text-decoration: underline;
}
#scheduleBox td a:hover {
	color: #cc6666;
	text-decoration: none;
}
*/
