/* ----- メインcss------------------------------------ */body{	font-size: 12px;	cursor: crosshair;	color: #333;	text-align:left;	background-color:#FFF;	line-height: 1.8em;	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}a {	text-decoration: none;	cursor: e-resize;	color: #F30;}a:hover {	color: #F36;}a:active {	color: #F36;	text-decoration: none;}a:link {	color: #F30;}a:visited {	color: #F93;	text-decoration: none;}img {	border:none;}hr {	color: #000;	height: 2px;	border: 0px;	border-bottom: 1px dotted;	margin: 5px 0px;}table {	font-size: 12px;	cursor: crosshair;	color: #333;	text-align:left;}/* -----体裁------------------------------------ */#main_flame {	padding: 20px;              /* 余白指定 */	background-color:  #0ff;    /* 背景色指定 */	height: 1500px;              /* 高さ指定 */}#hedder_ill {	background-color:  #00f;    /* 背景色指定 */	width: 1000px;               /* 幅指定 */	height: 400px;               /* 高さ指定 */	margin:  0 auto;            /* 中央寄せ */}