@charset "utf-8";
/* CSS Document */
.logo_big {
	width: 122px;
	height: 62px;
	float: left;
}
.product_name {
	width: 540px;
	height: 42px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #7D0000;
	padding-top: 20px;
	padding-left: 18px;
}
.product_name a:link {
	color: #7D0000;
	text-decoration: none;
}
.product_name a:visited {
	color: #7D0000;
	text-decoration: none;
}
.product_name a:active {
	color: #7D0000;
	text-decoration: none;
}
.product_name a:hover {
	color: #CF959E;
	text-decoration: underline;
}
.explain {
	width: 680px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.plate {
	width: 680px;
	height: 55px;
	background-image: url(../img/info_base.jpg);
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding-top: 7px;
}
.plate a:link {
	color: #333;
	text-decoration: underline;
}
.plate a:visited {
	color: #333;
	text-decoration: underline;
}
.plate a:active {
	color: #333;
	text-decoration: underline;
}
.plate a:hover {
	color: #666;
	text-decoration: none;
}
.bar03 {
	width: 635px;
	background-image: url(../img/bar/bar_red.jpg);
	background-repeat: no-repeat;
	height: 23px;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	padding-left: 15px;
	padding-top: 7px;
	margin-top: 10px;
}
.pinkbox {
	width: 650px;
	background-color: #FCEAED;
	margin-bottom: 20px;
}
.pink_left {
	width: 430px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.txt01 {
	font-weight: bold;
}
.txt02 {
	color: #666;
	padding-left: 10px;
	padding-bottom: 10px;
}
.pink_right {
	width: 200px;
	float: left;
	vertical-align: middle;
	text-align: center;
}
.button_wrap {
	width: 169px;
	padding-top: 10px;
}
.button a {
	background-image: url(../img/button.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 169px;
	width: 169px;
	display: block;
	text-indent: -9999px;
}
.button a:hover {
	background-image: url(../img/button_ov.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

