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

.pankuzu{
	margin:10px auto 10px !important;
}

#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{
	background-image:url(main_img.jpg);
	background-color:#588E8F;
	height:760px !important;
}
.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;
}

@media screen and (max-width: 580px) {
	#main_img{
		background:none;
		height:auto !important;
}
}


.event_cont2{
	margin-bottom:30px;
}
.event_cont2 .title{
	color:#378772;
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
}
.event_cont2 .date_area{
	color:#555555;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:3px;
}
.event_cont2 .rect{
	padding:20px;
	background-color:#EEE;
}
.event_cont2 .explanation{
	color:#333333;
	font-weight:bold;
	font-size:16px;
	padding-bottom:10px;
}
.event_cont2 .explanation_red{
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	color:#D74323;
}
.event_cont2 .pic_r{
	float:right;
	padding-left:30px;
}
.event_cont2 .rect2{
	padding:20px;
	background-color:#CAE6E1;
}
.event_cont2 .pic{
	padding-top:15px;
}