@charset "UTF-8";
	
	body {
		background: #f7f6f4;
		font-family:  Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
		line-height:1.6;
		font-size:100%;
		margin: 0 0 20px 0;
		padding: 0;
		-webkit-user-select: none;
		-webkit-text-size-adjust: none;
		text-align:center;
		}
		
		/* standard paragraph on body */
		
		a {
			color: #999;
			}
		
		a:hover {
			color: #666;
			}
			
		img {
			border: 0;
			}
	
		/* footer */
		div#footer {
			font-size:80%;
			width:480px; 
			text-align:center; 
			margin:20px auto 0 auto;
			color: #666;
			}		