@charset "UTF-8";
/*header*/
#header {
	background: url(img/titlebg.jpg) no-repeat center top;
}
/*tab*/
#tab {
	width: 760px;
	height: 40px;
	background: url(img/tabbg.gif) no-repeat right top;
}
#tab li {
	width: 280px;
	height: 30px;
	overflow: hidden;
	float: left;
	text-align: center;
}
#tab li a {
	width: 280px;
	height: 30px;
	display: block;
	line-height: 100%;
	letter-spacing: 1px;
	padding-top: 10px;
}
#tab #tab1 a {
	background: url(img/caltab.gif) no-repeat left top;
}
#tab #tab2 a {
	background: url(img/nextmonth.gif) no-repeat left top;
}
/*area*/
#data1 {
	z-index:2;
	width: 760px;
	height: 220px;
	clear: both;
	background: url(img/calbg.gif) no-repeat center bottom;
	margin-bottom: 20px;
}
#data2 {
	z-index:1;
	width: 760px;
	height: 220px;
	clear: both;
	background: url(img/calbg.gif) no-repeat center bottom;
	margin-bottom: 20px;
}
/*calendar*/
.calendar {
	float: left;
	margin-left: 20px;
	width: 210px;
	padding-bottom: 10px;	/*height: 200px;*/
}
.calendar th {
	border-bottom: 2px solid #c0c9c9;
	text-align: center;
	font-size: 83%;
	width: 30px;
	height: 20px;
}
.calendar th.sun {
	border-bottom: 2px solid #FF6666;
	color: #FF6666;
}
.calendar th.sat {
	border-bottom: 2px solid #3399CC;
	color: #3399CC;
}
.calendar td {
	border-bottom: 1px solid #d0d9d9;
	text-align: center;
	font-size: 83%;
	width: 30px;
	height: 27px;
}
.calendar td.event {
	background: url(img/event.gif) no-repeat center top;
}
.calendar td.mark {
	border-bottom: 0px none;
	width: 210px;
	height: 15px;
	font-size: 76%;
	text-align: left;
	line-height: 1.2em;
	padding-top: 3px;
}
.calendar td.mark span {
	color: #ff9999;
}
/*recent*/
.recent {
	width: 470px;
	_width: 460px;
	height: 180px;
	float: left;
	margin-left: 35px;
	margin-top: 10px;
	overflow: auto;
}
.recent li {
	width: 440px;
	_width: 430px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #c0c9c9;
}
.recent li a {
	color: #933366;
	font-size: 117%;
	font-weight: bold;
}
.recent li span {
	color: #606969;
	font-size: 83%;
	padding-left: 1em;
	font-weight: normal;
}
/*topic*/
.topic {
	width: 760px;
	margin-top: 10px;
	background: url(img/topicbg.gif) repeat-y center;
	overflow: hidden;
}
h4 {
	width: 760px;
	text-align: center;
	font-size: 117%;
	font-weight: bold;
	color: #DD4488;
	background: url(img/topichead.gif) no-repeat center top;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
}
h5 {
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 100%;
	font-weight: bold;
	color: #DD4488;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 5px;
}
.topic p {
	margin-left: 30px;
	line-height: 140%;
	margin-right: 0px;
	margin-top: 4px;
}
.topic .imagePhoto {
	float: right;
	margin-right: 1px;
	margin-left: 30px;
	margin-bottom: 10px;
}
.topic .date {
	line-height: 130%;
	padding-top: 0px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	color: #933366;
	font-weight: bold;
	font-size: 83%;
}
.topic .date2 {
	line-height: 130%;
	padding-top: 0px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	color: #DD4488;
	font-weight: bold;
	font-size: 83%;
}
.topic .contact {
	background: url(img/contact.gif) no-repeat left center;
	text-indent: 65px;
	line-height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	clear: both;
}
.topic .contact a.goform {
	background: url(img/arrow.gif) no-repeat left center;
	padding-left: 20px;
	margin-left: 5px;
}
.topic dl {
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 30px;
}
.topic dt {
	font-weight: bold;
	color: #CC6600;
	font-size: 117%;
}
.topic dt span {
	font-weight: normal;
	color: #663300;
	font-size: 72%;
	margin-left: 1em;
}
.topic dd {
	padding-bottom: 8px;
}
/*gotop*/
.topic p.gotop {
	margin-left: 0px;
	width: 760px;
	height: 35px;
	background: url(img/gotopbg.gif) no-repeat center bottom;
	clear: both;
}
.gotop a {
	display: block;
	float: right;
	margin-right: 25px;
}
.gotop a img {
	display: block;
}
