@charset "UTF-8";

/*=============================================================
	RESET
=============================================================*/

* { 
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Lucida Grande','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif; 
	
	/* background: #97CAE4 url(images/bg.jpg) no-repeat scroll center top; */
	color: #3B5564;
}

img {
	border: none;
}

dt {
	font-weight: bold;
}

ul {
	list-style-type: none;
}

ol {
	padding-left: 20px;
}

ol ul {
	list-style-type: disc;
	margin-left: 20px;
}

.center {
	text-align: center;
}

ul.circle,
dl.circle {
	margin-bottom: 20px;
}

ul.circle li,
dl.circle dd {
	background: url(images/circle.png) no-repeat 0 4px;
	text-align: left;
	padding-left: 20px;
}

dl.inline dt {
	display: inline-block;
	width: 100px;
	vertical-align: top;
}

dl.inline dd {
	display: inline-block;
	width: 450px;
	vertical-align: bottom;
}

dl.inline dl dt,
dl.inline dl dd {
	display: block;
	width: 100%;
}

input, select, textarea {
/* 	border:1px solid #CCCCCC; */
	font-family: Osaka, Verdana, Meiryo, Arial, MS PGothic, sans-serif;
}

a:link {
	color: #1B4077; /* #B0351A */
	text-decoration: none;
}

a:visited {
	color: #551cbc; /* #981C01; */
	text-decoration: none;
}

a:hover {
	color: #981C01;
	text-decoration: underline;
	background /**/: #FEEBE3;
}

a:active {
	color: #981C01;
	text-decoration: underline;
	background /**/: #FEEBE3;
}

ul.disc {
	list-style: disc;
	padding-left: 20px;
}

/*=============================================================
	container
=============================================================*/

#wallpaper {
	overflow: hidden;
	width: 920px;
	padding-left:20px;
	/* background: url(images/bg_shadow_left.png) left 0 repeat-y; */
	margin: 0 auto;
}

#container {
	width: 900px;
	margin: 20px auto 0;
	border-top: 10px solid #b9d281;
}

/*=============================================================
	header
=============================================================*/

#header {
	width: 900px;
	position: relative;
	z-index: 1;
}

#header div.home {
	background:url(images/h_home.jpg) no-repeat right bottom;
}
#header div.activity {
	background:url(images/h_activity.jpg) no-repeat right bottom;
}
#header div.organization {
	background:url(images/h_organization.jpg) no-repeat right bottom;
}
#header div.contact {
	background:url(images/h_contact.jpg) no-repeat right bottom;
}

#header #header_left {
	float: left;
	padding-top: 20px;
	width: 250px;
}

#header #header_right {
	float: right;
	width: 650px;
	height: 90px;
}

#navigation {
	margin: 10px 0;
	float: right;
	position: relative;
	z-index: 100;
}

#search {
	float: right;
}

#searchform1 {
	width:272px;
	overflow:hidden;
}

form#searchform1 {
	position: relative;
}
#keywords1	{
	width: 160px;
	height: 16px;
	background: url(images/search.png) no-repeat 8px 3px;
	border: 1px solid #CCC;
	padding: 2px 2px 2px 26px;
}
#searchBtn1	{
	position: absolute;
	top: 0;
	left: 195px;
}

/*=============================================================
	contents=main+side
=============================================================*/

#contents {
	background: #fff;
}

#contents .jump {
	text-align: left;
	margin-bottom: 20px;
}

#contents .jump ul {
	float: right;
}

#contents .jump li {
	padding-left: 20px;
	padding-right: 20px;
	background: #fff url(images/arrow.gif) no-repeat 0 1px;
}

/*=============================================================
	main
=============================================================*/

#main {
	width: 690px; /* 650px; */
	text-align: left;
 	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	float: right;
}

#main a:link {
	color: #1B4077;
}

#main a:visited {
	color: #551cbc;
}

#main h1 {
	/* background: url(images/bg_h1.png) no-repeat 0 bottom; */
	background: #999;
	font-size: 120%;
	padding: 5px 10px;
	line-height: 1;
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
}

#main h2 {
	font-size: 120%;
	font-weight: bold;
	border-left: 7px solid #b9d281;
	padding-left: 10px;
	margin: 5px 0;
}

#main dl {
	margin-bottom: 20px;
}

