@charset "utf-8";
/* CSS Document */

*						{
						margin: auto;
						padding: auto;
						}
						
html,body				{
						background-color: #fff6fa;
						background-image: url(img/bkground.gif);
						background-repeat:no-repeat;
						background-attachment: fixed;
						background-position:left inherit;
						font-size:13px;
						}


#main					{
						text-align:center ;
						}
						
a img					{
   						border-style:none;
						}
						

a:hover	img 			{
						opacity:0.8;
						filter: alpha(opacity=80);
						-ms-filter: "alpha( opacity=20 )";
						background: #000;
						}
						
#mmm					{
						text-align:center ;
						}
						
#contents				{
						background-image:url(img/siro.png);
						background-position:left inherit;
						width: auto;
						height: auto;
						}