@charset "utf-8";

@import "base.css";


#contents {
	width:651px;
	margin:12px auto;
	line-height:140%;
}

#contents h2 {
	background:url(../share_img/bak_title_brown.gif) no-repeat left center;
	font-size:110%;
	font-weight:bold;
	line-height:25px;
	color:#513E1E;
	padding:0px 26px;
	margin:0px;
}

#contents div#date {
	text-align:right;
	font-size:110%;
	font-weight:bold;
	color:#513E1E;
	margin:12px;
}

#contents p {
	margin:12px;
}

#contents dl,#contents ul {
	margin:12px;
}

#contents dt {
	font-weight:bold;
}
#contents dd {
	
}
#contents dd p {
	margin:0px 1em 1em 1em;
}
#contents dd dl,#contents dd ul {
	margin-left:3em;
}
#contents dd dl dt {
	font-weight:normal;
	margin-top:0.5em;
}
#contents dd dl dd {
	margin-left:3em;
}
#end {
	text-align:right;
}