body {
	color: #FFF; /*テキスト色 */
	background-color: #333;
	background-image: url("image/back-333.gif");
	background-attachment: fixed;
	background-repeat: y-repeat;

	text-align: center;
	margin: 10px; padding: 0px;
} 

/* リンク */
A { font-weight:bold; text-decoration:none; }
A:hover { color:GOLD;}

/* フォーム */
.inp { 
	color: #333333; 
	border-left: 1px solid #666666; 
	border-right: 1px solid #666666; 
	border-top: 1px solid #666666; 
	border-bottom: 1px solid #666666; 
	background-color: #CCCCCC; 
}
.btn { 
	color: #333333; font-size: 12px; 
	border-left: 1px solid #666666; 
	border-right: 1px solid #666666; 
	border-top: 1px solid #666666; 
	border-bottom: 1px solid #666666; 
	background-color: #FFFFFF; 
}

/* テーブル */
table.t {
	border: 1px solid #666666; 
	line-height: 130%;

	margin: 10px;
	padding: 5px 7px;
}
