@charset "UTF-8"; 

/*==================================================
	Site name : NHK Public Welfare Organization.
	Modified  : Apr. 21, 2009
	Directory : /shared/css/
==================================================*/
body {
	margin: 0 auto;
	text-align: center;
}
#container {
	margin: 0 auto;
	width: 950px;
	text-align: center;
}
/*	header
==================================================*/
#header {
	margin: 0 auto;
	width: 950px;
	height: 182px;
	text-align: left;
	background: #fff url("../img/bg_001.jpg") 0 0 repeat;
}
#header .title {
	margin: 0 0 0 28px;
	padding: 29px 0 0 0;
	width: 400px;
	float: left;
	display: inline;
}
#header .logo {
	margin: 0 0 12px;
	padding: 0;
	height:  65px;
	overflow: hidden;
}
#header p.desc {
	margin: 0 0 19px 2px;
	padding: 0;
	height: 15px;
	overflow: hidden;
}
#header .title img {
	vertical-align: bottom;
}
#header div.nav {
	clear: both;
	width: 950px;
	height: 42px;
	background: transparent url("../img/bg_002.jpg") 0 0 repeat;
}
#header div.nav ul.nav {
	margin: 0 0 0 19px;
	padding: 6px 0 0;
	width: 576px;
	float: left;
	display: inline;
}
#header div.nav ul.nav li {
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none inside;
	float: left;
	display: inline;
}
#header div.nav ul.nav li img {
	border: 1px solid #fff;
}

#header div#fonts.support {
	float: right;
	display: inline;
	background-color: #fff;
	width: 164px;
	height: 41px;
}
#header div#fonts.support img {
	margin: 16px 9px 0 13px;
	float: left;
	display: inline;
}
#header div#fonts.support input {
	margin: 9px 8px 0 0;
	float: left;
	display: inline;
}
#header div#fonts.support noscript p {
	padding: 5px 10px;
	font-size: 85%;
	line-height: 1.4;
	color: #c00;
	clear: both;
	background-color: #fff;
}

#header div.nav div#srch.support {
	margin: 0 18px 0 0;
	width: 214px;
	float: right;
	display: inline;
}
#header div.nav div#srch.support form fieldset legend {
	display: none;
}
#header div.nav div#srch.support p:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
#header div.nav div#srch.support p {
	margin: 0;
	padding: 10px 0 0;
	min-height: 1px;
	height: 1%;
}
#header div.nav div#srch.support input {
	float: left;
	display: inline;
	line-height: 1;
}
#header div.nav div#srch.support input#search {
	margin: 0 8px 0 0;
	padding: 1px 0;
	width: 135px;
	font-size: 93%;
	border: 1px solid #888;
	_padding: 3px 0;
}
*:first-child+html #header div.nav div#srch.support input#search {
	padding: 3px 1px;
}/* for IE8 */
html>/**/body #header div.nav div#srch.support input#search {
	padding /*\**/: 3px 1px\9;
}
#header div.nav div#srch.support input.submit {
}

/*	page
==================================================*/
#page {
	margin: 0 auto;
	padding: 16px 0 0;
	width: 950px;
	background: transparent url("../img/bg_003.gif") 0 0 repeat-x;
	text-align: left;
}

/*	support
==================================================*/
#page .support {
	margin: 0 auto;
	padding: 15px 0 15px 0;
	width: 950px!important;
	clear: both;
	background-color: #fff;
}
#page .support ul#utility.nav {
	margin: 20px 0 0 7px;
	padding: 0;
	border-left:1px solid #7d7d7d;
	float: left;
	display: inline;
}
#page .support ul#utility.nav li {
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	list-style: none inside;
	border-right:1px solid #7d7d7d;
	float: left;
	display: inline;
}
#page .support p.pagetop {
	margin: 20px 6px 0 0;
	padding: 0 0 0 20px;
	float: right;
	display: inline;
	line-height: 1.4;
	background: url("../img/icon_001.gif") 0 50% no-repeat;
}
#page a:link,
#page a:visited {
	border-bottom: 1px dotted #00f;
	color: #00f;
}
#page a:hover,
#page a:active,
#page a:focus {
	border-bottom: 1px solid #f2580c;
	color: #f2580c;
}

/*	footer
==================================================*/
#footer {
	margin: 0 auto;
	width: 950px;
	background-color: #818ea9;
	color: #fff;
}
#footer p.copyright {
	padding: 1.2em 1.2em 3.5em 0;
	text-align: right;
	font-size: 93%;
	line-height: 1.5;
}