@charset "utf-8";
/* ----------------------------------------------------------------- LAYOUT */
#container {
	background: #251411 url(../img/bg.jpg) no-repeat;
}
#contents {
	width: 550px;
	padding-bottom: 10px;
}
#contents h4 {
	padding: 10px 0px 20px;
}
#contents p.bold {
	font-weight: bold;
	padding: 0px 0px 30px 5px;
	font-size: 1.17em;
}
#contents p.caption {
	padding: 0px 0px 30px 5px;
	font-size: 0.83em;
	line-height: 185%;
}
