/*------全体設定------*/*	{	margin:0;	padding:0;}body	{	background-color: white;	color:black;	font:normal 16px/1.5em ;	text-align: center;	margin:0px auto;	width:750px;}/*------見出し------*/h1 {	text-align: left;	font-size:160%;	line-height:1.2em;	color:Maroon;	font-weight: normal;	margin:10px 0 20px 0;}h2 {	text-align: left;	font-size:115%;	line-height:1.2em;	color:Black;	font-weight: bold;	margin:30px 0 10px 0;}/*------強調部分------*/strong {	font-weight: bold;}em {	text-decoration:underline;}/*------本文------*/#article {	width:750px;}p {	text-align: left;	margin: 10px auto;}p.strong {	font-weight: bold;}p.rightsmall {	text-align: right;	font-size:95%;}/*------リスト------*/ol	{	text-align: left;}li	{	margin:10px 0 10px 30px;	padding:0;}div.fontsmall {	margin-top: 5px;	font-size:90%;}/*------ヘッダー------*/#head {	width:750px;	margin-bottom:20px;}#head  p{	text-align: right;	font-size:95%;	line-height:1.5em;}/*------フッター------*/#foot {	width:750px;	margin-top:20px;}#foot  p{	text-align: center;	line-height:1.5em;}