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

#contents{
	margin-top: 10px;
	margin-left: 30px;
	font-size: 14px;
	background-image: url(../images/baggio2_01.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#contents table{
	margin-top: 10px;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.left{
	width: 100px;
}
.right{
	width: 450px;
}
#contents table td{
	border-style: solid;
	border-color: #639;
	border-width: 3px;
	padding: 5px;
}
#contents p{
	font-size: 16px;
	color: #009;
	text-indent: 25px;
	background: url(../images/ball_01.gif) no-repeat left center;
}