body,td,th {
	font-size: small;
	margin:0;
	word-break: break-all;
}
body{
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#eeeeee;
}
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:870px;
	margin:0 auto;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	background-color:#FFFFFF;
}
#header{
	margin:0;
	padding:45px 200px 10px 50px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height: 95px;
	border-bottom:double 5px #999999;
	border-top:double 5px #999999;
}
#contents{
	margin:0;
	padding:15px 0 10px;
	height: 100%;
}
#main{
	padding:0 10px 0;
	width:470px;
	float:right;
}
#side{
}
#side1{
	width:190px;
	float:left;
}
#side2{
	width:190px;
	float:right;
}
#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 25px;
	padding:0;
	border-top:double 5px #bbbbbb;
}
.entry h2{
	font-size:small;
	margin:5px;
}
.entryTitle{
	margin:5px 0 0 5px;
	padding:0 10px 5px 24px;
	border-bottom:dashed 1px #CCCCCC;
	font-size: medium;
	background-image: url(images/icon.gif);
	background-repeat:no-repeat;
}

.entryTitle a:link, .entryTitle a:visited{
	text-decoration: none;
	color: #194b84;
}
.entryTitle a:hover, .entryTitle a:active{
	text-decoration: underline;
	color: #194b84;
}
.entryBody{
	padding:5px 0 5px;
	line-height:1.5em;
}
.entryBody p{
	margin:5px 20px 5px;
}
.entryText{}
.moreLink{
	text-align:right;
}
.entryMore{}
.entryFooter{
	padding:10px;
	text-align:right;
	border-bottom:double 5px #bbbbbb;
	border-top: dashed 1px #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{
	padding:0;
	background-color:#FFFFFF;
}
.menuTitle{
	margin:0 5px 0 7px;
	padding:10px 15px 5px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	height: 23px;
}
.menuTitle h3{font-size: small;}
.menuArea{
	padding:0 5px 5px;
	margin: 0 10px 20px;
}
.menuArea ul{
	margin:0;
	padding:0;
}
.menuArea li{
	margin:0;
	padding:2px 0 7px 20px;
	list-style:none;
	background-image: url(images/icon2.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;
	font-size:11px;
	font-weight:normal;
}
th.sun{
	color:#FF0033;
	background-color:#ededed;
	font-size:11px;
	font-weight:normal;
}
th.sat{
	color:#0000CC;
	background-color:#ededed;
	font-size:11px;
	font-weight:normal;
}
.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;
	font-size:11px;
}
td.dayLinked{}
td.dayCurrent{font-weight:bold;}
/*---------------------------------------- footer --*/
.copyright{
	padding:8px;
	border-top:double 5px #999999;
	background-color: #dde4ef;
}
