/* ###############################################################################	

	ペルゴレージページ設定スタイルシート

   ###############################################################################	*/
@charset "utf-8";

/*	共通部			*/
#TitleArea
{
	display	:block;
	width	:500px;
	margin-top	:20px;
	font-size	:18px;
	font-weight	:bold;
	font-family	:serif;
	text-align	:right;
	border-style:none;
}


#TextArea
{
	display	:block;
	width	:500px;
	margin-top	:40px;
	font-size	:14px;
	line-height	:1.5em;
	text-align	:left;
	border-style:none;
}

#textDate
{
	display	:block;
	color	:#666666;
	font-size	:13px;
	left	:20px;
}

/*	作品ページの表組の設定	*/
TABLE.wrLine
{
	width	:550px;
	border-style:solid;
	border-color:#90A8C0;
	border-width:1px;
}

TD.wrTdLine
{
	border-style:solid;
	border-color:#90A8C0;
	border-width:1px;
	text-align	:left;
	font-size	:14px;
	line-height	:1.5em;
	color		:#444444;
	padding		:5px;
}

.wrFCol
{
	color	:#205080;
}

.wrItem
{
	display	:block;
	width	:540px;
	color	:#404080;
	font-size	:16px;
	font-weight	:bold;
	text-align	:left;
}

/*	肖像画ページの設定	*/
#blTextArea
{
	display	:block;
	width	:500px;
	margin-top	:40px;
	font-size	:14px;
	line-height	:1.5em;
	text-align	:center;
	border-style:none;
}

#blAlignLeft
{
	display	:block;
	width	:350px;
	margin-left:80px;
	font-size	:14px;
	line-height	:1.5em;
	text-align	:left;
	border-style:none;
}



