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

h3{
	font-size:16px;
	background-image: url(01.jpg);
	background-repeat: no-repeat;
	height: 161px;
	width: 660px;
	text-indent: -9999px;
}

.contents-left{
	float:left;
	width:400px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:2px;
	text-align:center;
}

.contents-right{
	float:left;
	width:230px;
	margin-top:10px;
	margin-bottom:2px;
	margin-right: 0px;
	margin-left: 0px;
}

.contents-right p{
font-size:12px;
text-align:center;
}

.red{
font-weight:bold;
color:#FF0000;
}

.green{
font-weight:bold;
color:#006633;
font-size:12px;
}

