@charset "utf-8";
/* CSS Document */

#topics #page{
	background-image: url(../../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: 20px 60px;
	position: relative;
}
#topics a{
	color: #002f5d;
	text-decoration: underline;	
}
#topics a:hover{
	text-decoration: none;
}

/*left-colum*/

#topics #sub{
	padding: 19px 19px;
}
#topics #sub .box{
	padding: 0px 0px 23px 0px
}
#topics #sub .box a{
	padding: 0px 0px 0px 0px;
	text-indent: 0px;
}
#topics #sub .box table{
	width: 100%;
}
#topics #sub .box table#monthlink{
	margin: 5px 0px 0px 0px
}
#topics #sub .box table th{
	text-align: center;
	font-weight: normal;
	padding: 0px 0px 7px 0px;
}
#topics #sub .box table td{
	text-align: center;
	padding: 0px 0px 5px 0px;
}
#topics #sub .box table#monthlink .next {
	width: 20%;
}
#topics #sub .box table#monthlink .month {
	width: 60%;
}
#topics #sub .box table#monthlink .prev {
	width: 20%;
}
#topics #sub .box table#monthlink a{
	text-decoration: none;
}


#topics #sub .box h4{
	padding: 0px 0px 7px 0px;
}
#topics #sub .box ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	line-height: 1.6em;
	_line-height: 1.2em;
}
#topics #sub .box ul li{
	padding: 0px 17px 17px 20px;
	background-image: url(../images/yajirushi.gif);
	background-repeat: no-repeat;
	background-position : 7px 5px;	
	_background-position : 7px 3px;	
}

/*right-colum*/

#topics #page #pagebody .entry{ 
	padding: 0px 0px 20px 0px;
	clear: both;
}
#topics #page #pagebody .entry h3{ 
	font-size: large; 
	font-weight: normal;
	background-image: url(../images/title_bar.gif);
	background-repeat: no-repeat;
	background-position : 12px 0px;
	border-bottom: 2px solid #65819d;
	width: 696px;	
	padding: 0px 12px 10px 27px ;
	margin: 0px 0px 5px 0px;
}
#topics #page #pagebody .entry p.date{ 
	text-align: right;
	font-size: small;
	padding: 0px 0px 15px 0px;
}
#topics #page #pagebody .entry .entrybody{
	padding: 0px 27px ;
	font-size: medium; 
	clear: both;
}
#topics #page #pagebody .entry .entrybody p{
	line-height: 1.4em;
	letter-spacing: 3px;
	padding: 0px 0px 10px 0px;
}

#topics #page .top{
	font-size: small;
	text-align: center;
	background: #00325d;
	padding: 6px;
	clear: both;
	position: absolute;
	right: 19px;
	bottom: 9px;
}
#topics #page .top a{
	color: #fff;
	text-decoration: none;
}
#pagebute{
	width: 100%;
}
#pagebute span.prev{
	width: 50%;
	text-align: left;
}
#pagebute span.next{
	width: 50%;
	text-align: right;
}
