<!--背景の設定-->
body {}
	#body_title	{	background-image: url(wall/space.jpg);
				color: white;
				text-align: center;
				font-style: normal;
				}
	#body_menu	{	background-image: url(wall/space.jpg);
				color: white;
				font-style: normal;
				}
	#body_top	{	background-image: url(wall/space.jpg);
				color: white;
				text-align:center;
				font-style: normal;
				}

p {}
	#p_center	{	text-align: center;
				}
	#p_left		{	text-align: left;
				}
	#p_causion	{	text-align: center;
				font-weight: bold;
				color: red;
				}
	#p_causion_title{	text-align: center;
				color: red;
				font-weight: bold;
				font-size: x-large;				
				}
	#p_title	{	text-align: center;
				color: blue;
				font-weight: bold;
				font-size: x-large;				
				}
	#p_what_new	{	text-align: center;
				color: blue;
				font-weight: bold;
				font-size: x-large;				
				}
	#p_red_bond	{	text-align: center;
				font-weight: bold;
				padding: 0.5em;
				border: solid 8px #ff3300;
				border-style: double;
				color: red;
				width: 660px;
				margin-right: auto;
				margin-left: auto;
				}
	#p_main_bond	{	text-align: center;
				font-weight: bold;
				padding: 0.5em;
				border: solid 8px #ff3300;
				border-style: double;
				color: red;
				width: 0px;
				height: 0px;
				margin-right: auto;
				margin-left: auto;
				}
	#p_show_checkb	{	text-align: center;
				font-weight: bold;
				padding: 0.5em;
				border: solid 8px #3399cc;
				border-style: double;
				color: blue;
				width: 400px;
				height: 20px;
				margin-right: auto;
				margin-left: auto;
				}


img {}
	#img_center	{	margin-left: auto;
				margin-right: auto;
				/*text-align: center;*/
				border-width: 0;
				}
	#img_button	{	border-width: 0;
				}

table {}
	#table_center	{	margin-left: auto;
				margin-right: auto;
				}
td	{}
	#td_pic_width	{	text_align: center;
				width: 320;
				}
th {}
	#th_top_size	{	width: 256;
				heigth: 192;
				}

{text-align:center;}
<!--赤文字-->
.cau {color: red}
