body,td,th {
	font-size: small;
	margin:0;
	word-break: break-all;
}
body{
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}
a:link {
	color: #0066cc;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6699cc;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
h1, h2, h3, h4, h5, h6, p{
	margin:0;
	padding:0;
}
/*---------------------------------------- layout --*/
#wrapper{
	width:800px;
	margin:0 auto;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	background-color:#FFFFFF;
	background-image: url(images/bg_main.gif);
}
#header{
	margin:0;
	padding:45px 20px 10px;
	background-image:url(images/bg_header.gif);
	background-repeat:repeat-x;
	height: 55px;
}
#contents{
	margin:0;
	padding:0;
	height: 100%;
}
#main{
	padding:15px 10px 20px;
	width:580px;
	float:right;
}
#side{
	padding:15px 0 20px;
	width:200px;
	float:left;
}
#side1{
}
#side2{
}
#footer{
	text-align:center;
	clear:both;
}
/*---------------------------------------- header --*/
.siteTitle{}
.intoro{}
#header h1{
	font-size:large;
}
#header h1 a:link, #header h1 a:visited{
	text-decoration: none;
	color: #194b84;
}
#header h1 a:hover, #header h1 a:active{
	color: #194b84;
	text-decoration: underline;
}
#header p{
	margin:5px 0 0;
}
/*---------------------------------------- contents --*/
/*---------------------------------------- main --*/
/*---------------------------------------- entry --*/
.entry{
	margin:0 0 20px;
	padding:0;
}
.entryTitle{
	margin:0px;
	padding:5px 10px 5px;
	color:#FFFFFF;
	background-image:url(images/bg_midasi.gif);
	background-repeat:no-repeat;
}
.entryTitle a:link, .entryTitle a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.entryTitle a:hover, .entryTitle a:active{
	color: #FFFFFF;
	text-decoration: underline;
}
.entry h2{font-size: medium;}
.entryBody{
	padding:5px 10px 5px;
	line-height:1.5em;
	border:solid 1px #bbbbbb;
	border-top:none;
}
.entryBody p{
	margin:5px 0 5px;
}
.entryText{}
.moreLink{
	text-align:right;
}
.entryMore{}
.entryFooter{
	padding:5px;
	text-align:right;
	border-top:dotted 2px #CCCCCC;
}
.entryFooter ul{
	margin:0 -7px 0 0;
	padding:0;
}
.entryFooter li{
	margin:0;
	padding:1px 7px 1px;
	display:inline;
	list-style:none;
	border-left:solid 1px #CCCCCC;
}

/*---------------------------------------- topSpace --*/
#topSpace{
margin: 0 0 5px 0;
}

/*---------------------------------------- side --*/
.menu{
	margin:0 10px 20px;
	padding:0;
	background-color:#FFFFFF;
}
.menuTitle{
	margin:0;
	padding:5px 10px 5px;
	color:#FFFFFF;
	background-image:url(images/bg_menu.gif);
}
.menuTitle h3{font-size: small;}
.menuArea{
	padding:8px;
	border:solid 1px #bbbbbb;
	border-top:none;
}
.menuArea ul{
	margin:0;
	padding:0;
}
.menuArea li{
	margin:0;
	padding:0 0 4px 14px;
	list-style:none;
	background-image: url(images/icon.gif);
	background-repeat:no-repeat;
}

#rssButton{
	text-align:center;
}

#rssButton img{
border:none;
}

/*---------------------------------------- calendar --*/
table.calendarTable{
	margin:0 auto;
}
th.Week{
	padding:2px;
	background-color:#ededed;
}
th.sun{
	color:#FF0033;
	background-color:#ededed;
}
th.sat{
	color:#0000CC;
	background-color:#ededed;
}
.calendarTable td.calendarNavi, 
.calendarTable td.calendarNaviNow{
	text-align: center;
	border:none;
}
.calendarTable td{
	padding:2px;
	text-align: center;
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
}
td.dayLinked{}
td.dayCurrent{font-weight:bold;}
/*---------------------------------------- footer --*/
.copyright{
	padding:8px;
	color:#FFFFFF;
	background-image: url(images/bg_footer.gif);
	background-repeat:repeat-x;
}
