@charset "UTF-8";
/* CSS Document */

* {
  margin: 0px;
  padding: 0px;
}
body {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	line-height: 150%; 
}
h1 {
	font-size: 24px;
	line-height: 200%;
	color: #bb2a72;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
h4 {
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	line-height: 200%;
}
p {
	line-height: 200%;
}
img {
	border: 0px none;
}