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

.h3_basic {
	background: url(../../../common/img/h3/img_resident01.jpg) no-repeat right 0;
}

.blue_box {
	-moz-border-radius: 10px;    
	-webkit-border-radius: 10px; 
	border-radius: 10px;         
	behavior: url(../../blog/css/border-radius.htc);    
	background-color: #c5e3f8;   
	padding: 10px;
}

.pink_box {
	-moz-border-radius: 10px;    
	-webkit-border-radius: 10px; 
	border-radius: 10px;         
	behavior: url(../../blog/css/border-radius.htc);    
	background-color: #fee8f1; 
	border: 4px #f697be solid;  
	padding: 10px;
	background-image: url(../img/img03.png), url(../img/img04.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top right, left bottom;

}

