/*初期化*/body {	margin: 0px;	padding: 0px;	background-color: #9EE;}/*見出しのマージン・余白クリア*/h1, h2, h3, h4, h5, h6 {	margin: 0px;	padding: 0px;}/*divのクリア*/div {	margin: 0px;	padding: 0px;}/*段落の基本設定*/p {	font-size: 14px;	line-height: 24px;	padding: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 18px;	margin-left: 0px;}/*すべてにフォント設定*/* {	font-family: "Osaka", "ＭＳ ゴシック", "Trebuchet MS", "Arial", "Helvetica";}/*基本的リンク設定*/a {	color: #03C;	text-decoration: underline;}a:hover {	color: #F30;	text-decoration: none;}/*メニュー部とコンテンツのマージン設定*/div#contents {	margin-top: 40px;}/*全体をw750pxで囲むテーブル*/table#pagecover {	background-color: #FFF;	margin-bottom: 24px;}/*SEOテキスト部の設定*/td#seotxt {	padding-top: 7px;	padding-bottom: 7px;	padding-right: 10px;	padding-left: 20px;	background-color: #03B;	border-top-width: 1px;	border-right-width: 1px;	border-bottom-width: 1px;	border-left-width: 1px;	border-bottom-style: solid;	border-top-color: #CED;	border-right-color: #CED;	border-bottom-color: #CED;	border-left-color: #CED;}td#seotxt p {	font-size: 12px;	line-height: 13px;	margin: 0px;	color: #CED;}/*段落基本フォントサイズ12pxのところ*/td#copyright p, td#txtnavi p, td#footer p {	font-size: 12px;	line-height: 20px;}/*「bodyarea」の設定*/td#bodyarea {	padding-top: 20px;	padding-right: 30px;	padding-bottom: 20px;	padding-left: 35px;}/*「sidenavi」の設定*/td#sidenavi {	padding: 0px;	width: 225px;	background-color: #DEF;	background-image: url(img_sidenavi/sidenavi_endbg.gif);	background-repeat: repeat-x;	background-position: left bottom;}/*見出しのテキスト設定−−−−−−−−−−−−−−*//*−h3−：ページタイトル*/h3 {	font-size: 24px;	font-weight: normal;}/*−h4−：*/h4 {	font-size: 20px;	font-weight: normal;}/*−h5−：*/h5 {	font-size: 16px;	font-weight: normal;}