/* CSS Document */



BODY				{background-color:#ffffff;
					 background-image:url("../img/top/back.jpg");
					 background-repeat:no-repeat;
background-position: center;
 background-attachment: fixed;
}

			 

A:link,A:visited	{color:#E16E4B;

					 background:none;

					 text-decoration:underline;

					 font-size:12px;}

A:hover,A:active	{color:#952300;

					 text-decoration:underline;

					 font-size:12px;}

					 

					 

/* index.html 文字デザイン */

DIV					{text-align:center;

					 font-size:12px;}

DIV.d				{text-decoration:none;

					 color:#222222;

					 text-align:left;

					 font-size:12px;}

DIV.since			{text-decoration:none;

					 color:#444444;

					 text-align:center;

					 font-size:12px;}

DIV.update			{text-decoration:none;

					 color:#CB3A27;

					 font-weight:bold;

					 text-align:center;

					 font-size:14px;}

					 

/* index.html テーブルデザイン */

TABLE				{margin-left:auto;

					 margin-right:auto;

					 background:none;

					 text-decoration:none;

					 border-spacing:0px;

					 border-padding:0px;

					 border:0;}

TD					{text-align:center;}
