/* ページ全体 */* {	margin: 0;	padding: 0;}body {	color: #000000;	background-color: #ffffff;}/* 文字 */h1 {	color : gray;	text-decoration : underline ;	font-size : large ;}h2 {	color : gray;	font-size : medium ;}h3 {	color : gray;	font-size : small ;}h4 {	color : gray;	font-size : x-small ;}h5 {	color : gray;	font-size : xx-small ;}hr.clear {	clear: both;	margin: 0px;}/* 全体 */div#All {	width: 700px;	margin: 0px;}/* header */div#Header {	width: 620px;	height: 30px;	margin-top: 10px;	font-size: 10px;	text-align: center;}/* contentsMain */div#ContentsMain {	margin-left: 25px;	float: left;	width: 425px;	text-align: left;	margin-bottom: 10px;}.Contents {	margin-left: 10px;	margin-top: 10px;	width: 400px;}.contents-list ul {	width: 410px;	list-style-type: disc;}.contents-list li {	text-align: left;	list-style-type: disc;	margin-left: 15	px;	list-style-position: outside;}.left210 {	float: left;	width: 200px;}.right210 {	margin-left: 10px;	float: left;	width: 200px;}.right210-list ul {	margin-left: 10px;	width: 200px;	list-style-type: disc;}.right210-list li {	text-align: left;	list-style-type: disc;	margin-left: 15	px;	list-style-position: outside;}/* right */div#Right {	float: left;	width: 150px;	margin-left: 10px;}div#Rihgt #menu ul {	list-style-type: none;	margin: 0px;}div#Right #menu li {	margin-left: 5px;	list-style-type: none;	text-align: center;	padding-bottom: 3px;}/* footer */div#Footer {	clear: both;	width: 620px;	height: 30px;	text-align:center;}
