body{
	margin:0;
	padding:0;
	color:#000000;
	text-align: center;
	background-color:#000000;
}

/*COMMON*/
form{margin:0;padding:0;}

a:link    {color: #999966; text-decoration:underline;}
a:visited {color: #999966; text-decoration:underline;}
a:active  {color: #999966; text-decoration:underline;}
a:hover   {color: #B30000; text-decoration:underline;}

/*ENTRY*/
#entryArea {width:563px; padding:10px 0; text-align:center; background-color:#FFFFFF;}
#blockline1 {width:539px; border:#EFEFEF solid 2px;margin-bottom:15px;text-align:left}
#blockline2 {width:537px; border:#B5B5B5 solid 1px;background-color:#FFFFFF;}

#title {
	padding:4px 10px 4px 8px;
	background-image:url(../blog/image/title_bg.gif);
	background-color:#1B1B1B;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}
#title a:link    {color: #ffffff; text-decoration:none;}
#title a:visited {color: #ffffff; text-decoration:none;}
#title a:active  {color: #ffffff; text-decoration:none;}
#title a:hover   {color: #B30000; text-decoration:underline;}

#bodyArea {
	padding:0 10px 10px 10px;
	font-size: 9pt;
	line-height: 150%;
}

#lineArea {
	margin:0 10px;
	background-color:#B5B5B5;
}

#footArea {
	padding:5px 10px 10px 10px;
	text-align:right;
	font-size:10px;
}
#footArea a:link    {font-size:10px; color: #191919; text-decoration:none;}
#footArea a:visited {font-size:10px; color: #191919; text-decoration:none;}
#footArea a:active  {font-size:10px; color: #191919; text-decoration:none;}
#footArea a:hover   {font-size:10px; color: #B30000; text-decoration:underline;}


/*SIDE MENU*/
#listArea1 {
	padding:2px 10px 4px 22px;
	color: #EEEEEE;
	font-size:10px;
	line-height:15px;
	background-image:url(../blog/image2/icon1.gif);
	background-repeat:no-repeat;
}
#listArea1 a:link    {font-size:10px; color: #EEEEEE; text-decoration:none;}
#listArea1 a:visited {font-size:10px; color: #EEEEEE; text-decoration:none;}
#listArea1 a:active  {font-size:10px; color: #EEEEEE; text-decoration:none;}
#listArea1 a:hover   {font-size:10px; color: #B30000; text-decoration:underline;}

#listArea2 {
	padding:0px 10px 2px 32px;
	color: #EEEEEE;
	font-size:10px;
	line-height:13px;
	background-image:url(../blog/image2/icon2.gif);
	background-repeat:no-repeat;
}
#listArea2 a:link    {font-size:10px; color: #EEEEEE; text-decoration:none;}
#listArea2 a:visited {font-size:10px; color: #EEEEEE; text-decoration:none;}
#listArea2 a:active  {font-size:10px; color: #EEEEEE; text-decoration:none;}
#listArea2 a:hover   {font-size:10px; color: #B30000; text-decoration:underline;}

/*BREAD*/
#bread {padding:5px 12px; font-size:10px; text-align:left;}

/*RSS*/
.rss {padding:5px 0;}

