@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h2{
	background:url(../image/h2_bg.gif) no-repeat 7px 8px;
	border-bottom:#DACDA5 solid 2px;
	font-size:1.3em;
	line-height:1.4;
	padding:5px 0 1px 26px;
	margin-bottom:20px;
}

#content .banner{
 margin-bottom: 20px;
}

#content #hello{
	zoom:1;
	overflow:hidden;
	margin:-3px 0 30px;
	}
	
#content #hello div{
	float:right;
	border:#ccc solid 1px;
	margin-top:3px;
	}
	
#content #hello p{
	margin:0 222px 0 0;
}

#content #hello p.blank{
	margin:0px;
	
	}