/* CSS Document */

.corner{
   width: 530px;
   height: auto;
   float: left;
   padding-top: 10px;
   padding-bottom: 10px;
   margin-top: 5px;
   color: #333333;
   font-size: 120%;
   line-height: 2.0;
}
.corner h3{
   font-size: 140%;
   font-weight: bold;
   color: #0099CC;
   text-indent: 20px;
   background: url(../img/button_arrow01_right.gif) top no-repeat;
}
.corner p{
	width: 530px;
	padding: 5px;
	font-size: 80%;
	color: #666666;
	line-height: 2.0;
	border-bottom: #CCCCCC 1px solid;
	float: left;
}
.corner img.suble{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	border:solid 1px #ddd;
 }