@charset "utf-8";
/* CSS Document */
body {
	font-family: "ＭＳ ゴシック";
	font-size: 12px;
	line-height: 20px;
	color: #333;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-attachment: fixed;
	background-image: url(img/pmpc.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a{text-decoration:none;}
a:link,a:active,a:visited{color:#900;}
a:hover{color:#000;}
#content {
	width: 500px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}


h2 {
	margin-bottom: 15px;
	padding-left: 20px;
	line-height: 20px;
	background: #fff url('img/heart.gif') no-repeat scroll left center;
	font-family: Verdana;
	font-size: 17px;
	color: #900;
}


