/* −−−−−−−個別ページ設定−−−−−− */
/* body設定 */
/* body		{ */
/*	background-image: url("../wall.gif");	 背景イメージ */
/*	background-attachment: fixed;			 背景イメージスクロール表示設定 */
/*	background-repeat: repeat;			 背景イメージ繰り返し設定 */
/* } */
body.profile		{
	background-image: url("../image/prof-bg.jpg");	/* 背景イメージ */
	background-attachment: scroll;			/* 背景イメージスクロール表示設定 */
	background-repeat: no-repeat;			/* 背景イメージ繰り返し設定 */
	background-position: top left;
}
body.profile2		{
	background-image: url("../image/prof-bg2.jpg");	/* 背景イメージ */
	background-attachment: scroll;			/* 背景イメージスクロール表示設定 */
	background-repeat: no-repeat;			/* 背景イメージ繰り返し設定 */
	background-position: top left;
}
body.link		{
	background-image: url("../image/link-bg.jpg");	/* 背景イメージ */
	background-attachment: scroll;			/* 背景イメージスクロール表示設定 */
	background-repeat: no-repeat;			/* 背景イメージ繰り返し設定 */
	background-position: top left;
}
body.gallery		{
	background-image: url("../image/glry-bg.jpg");	/* 背景イメージ */
	background-attachment: scroll;			/* 背景イメージスクロール表示設定 */
	background-repeat: no-repeat;			/* 背景イメージ繰り返し設定 */
	background-position: top left;
}
body.dojin		{
	background-image: url("../image/dojin-bg.jpg");	/* 背景イメージ */
	background-attachment: scroll;			/* 背景イメージスクロール表示設定 */
	background-repeat: repeat;			/* 背景イメージ繰り返し設定 */
	background-position: top left;
}
body.gallery2		{
	background-image: url("../image/dojin-bg.jpg");	/* 背景イメージ */
	background-attachment: scroll;			/* 背景イメージスクロール表示設定 */
	background-repeat: repeat;			/* 背景イメージ繰り返し設定 */
	background-position: top left;
}
/* Table設定 */
td		{
	padding: 5px;
}
div.profile	{
	margin: 20px;
	font-size: 12pt;
	font-weight: 100;
}



