@charset "UTF-8"; 

/*==================================================
	Site name : NHK Public Welfare Organization.
	Modified  : Apr. 22, 2009
	Directory : /shared/css/
==================================================*/
#page {
	padding: 30px 0 0;
}
#page h1 {
	margin: 0;
	padding: 0;
	height: 44px;
	font-weight: bold;
	font-size: 153.9%;
	line-height: 1.231;
	overflow: hidden;
}

/*	article
==================================================*/
#article:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
#article {
	margin: -44px 0 0 0;
	padding: 55px 0 0 0;
	position: relative;
	z-index: 2;
	background: #fff url("../../info/img/h1_001.gif") 0 0 no-repeat;
	min-height: 1%;
	_height: 1px;
	zoom: 1;
}
#article #program.column {
	margin: 0;
	width: 462px;
	border: 3px solid #9dbdf1;
}
#article #news.column {
	margin: 0 0 0 14px;
	width: 462px;
	border: 3px solid #9dbdf1;
}
#article h2 {
	margin: 4px 0 34px 7px;
	font-size: 116%;
	height: 57px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
#article .section {
	margin: -95px 0 0 0;
	padding: 90px 0 0 0;
	position: relative;
	z-index: 3;
	zoom: 1;
}
#article #program .section {
	background: #fff url("../../info/img/h2_001.gif") 7px 7px no-repeat;
}
#article #news .section {
	background: #fff url("../../info/img/h2_002.gif") 7px 7px no-repeat;
}
#article .entry {
	margin: 0 16px 27px;
	padding: 0 0 10px;
	border-bottom: 3px solid #9dbdf1;
	zoom: 1;
}
#article .entry h3 {
	margin: 0 0 17px;
	padding: 0 0 0 14px;
	font-size: 108%;
	line-height: 1.6;
	color: #202020;
}
#article .entry h4 {
	line-height: 1.6;
}
#article .entry p {
	line-height: 1.6;
	padding: 0 0 .5em 5px;
	color: #3b3b3b;
}
#article .entry p strong {
	line-height: 1.6;

}
#article .entry p.more {
	font-size: 93%;
	padding: 0 0 7px;
	color: #00f;
	text-align: right;
}
#article #program .entry h3 {
	border-left: 7px solid #55a97e;
}
#article #program .entry h4 {
	color: #067122;
}
#article #news .entry h3 {
	border-left: 7px solid #518a94;
}
#article #news .entry h4 {
	color: #256d79;
}

