/* 「あなたに映画を愛しているとは言わせない」のためのスタイルシート *//* 最終更新日　20031014 *//* 本文のタイトルに関すること *//* 本文のタイトルに使う */font.title {	color: #000; 	line-height: 28px; 	font-size: 14px; 	font-weight: bold;	}/* 本文のサブタイトルに使う */font.subtitle {	color: #000; 	line-height: 28px; 	font-size: 14px; 	}/* 本文の著者表示に使う */p.auther {	color: #000; 	line-height: 14px; 	font-size: 14px; 	margin-bottom: 56px;	}/* 本文に関すること *//* 本文のスタイル */p.main	{ 	color: #000; 	font-size: 14px; 	line-height: 28px;	text-align: justify;	text-justify: inter-ideograph	}/* 本文のスタイル＿傍線や太字がある場合 */p.main_u	{ 	color: #000; 	font-size: 14px; 	line-height: 28px;	}/* 本文中の */p.subheading	{	color: #000; 	line-height: 28px; 	font-size: 14px; 	font-weight: bold;	}p.main3	{ 	color: #000; 	font-size: 14px; 	line-height: 28px; 	margin-left: 56px;	text-justify: inter-ideograph 	}p.jisage	{ 	color: #000; 	font-size: 14px; 	line-height: 28px; 	text-align: left; 	float: right; 	margin-left: 28px; 	text-justify: inter-ideograph  	}p.list2	{ 	color: #000; 	font-size: 14px; 	line-height: 25px; 	text-align: left 	}	font.main	{	color: #000; 	font-size: 14px; 	line-height: 28px; 	}	a	{ 	text-decoration:none; 	color:black;	}/* 未公開のテキストについて、グレー表示するためのもの　*/font.yet	{	color: #828282;	}/* テスト用です（小川）　*/ul	{ 	list-style:none; 	color: #000; 	font-size: 14px; 	line-height: 28px; 	text-align:left; 	margin-left:0px	}span.fr2	{	lang: fr;	font-size: 1.1em;	}/* 本文を左マージン１５０，本文幅６００で表示するためのbox　*/div.pbox 	{ 		margin-left: 150px; 		width: 600px 		}