@charset "utf-8";

@import url("../css/base.css");




/* headlineEvent*/

#bgCalendar{ padding-bottom:10px;}

#bgCalendar table{

font-size:12px;	margin-top: 0;

	margin-bottom: 0;

	width: 100%;
	text-align:center;
	padding: 0px;
	width:195px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;

}
#bgCalendar td{
	width:25px;
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding: 3px;
	
}

#bgCalendar td a{
	color: #2478D0;
}



#bgCalendar th{
	padding: 5px;

}
#bgCalendar th a{
	color: #2478D0;
text-decoration: none;
display:block;
}

#bgCalendar .Week{
	color: #000000;
	font-size: 10px;
	background-color: #DDDDDD;
		border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#bgCalendar #calendarMonth{ text-align:center; 	color: #2478D0; padding-bottom:5px; font-size:12px;}
#bgCalendar #calendarMonth a{
	color: #2478D0;
	font-size:15px;
	font-weight: bold;
	text-decoration: none;
}


.blogColumn .title{
	font-weight: bold;
	background: url(../img/common/dot_x_blue.gif) repeat-x bottom #F4F1EB;
	;
	margin-bottom:20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.blogColumn .title h2{color: #2478D0;}
.trackBack{	text-align: right; font-size:85%; padding:10px 0; margin-top:20px;}
.trackBack a{
	color: #2478D0;
}
.pageTop{
	background-image: url(../img/common/dot_x_blue.gif);
	background-repeat: repeat-x;
	text-align: right;
	padding:10px 0;
}