@charset "Shift-JIS";

div#lead {
	margin: 0 60px 10px;
}
div#lead p.note {
	text-align: right;
	font-size: 12px;
	color: #666666;
}

h3 {
	margin-bottom: 5px;
	text-align: center;
}
p.lead {
	margin: 0 40px 20px;
}

div.sweets {
	margin: 0 40px 30px;
}
div.sweets img {
	vertical-align: top;
}

/* ページ内バナースタイル */
div.sweets p.banner {
	margin-top: 30px;
	text-align: center;
}

div.sweets p.photo img {
	margin-bottom: 12px;
	float: right;
}
div.sweets div.text {
	width: 420px;
	float: left;
}
div.sweets div.text p {
	line-height: 170%;
}

div.sweets div.data {
	background-image: url(sweets_images/bg_data_body.gif);
	background-repeat: repeat-y;
}
div.sweets div.data div.top {
	background-image: url(sweets_images/bg_data_top.gif);
	background-repeat: no-repeat;
}
div.sweets div.data div.bottom {
	background-image: url(sweets_images/bg_data_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 34px 20px 20px;
}
div.sweets div.data div.text {
	width: 510px;
	float: right;
}
div.sweets div.data div.text h5 {
	margin: 4px 0;
}
div.sweets div.data p.photo img {
	float: left;
}
div.sweets div.data div.text dt {
	width: 7.5em;
	float: left;
	clear: left;
	color: #cc6600;
	font-weight: bold;
}
div.sweets div.data div.text dd {
	margin-left: 7.5em;
	margin-bottom: 3px;
}

div#profile {
	margin-left: 125px;
	width: 642px;
	background-image: url(sweets_images/bg_profile_body.gif);
	background-repeat: repeat-y;
}
div#profile div.top {
	background-image: url(sweets_images/bg_profile_top.gif);
	background-repeat: no-repeat;
}
div#profile div.bottom {
	background-image: url(sweets_images/bg_profile_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#profile dl {
	padding: 10px 55px 42px 20px;
}
div#profile dt span.floatLeft {
	width: 100px;
}
div#profile dt span.name img {
	margin: 6px 0;
}
div#profile dd {
	margin-left: 100px;
	font-size: 12px;
	line-height: 140%;
}

ul#copy {
	margin-top: 5px;
}
ul#copy li {
	display: inline;
	margin-right: 5px;
	font-size: 12px;
}



