.contents p {
	margin:1em 0 2em 0;
	text-align:justify;
	text-justify: auto;
}

#lead p {
	margin-bottom:0;
}

.contents a {
	text-decoration: none;
}

.contents em {
	color:#09f;
	font-weight:bold;
}

.contents strong {
	color:#f00;
	font-weight:normal;
}

.contents h3 {
	margin-top:2em;
}

.contents h4 {
	clear: both;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0.2em;
	margin-top: 1em;
}

.contents p.image {
text-align: center;
}

.contents p.image img {
margin:0 auto;
}

p.illust {
	float:right;
	width:240px;
	margin-left:10px;
	}

.contents ol {
	list-style:inside decimal;
	margin-top:1em;
}

.contents li {
	margin-top:0.5em;
	color:#09f;
	font-weight:bold;
}

.contents dl.notes {
	margin-top:1em;
}

.contents .notes dt {
	margin-top:1em;
}

.contents .notes dd {
	margin-left:2em;
}

.contents .notice {
	padding:6px;
	background-color:#ffd;
}
.contents .notice em {
	color:#f00;
	font-weight:normal;
}

#recommend {
	margin:0;
	padding:3px 0 3px 8px;
	background-color:#09f;
	color:#fff;
	font-weight:bold;
}

#lineup {
	height:122px;
	padding:8px;
	border-left:solid 1px #09f;
	border-right:solid 1px #09f;
	border-bottom:solid 1px #09f;
	background-color:#ffd;
}

#lineup p {
	margin:0.5em 0 0 0;
}

#lineup dt {
	float:left;
	width:120px;
}

#lineup dt img {
	display:block;
	border:solid 1px #666;
}

#lineup dd {
	margin-left:130px;
}

#lineup h4 {
	font-size:16px;
	font-weight:bold;
}
#lineup span.price {
	display:inline;
	color:#c00;
}

#recommendLineup {
	position:relative;
	clear:both;
	border: solid 1px #09f;
	margin:0;
	padding:0;
	overflow: visible;
}

#recommendLineup h4 {	
	margin:-1px 0 0 0;
	padding:0 0 0 0.5em;
	background:#09f;
	color: #fff;
	font-size:1.4em;
	font-weight: bold;
}

#recommendLineup ul {
	margin-top: 0.8em;
	margin-left: 25px;
}

#recommendLineup li {
	float: left;
	margin-right: 30px;
	text-align:center;
}

#recommendLineup li p {
	width: 152px;
	margin: 0.3em 0 0 0;
	font-weight: bold;
	text-align: left;
}
#recommendLineup li p a {
	display:block;
	text-align:center;
}
#recommendLineup li span.note {
	display: block;
	margin-top: 0.3em;
	color: #333;
	font-weight: normal;
	}

.left {
	float: left;
	margin-right: 1em;
	}

