@charset "UTF-8";
@import url(main.css);

#contentsBox{
	padding-top:15px;
}

#leftcolum{
	float:left;
	width:699px;
	min-height:400px;
}


#leftcolum .entryBox{
	margin-left:30px;
	margin-top:15px;
	background:url(../images/bg_second.gif) left top;
	border:1px solid #f0eeee;
	padding:15px 0;
}

#leftcolum .entryBox p.title{
	background:url(../sitemap/images/line.gif) no-repeat left bottom;
	padding-left:32px;
	padding-bottom:2px;
	margin-bottom:3px;
}


#leftcolum .entryBox div{
	margin-top:10px;
	margin-left:30px;
	width:450px;
}


#leftcolum .entryBox div ul.secondContents{
	margin-left:30px;
	margin-bottom:20px;
}

#leftcolum .entryBox div ul ul{
	margin-left:30px;
}

#leftcolum .entryBox div ul a{
	background:url(../images/arrow.gif) no-repeat 11px center;
	padding-left:30px;
}

#leftcolum .entryBox div ul li{
	background:url(../images/dot_line.gif) repeat-x left bottom;
	padding:2px 0 3px 0;
}

#leftcolum .entryBox div ul li.noBorder{
	background-image:none;
}

#leftcolum .entryBox div ul li.noBorder p{
	background:url(../images/dot_line.gif) repeat-x left bottom;
	padding-bottom:1px;
}