@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {

	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/img_bg.jpg);
}


strong {
	font-style: normal;
	font-weight: bold;
}


.textBody p {
	margin: 6px 0;
	text-align: left;
	line-height: 1.3;
}

#aboutPixiv,#diary {
	margin: 0;
	padding: 0;
	background-image: url("images/box_bg.gif");
	background-position: left top;
	background-repeat: repeat-y;
}

#aboutPixiv .textBody p {
	color: #333333;
	margin: 0 8px;
}
