@import "/common/css/base.css";
@import "/common/css/frame.css"; 

#contents dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents dl {
	display: inline-table;
	/*\*/
	display: block;
	*height: 1%;
	/**/
}

/* CONTENTS */
#contents {
	background: url(../images/bg_contents.gif) no-repeat left top;
	padding-top: 25px;
}
	#contents h1 {
		margin-bottom: 18px;
		margin-left: 20px;
	}
	#contents h2 {
		margin-bottom: 30px;
	}
	#contents p.lead {
		margin-bottom: 20px;
		margin-left: 20px;
		line-height: 1.7;
	}
	#contents ul.note,
	#contents p.note {
		font-size: 10px;
		/*\*/
		*font-size: 80%;
		/**/
		color: #808080;
	}
	#contents p.p2 {
		font-size: 10px;
		/*\*/
		*font-size: 80%;
		/**/
	}
	#contents p.note {
		margin-top: 2px;
	}
	#contents div.flow {
		background: url(../images/lin_dot.gif) no-repeat left top;
		margin-top: 30px;
		margin-left: 20px;
		padding: 31px 0 37px 0;
	}

	#contents div.flow div {
		margin-left: 20px;
		margin-bottom: 11px;
	}
	#contents div.flow p {
		margin-left: 20px;
	}
	#contents div.flow p.note {
		margin-bottom: 19px;
	}
	#contents div.shopObj {
		position: relative;
		background: url(../images/bg_shop.gif) no-repeat left bottom;
		margin-left: 40px;
		margin-bottom: 118px;
		width: 615px;
		height: 92px;
	}
		#contents div.shopObj h2 {
			position: absolute;
			left: 0;
			top: 0;
		}
		#contents div.shopObj ul {
			position: absolute;
			left: 11px;
			top: 53px;
		}
		#contents div.shopObj li {
			margin-right: 1px;
			float: left;
		}