
/* CSS Document */

* {
margin:0;
padding: 0;
}


html,body{
 height: 100%;
}

#blog{
 height: 100%;
width:830px;
margin: 0 auto;
}

body{
background-color: #FECFE3;
font-size: 12px;
line-height: 180%;
}

td{
vertical-align:top;
}

table.center td{
text-align:center
}

.entry_box{
margin: 40px 0 0;
color:#666666;
}

.small{
font-size:10px;
color:#999999;
}

.small2{
font-size:10px;
color:#666666;
line-height: 190%;
}

.calender{
font-size:10px;
color:#FF006D;
text-align:center;
}
.calender td{
height: 19px;
line-height: 110%;
}
.calender .top{
color: #474242;
font-weight:bold;
}
.calender .white{
color: #ffffff;
}
.calender a:link {
	color: #FF006D;
	text-decoration:none;
	font-weight:bold;
}
.calender a:visited {
	color: #FF006D;
	text-decoration:none;
	font-weight:bold;	
}
.calender a:hover {
	color: #FF006D;
	text-decoration:underline;
}
.calender a:active {
	color: #FF006D;
	text-decoration:none;
}

.subarea{
color:#16009F;
font-size:10px;
line-height: 130%;
font-weight:bold;
}

.entry a:link {
	color: #FF006D;
	text-decoration:none;
}
td.entry{
	color: #FF006D;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	}

.entry a:visited {
	color: #FF006D;
	text-decoration:none;
}
.entry a:hover {
	color: #FF006D;
	text-decoration:underline;
}
.entry a:active {
	color: #FF006D;
	text-decoration:none;
}

 a.outlink:link {
	color: #CC6691;
	text-decoration:none;
	font-weight:bold;
}
 a.outlink:visited {
	color: #CC6691;
	text-decoration:none;
	font-weight:bold;
}
 a.outlink:hover {
	color: #CC6691;
	text-decoration:underline;
}
 a.outlink:active {
	color: #FCC6691;
	text-decoration:none;
}

.news{
line-height: 190%;
}

.news a:link {
	color: #B93636;
	text-decoration:none;
}
.news a:visited {
	color: #B93636;
	text-decoration:none;
}
.news a:hover {
	color: #B93636;
	text-decoration:underline;
}
.news a:active {
	color: #B93636;
	text-decoration:none;
}