/* トップ */

h1 {
	color: rgb(255, 0, 171);
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	margin: 0 0 5px;
}

div#news {
	margin: 25px 0 20px;
}

div#news h1 {
	margin: 0 0 5px;
}

div#news div {
	height: 70px;
	border-left: 3px solid rgb(255, 0, 171);
	overflow: auto;
}

div#news table {
	margin-left: 4px;
}

div#news td {
	vertical-align: top;
}

div.description {
	width: 190px;
	margin: 5px 17px 25px 0;
	float: left;
}

div.description h1 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}

div.decoration {
	height: 17px;
	background: url("../images/decoration.jpg") no-repeat center;
	margin: 14px 0;
}

p {
	margin-bottom: 5px;
}

h1.photo {
	color: rgb(140, 120, 120);
	font-weight: normal;
	margin: 5px 0;
}

#photo {
	width: 601px;
	padding: 10px 2px;
	border-top: 1px dashed rgb(150, 150, 150);
	border-bottom: 1px dashed rgb(150, 150, 150);
	overflow: auto;
}

div.photo {
	position: relative;
	width: 180px;
	height: 197px;
	float: left;
	margin: 5px 10px;
	padding: 0;
}

.frontPhoto {
	position: absolute;
	width: 180px;
	left: 0;
	top: 0;
	z-index: 1;
}

.backPhoto {
	position: absolute;
	width: 180px;
	left: 0;
	top: 0;
	z-index: 0;
	visibility: hidden;
}

.photoFrame {
	width: 170px;
	height: 170px;
	padding: 5px;
	text-align: center;
	background-color: rgb(238, 234, 234);
}

div.photo p {
	margin-top: 5px;
	line-height: 12px;
}

div.benefit {
	clear: both;
	border: 1px solid rgb(255, 0, 171);
	padding: 3px;
	margin: 0 0 50px;
}

div.benefit h1 {
	background-color: rgb(255, 220, 220);
	color: rgb(255, 0, 171);
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	margin: 0;
	padding: 5px 0 0;
}

div.benefit p {
	background-color: rgb(255, 220, 220);
	color: rgb(50, 50, 50);
	font-weight: bold;
	font-size: 13px;
	line-height: 26px;
	text-align: center;
	padding: 0 5px 5px;
	margin: 0;
}

