body,td,th {
	font-size: small;
	margin:0;
	word-break: break-all;
}
a:link {
	color: #595E61;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color: #595E61;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
h1, h2, h3, h4, h5, h6, p{
	margin:0;
	padding:0;
}
h1 {
	padding-left:10px;
	padding-top:5px;
	font-size:50px;
}

h2 {
	color: #595E61;
}

h1 a:link {
	color: #fff;
	text-decoration:none;	
}

h1 a:visited {
	text-decoration:none;
	color: #fff;
}

h1 a:hover {
	text-decoration: underline;
	color: #000;
}

h3 a:link {
	color: #fff;
	text-decoration:none;	
}

h3 a:visited {
	text-decoration:none;
	color: #fff;
}

h3 a:hover {
	text-decoration: underline;
	color: #fff;
}
/*---------------------------------------- layout --*/
#wrapper{
	width:800px;
	margin:0 auto;
	border-left:solid 2px #52402D;
	border-right:solid 2px #52402D;
	background:url(./images/wrap.gif) repeat-y left;
}
#header{
	height:150px;
	margin:0 0 20px 0;
	padding:5px 25px 0px;
	background:url(./images/header.gif) no-repeat;
}

#header p {
	padding-left:12px;
}


#contents{
	margin:0;
	padding:0;

}
#main{
	padding:0px 10px 20px;
	width:580px;
	float:right;
}
#side{
	padding:0px 0px 20px;
	width:200px;
	float:left;
}
#side1{
}
#side2{
}
#footer{
	text-align:center;
	clear:both;
}
/*---------------------------------------- header --*/
.siteTitle{}
.intoro{}
/*---------------------------------------- contents --*/
/*---------------------------------------- main --*/
/*---------------------------------------- entry --*/
.entry{
	margin:0 0 20px;
	padding:0;
	border:solid 1px #FBB197;
	background-color:#FFE3D9;
}
.entryTitle{
	margin:1px;
	padding:5px 10px 5px;
	background-color:#513608;
  font-color:#fff;
}
.entry h2{
	font-size: medium;
	margin: 5px;
}
.entryBody{
	padding:5px 10px 5px;
	line-height:1.5em;
}
.entryBody p{
	margin:5px 0 5px;
}
.entryText{}
.moreLink{
	text-align:right;
}
.entryMore{}

.entryFooter{
	padding:5px;
	text-align:right;
	border-top:dotted 2px #FBB197;
}
.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 #FBB197;
}
/*---------------------------------------- topSpace --*/
#topSpace{
margin: 0 0 5px 0;
}

/*---------------------------------------- side --*/
.menu{
	margin:0 10px 20px;
	padding:0;
	border:solid 1px #FBB197;
	background:#FFE3D9;
}
.menuTitle{
	margin:1px 1px 0;
	padding:3px 5px 3px;
	background:url(./images/menu_title.gif) no-repeat;
	color:#fff;
}
.menuTitle h3{font-size: small;}
.menuArea{
	margin:8px;

}
.menuArea ul{
	margin:0 0 0 0;
	padding:0;
}
.menuArea li{
	margin:0;
	padding:1px 0 1px;
	list-style-type:none;
	padding-left:20px;
	background-image: url(./images/icon.gif);
	background-repeat:no-repeat;
}
.menuArea a:link {
	color: #000;
	text-decoration
}
.menuArea a:visited {
	color: #000;
	text-decoration
}
.menuArea a:hover {
	color: #F772C7;
	text-decoration
}

#rssButton{
	text-align:center;
}

#rssButton img{
border:none;
}

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


p.color{
	color:#000;
}


