@import "init.css";        /* CSS初期化用  */

body {

}

.wrapper {
	width:730px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	margin-bottom:20px;
}

#pzhead {
	text-align:right;
	background-color:#EFEFEF;
	width:100%;
	border-bottom:dotted 1px #999999;
}

#pzhead img {
	margin:5px;
}

#headimg {
	border:solid 1px #CCCCCC;
}

#contents {
	width:700px;
	margin-bottom:20px;
	border:solid 1px #999999;
	line-height:1.2em;
	font-size:14px;
}

#footer {
	text-align:center;
}



