@charset "utf-8";
/*-----京what_new.css-----*/
#column_main{
		padding-top:20px;
	}
	
#column_r{
	margin:34px 0 0 10px;
	}
	
#p_main_contents h3{
	margin:0 auto 15px auto;
}

/*イベント情報系共通table_style*/
table.event_style01{
	margin:10px auto 30px auto;
	border-collapse:collapse;
}

	table.event_style01 th ,table.event_style01 td{
		border:1px dotted #aaa;
		padding:8px;
	}

	table.event_style01 thead th{
		background:#e0f7d1;
		text-align:center;
	}
	
	table.event_style01 tbody th{
		background:#ffffd1;
		vertical-align:top;
	}
	
	table.event_style01 tbody td{
		vertical-align:top;
	}

.entry_body p img{
	vertical-align:baseline;
}