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

/* for category page =========================================== */
div#demaeorder{
	text-align:center;
}

div#demaemap{
	float:left;
	width:220px;
}

div#demaehist{
	margin-left:220px;
}

div#histhead{
	line-height:23px;
	font-weight:normal;
	color:#F60;
	border-top:2px dotted #F60;
	border-bottom:2px dotted #F60;
	margin-bottom:0.5em !important;
}

ul#demaelist{
	list-style:none;
}

ul#demaelist li{
	height:auto;
	line-height:23px;
	border-bottom:2px dotted #ccc;
}

div.entry p{
	margin-bottom:1em;
}


/* for each page ================================================== */
div#dempop{
	height:475px;
	overflow-y:auto;
	width:600px;
}
div#dempop h3.entrytitle{
	color:#39C;
	border-top:2px #CCC solid;
	border-bottom:2px #CCC solid;
	font-size:10px;
	font-weight:bold;
}
div#dempop .art_body .demae_header{
	height:90px;
	border-bottom:2px #CCC solid;
}
div#dempop .art_body .demae_header div{
	margin-left:5px;
	font-size:28px;
	line-height:30px;
	height:30px;
}
div#dempop .art_body .demae_header div.dem_name{
	margin-top:18px;
}

div#dempop h5.demae_subheader{
	padding-top:25px;
	padding-bottom:10px;
	font-size:12px;
	color:#999;
}

div#dempop .art_body .demae_content{
	height:auto;
	border-top:2px #CCC solid;
	width:315px;
	float:left;
}
div#dempop .art_body .demae_content .demae_desc{
	height:auto;
	width:315px;
	float:left;
}
div#dempop .art_body .demae_content .demae_pic{
	margin-left:340px;
	width:230px;
	height:auto;
}
div#dempop .art_body .demae_content .demae_pic img{
	margin-bottom:15px;
}
a.jScrollArrowUp {
	background: url(/img/sbArrowUp.gif) no-repeat 0 0;
}
a.jScrollArrowDown {
	background: url(/img/sbArrowDown.gif) no-repeat 0 0;
}
.jScrollPaneTrack{
	background: url(/img/sbTrack.gif) repeat-y scroll 0%;
}
.jScrollPaneDrag{
	background:transparent url(/img/sbDrag.gif) repeat-y scroll 0pt 50%;
}
