@charset "utf-8";
/* CSS Document */
@import url("global.css");
@import url("inside.css");
#content{
	background:url(../img/content_bg2.gif) repeat-y #634F3A;
	}
#part{
	padding:10px;
	margin:10px 0 0 20px;
	width:610px;
	border-bottom:1px dotted #000000;
	}

p{
	line-height:20px;
	text-indent:24px;
	margin:0;
	}
.list_e{
	width:280px;
	float:left;
	margin:4px;
	border-left:1px dotted #000000;
	padding-left:7px;
	}
#describe{
	clear:both;
	margin:6px 4px 4px 4px;
	padding-top:5px;
	}
#down{
	padding-left:18px;
	background:url(../img/downarrow.gif) left no-repeat;
	border-left:none;
	}
#page{
	margin:10px;
	width:630px;
	text-align:right;
	}