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

#profile h4{
	font-size:22px;
	color:#555555;
	font-weight:normal;
	margin-bottom:20px;
}
#profile p{
	color:#555;
	width:555px;
	float:left;
	line-height:180%;
}
#profile img{
	float:right;
}
#main_img{
	height:430px;
	background-image:url(main_img.jpg);
	background-color:#006098;
}
.gray_area{
	widht:100%;
	min-width:980px;
	background:#eee;
}
.black_area{
	padding:50px 0 40px;
}
.black_area img{
	margin-left:15px;
}
.black_area img:first-child{
	margin:0;
}
.event_cont h4+div{
	/*height:300px;*/
	text-align:center;
}