@import "entry.css";

img#blogTop{
	width:100%;
	height:184px;
	display:block;
	margin-bottom:10px;
}

div#bread{
	width:770px;
	margin:10px auto;
	padding-bottom:10px;
	font-size:x-small;
	background:url('../images/dot_long.gif') bottom no-repeat;
}

div#lMenu{
	width:215px;
	float:left;
}
	p#lMenuBlog{
		width:209px;
		margin:0px auto;
		padding:5px 0px;
		background:url('../images/2nd_bg_title.gif');
		overflow:auto;
	}
		p#lMenuBlog img{
			display:block;
			float:left;
			width:13px;height:14px;
			margin:0px 3px 0px 7px;
			_margin:0px 1px 0px 4px;
		}
		p#lMenuBlog span{
			display:block;
			float:left;
			width:180px;
		}
		a#lMenu{color:#FFF;font-weight:bold;text-decoration:none;}
		a#lMenu:hover{color:#FFF;}

		div#lMenuDiv{
			padding:3px 0px;
			background:#fbfbfb;
		}
			ul#lMenuLink{
				clear:both;
				width:209px;
				margin:0px auto;
				list-style-type:none;
			}
				ul#lMenuLink li{
					margin-bottom:1px;
					padding-bottom:1px;
				}
					ul#lMenuLink li span a{
						text-decoration:none;
					}
					span.parent{
						display:block;
						width:100%;
						padding:4px 0px;
						background:#ecf4f1;
					}
					span.parent_stay{
						display:block;
						width:100%;
						padding:4px 0px;
						background:#c5e5d7;
					}
					span.parent_stay a{color:#666;}
				li.dot{
					width:100%;
					font-weight:bold;
					background:url('../images/2nd_dot.gif') bottom no-repeat;
				}
				li.sub{
						width:100%;
				}
					ul#subCat{
						width:100%;
						margin:0px;padding:0px;
						list-style-type:none;
					}
					ul#subCat li{
						margin:0px;
						padding:3px 0px 3px 10px;
					}
					ul#subCat li a{
						display:block;
						text-decoration:none;
					}
						ul#subCat li.stay{
							background:#c5e5d7;
						}
						ul#subCat li.stay a{
							color:#666;
							font-weight:bold;
						}
	div#lMenuBnr{
		width:100%;
		margin-top:10px;
		background:#fbfbfb;
		text-align:center;
	}
		div#lMenuBnr a img{
			margin-top:10px;
		}
		
		a#cbsBnr{
			display:block;
		}

a.arrow_close{
	display:block;
	background:url('../images/2nd_arrow_close.gif') no-repeat;
	background-position:0px 4px;
	margin-left:12px;
	padding-left:10px;
}
a.arrow_open{
	display:block;
	background:url('../images/2nd_arrow_open.gif') no-repeat;
	background-position:-1px 5px;
	margin-left:12px;
	padding-left:10px;
}
a.tip{
	background:url('../images/2nd_arrow_tip.gif') no-repeat;
	background-position:0px 5px;
	margin-left:12px;
	padding-left:10px;
}

div#entry{
	width:565px;
	overflow:hidden;
	float:right;
}
	div#entry p{
		line-height:1.5;
	}

	img#recent{
		display:block;
		clear:both;
		margin-top:20px;
	}

	dl#recentList{
		overflow:auto;
		margin:10px 0px 0px 10px;
	}
		dl#recentList dt{
			width:95px;
			line-height:1.3;
			float:left;
		}
		dl#recentList dd{
			width:445px;
			margin-bottom:5px;
			line-height:1.3;
			float:left;
		}