#main dt {
	margin-top: 10px;
}

#main .info {
	padding: 10px;
	padding-left: 40px;
	border: #ffcccc 3px solid;
	background: #fff7f7 url(images/info.gif) no-repeat 10px 10px;
	width: 500px;
	line-height: 24px;
	margin: 0 auto 20px;
}

#main .jump ul {
	padding: 10px;
	background: url(images/bg_jump.png);
}

#main .jump li {
	padding: 5px 15px 5px 30px;
	background: #fff url(images/arrow.gif) no-repeat 7px 7px;
}

#main #sitemap .h2indent {
	width: 290px;
}

#main #top_image{
	background: #fff url(images/top_image.jpg) no-repeat left center;
	width: 655px;
	height: 170px;

	margin-bottom: 20px;
}

#main #newsletter {
	border: #b9d281 1px solid;
	margin: 10px;
	padding: 10px;
}

#main #newsletter h3 {
	background: #b9d281;
	padding: 5px;
	margin-right: 10px;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	display: inline;
}

#main p {
	padding: 10px 0;
}

#main p.center {
	text-align: center;
}

#main p.img_left img {
	float:left;
	padding: 10px;
}

#main #subNavi {
	padding-bottom: 10px;
}

#main #subNavi li {
	display: inline;
}

#main #subNavi li a {
	background: #b9d281;
	padding: 5px 10px;
	color: #ffffff !important;
	text-decoration: none;
}

#main #subNavi li a:hover {
	background: #ccc;
}

/*=============================================================
	side
=============================================================*/

#side {
	background: url(images/bg_side.jpg) no-repeat;
	color: #000;
	width: 160px; /* 220px; */
	padding: 10px 10px 0;
	float: left;
}

#side h2 {
	font-size: 120%;
	font-weight: bold;
	border-left: 7px solid #b9d281;
	padding-left: 10px;
	margin: 5px 0;
}

#side .block {
	padding: 10px;
	border-top: 1px solid #b9d281;
	font-size: 80%;
}

#side #phrase {
	line-height:2em;
/* 	margin-bottom:100px; */
	font-size: 90%;
}

#side ul#sideNavi {
	min-height:1px;
}

#side ul#sideNavi {
	background-color:#EEEEE9;
	/* border-bottom:1px solid #DDDDDD; */
	line-height:1;
	/* margin:25px 0 -21px; */
	padding:0;
	margin-bottom: 20px;
	/*width: 210px; */
}

#side ul#sideNavi li {
	font-size:12px;
	list-style-type:none;
	margin:0;
	padding:0;
	/* width:150px; */
}

#side ul#sideNavi li a {
	background-color:#b9d281;
	border-color:#999 #fff #fff -moz-use-text-color;
	border-style:none solid solid none;
	border-width:1px 1px 1px medium;
	color:#FFFFFF;
	display:block;
	padding:0.6em 10px;
	position:relative;
	text-align:center;
	text-decoration:none;
}

#side ul#sideNavi li a:hover {
	/* background: #fdd0e7; */
	background: #ccc;
}

#side .home {
	overflow: hidden;
	background: url(images/home.png) no-repeat 0 50%;
	padding-left: 20px;
}

#side .block .block_title {
	background: url(images/blur.jpg) repeat-y right 0;
	line-height: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}

#side .block .block_content {
	font-size: 90%;
	width:210px;
}

#side dt {
	font-weight: bold;
}

#side dd {
	border-bottom: #ccc 1px dashed;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 90%;
}

/*=============================================================
	footer
=============================================================*/

.pagetop {
	background: #fff;
	text-align: right;
	padding-right: 10px;
	padding-top: 50px;
	margin-bottom: 10px;
}

#footer {
/* 	background: #E8EFF2 url(images/bg_footer.gif); */
	background: #b9d281;
	text-align:center;
	color:#fff;
	height:45px;
	width:900px;
	padding: 10px 0;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	background: none;
}

#footer ul {
	width: 750px;
	height: 20px;
	font-size: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#footer ul li {
	border-right: 0px solid #fff;
	padding: 0px 5px;
	display: inline;
}

#footer ul li.last {
	border-right: 0px;
}

/*=============================================================
	index
=============================================================*/

.index h1 { display: none; }
