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

h3{
color:#CC0033;
font-size:16px;
text-align:center;
border:dotted 1px #CC0033;
}

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

#contents-right{
	float:left;
	width:230px;
	margin-top:2px;
	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;
}

