@charset "utf-8";

/**/

#fade
{
	position: absolute;
	width: 652px;
	height: 549px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -301px;
	margin-left: -400px;
	display: block;
	background-color: #FFFFFF;
	z-index: 1;
}

#menu
{
	margin: 19px 0 0 0px;
	padding: 0;
	width: 133px;
	height: 495px;
	float: left;
}

#menu h1
{
	margin: 0;
	padding: 0;
}

#menu h1 a
{
  	width: 93px;
  	height: 32px;
  	display: block;
  	position: relative;
  	margin: 0;
  	padding: 0;
  	/* hide overflow:hidden from IE5/Mac */
  	/* \*/
  	overflow: hidden;
  	/* */
}

#menu h1 a span
{
  	display: block;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 93px;
  	height: 32px;
  	background-image: url(../im/title_01.gif);
  	background-repeat: no-repeat;
}

#recent_entries
{
	margin: 25px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
}

#recent_entries h3
{
  	width: 45px;
  	height: 23px;
  	display: block;
  	position: relative;
  	margin: 0 0 10px 0;
  	padding: 0;
  	/* hide overflow:hidden from IE5/Mac */
  	/* \*/
  	overflow: hidden;
  	/* */
}

#recent_entries h3 span
{
  	display: block;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 45px;
  	height: 23px;
  	background-image: url(../im/title_02.gif);
  	background-repeat: no-repeat;
}

#categories
{
	margin: 25px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
}

#categories h3
{
  	width: 68px;
  	height: 10px;
  	display: block;
  	position: relative;
  	margin: 0 0 10px 0;
  	padding: 0;
  	/* hide overflow:hidden from IE5/Mac */
  	/* \*/
  	overflow: hidden;
  	/* */
}

#categories h3 span
{
  	display: block;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 68px;
  	height: 10px;
  	background-image: url(../im/title_03.gif);
  	background-repeat: no-repeat;
}

#pagenate_left
{
	position:relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 68px;
	height: 560px;
}

#pagenate_left a.visible
{
    position:absolute;
	top: 259px;
	left: 13px;
    display:block;
}


#pagenate_left a.visible
{
    background-image: url(../../im/im_iconleft.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 20px;
	cursor: pointer;
}

#pagenate_left a.visible:hover
{
    background-image: url(../../im/im_iconleft.gif);
	background-repeat: no-repeat;
	background-position: 0 -20px;
	width: 10px;
	height: 20px;
}

#pagenate_right
{
	position:relative;
	margin: 0 0 0 10px;;
	padding: 0;
	float: left;
	width: 44px;
	height: 560px;
}

#pagenate_right a.visible
{
    position:absolute;
	top: 259px;
	left: 13px;
    display:block;
}


#pagenate_right a.visible
{
    background-image: url(../../im/im_iconright.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 20px;
	cursor: pointer;
}

#pagenate_right a.visible:hover
{
    background-image: url(../../im/im_iconright.gif);
	background-repeat: no-repeat;
	background-position: 0 -20px;
	width: 10px;
	height: 20px;
}

#text
{
	width: 615px;
	margin: 19px 0 0 0;
	float: left;
	font-size: 1.1em;
}

#text img
{
	margin: 0 0 7px 0;
}

#text_container {
	width: 580px;
	height: 435px;
	display: block;
	overflow: auto;
	*overflow-x: hidden;
	padding: 0 35px 0 0;
	line-height: 1.6;
	text-indent: 1.3;
}

#text_container a
{
	text-decoration: underline;
}

#title
{
	border-width: 0 0 0 5px;
	border-style: solid;
	border-color: #000000;
	padding: 0 0 0 10px;
	margin: 0 0 13px 0;
	float: left;
}

#title h2
{
	line-height: 1;
	margin: 0.2em 0 0.1em 0;
	padding: 0;
	font-size: 1.6em;
}

.post
{
	color: #999999;
}

.category_n
{
	color: #B2B2B2;
	text-decoration: underline;
}