@CHARSET "UTF-8";

#main.guide div.banner{
	margin-bottom: 15px;
	width: 545px;
	height: 141px;
	background: url(../img/guide_banner.jpg) top center no-repeat transparent; 
}

#main.guide div.banner span{
	width: 545px;
	height: 141px;
	display: block;
	color: transparent;
}

#main.guide div.index_banner{
	margin-bottom: 15px;
	padding: 150px 20px 0;
	width: 505px;
	background: url(../img/guide_banner.jpg) top center no-repeat transparent; 
	font-size: smaller;
}

	div.index_banner p{
		margin-bottom: 0;
	}

	div.index_banner p#rss{
		text-align: right;
	}

#main.guide div.topstory{
	margin-bottom: 15px;
	padding-top: 40px;
	width: 545px;
	background: url(../img/guide_topstory.gif) top center no-repeat transparent;    
}

#main.guide div.top{
	height: 6px;
	background: url(../img/guide_top.jpg) top center no-repeat transparent;
	overflow: hidden; /*for IE6*/
}

#main.guide div.box{
	/*margin-top: -13px;*/
	padding: 15px 0 1em;
	background: url(../img/guide_box.jpg) top center repeat-y transparent;
}

#main.guide div.bottom{
	height: 6px;
	background: url(../img/guide_bottom.jpg) top center no-repeat transparent;
	overflow: hidden;/*for IE6*/
}

#main.guide div.box p.title{
	margin-left: 20px;
	padding-left: 40px;
	height: 21px;
	background: url(../img/guide_title.jpg) 10px 0 no-repeat transparent;
	font-weight: bold;
}

#main.guide p.date{
	text-align:right;
	margin-right: 20px;
}

#main.guide p.title_category{
	text-align: right;
	margin: 0 20px 0 0;
}

#main.guide div.body{
	margin:0 auto;
	width: 90%;
	line-height: 200%;
}

	#main.guide div.body p{
		margin-bottom: 2em;
	}
	
	#main.uminchi div.body img.photo {
		margin: 0 auto;
		display: block;
	}

#main.guide dl#bn{
	margin-bottom: 15px;
	border-bottom: 1px dotted black; 
	padding: 40px 0 1em 30px;
	width: 515px;
	background: url(../img/guide_backnumber.gif) top center no-repeat transparent;
}

	dl#bn dt{
		clear:left;
		float:left;
		display:inline;
		width:130px;
	}
	
	dl#bn dd{
		margin:0 0 0.5em 130px;
	}
	
		dl#bn dd p.category{
			color: #7F7F7F;
			font-size: smaller;
			margin-bottom: 3px;
			text-align: left;
		}
		
		dl#bn dd p.title{
			margin-bottom: 0;
		}

#main.guide ul#category{
	margin-bottom: 15px;
	border-bottom: 1px dotted black; 
	padding: 40px 0 1em 30px;
	width: 515px;
	background: url(../img/guide_category.gif) top center no-repeat transparent;
}
