@charset "shift_jis";

body {
	background-image: url(../img/bg_menubar02.gif);
	background-repeat: repeat-x;

}

img.pdficon{
	width: 17px;
	height: 17px;
	margin: 2px 2px 0px;
}

/*コンテナ*/
#container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
/*ヘッダー*/
#header {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header_wrapper {
	width: 980px;
	height: 80px;
}

/*ヘッダー：ロゴ部分*/
#header_wrapper h1 {
	width: 286px;
	float: left;
	padding: 6px 0 0;
}

#header_wrapper h1 img{
	display: block;
	width: 286px;
	height: 64px;
}

/*ヘッダー：検索・リンク（小）部分*/
#header_wrapper #header_search {
	width: 694px;
	float: right;
	padding-top: 45px;
	font-size: 12px;
}
/*▼▼▼Google検索▼▼▼*/
#header_search div#google {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: auto;
	white-space: nowrap;
}
#header_search div#google form {
	display: inline;
}
#header_search div#google img {
	vertical-align: bottom;
	width: 96px;
	height: 22px;
}
/*▲▲▲Google検索▲▲▲*/
/*▼▼▼リンク（小）▼▼▼*/
#header_search div#s_link {
	padding-top: 0.5em;
	padding-right:1em;
}
div#s_link ul {
	margin: 0;
	list-style: none;
	padding-right: 10px;
}
div#s_link li {
	float: left;
	margin: 0;
	padding: 0;
}
div#s_link img {
	margin:0;
}
div#s_link li img {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	display: block;
}
div#s_link li.sitemap {
	display: block;
	width: 73px;
	height:17px;
	background-image: url(../img/header_s_menu_sitemap_om.gif);
}
div#s_link li.etsuran {
	display: block;
	width: 80px;
	height:17px;
	background-image:url(../img/header_s_menu_etsuran_om.gif);
}
div#s_link li.otoiawase {
	display: block;
	width: 82px;
	height:17px;
	background-image:url(../img/header_s_menu_otoiawase_om.gif);
}
div#s_link li.link {
	display: block;
	width: 71px;
	height:17px;
	background-image:url(../img/header_s_menu_link_om.gif);
}
div#s_link li.sitemap a {
	display: block;
	width: 73px;
	height:17px;
}
div#s_link li.sitemap a img{
	width : 73px;
	height: 17px;
}
div#s_link li.etsuran a {
	display: block;
	width: 80px;
	height:17px;
}
div#s_link li.etsuran a img{
	width: 80px;
	height:17px;
}
div#s_link li.otoiawase a {
	display: block;
	width: 82px;
	height:17px;
}
div#s_link li.otoiawase a img{
	width: 82px;
	height:17px;
}
div#s_link li.link a {
	display: block;
	width: 71px;
	height:17px;
}
div#s_link li.link a img{
	width: 71px;
	height:17px;
}
div#s_link li a:hover img {
	visibility:hidden
}
div#s_link li a:hover {
	background-color: transparent;
}
div#s_link img {
	vertical-align: bottom;
}
/*▲▲▲リンク（小）▲▲▲*/
/*▼▼▼Englishボタン▼▼▼*/
#header_search .btn_english {
	padding-left: 10px;
	white-space: nowrap;
}
/*▲▲▲Englishボタン▲▲▲*/


/*ヘッダー：メニューボタン部分*/
#header #header_menu {
	background-image: url(../img/header_menu_om.gif);
	height: 35px;
	width: 900px;
}
#header_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header_menu li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#header_menu img {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#header_menu ul#category {
	padding-right: 20px;
	width: 520px;
}
#header_menu ul#category li a img{
	width: 130px;
	height: 35px;
}
#header_menu ul#search{
	padding-right: 19px;
	width: 236px;
}
#header_menu ul#search li a img{
	width: 118px;
	height: 35px;
}
#header_menu ul#member{
	width: 105px;
}
#header_menu ul#member li a img{
	width: 105px;
	height: 35px;
}

/*ヘッダーメニューのロールオーバー*/
#header_menu li a {
	display: block;
	float:left;
}
#header_menu a:hover img {
	visibility:hidden
}
#header_menu a:hover {
	background-color: transparent;
}
#main_wrapper {
	width: 980px;
	margin: 0px auto;
	text-align: left;
}

/*フッター*/
#footer {
	width: 100%;
	background: url(../img/footer_back02.gif) repeat-x left bottom;
	height: 34px;
}
#footer address img{
	width: 900px;
	height: 34px;
}

/*メイン部分*/
#main {
	width: 684px;
	float: right;
	padding-top: 0.8em;
}

#main ol{
	margin: 1em 2em 0;
	padding-left: 1.5em;}
#main ol li{
	margin-bottom: 0.5em;
}

/*パンくずリスト*/
#pankuzu {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #2B3860;
	padding-left: 0px;
}
#pankuzu a {
	margin-right: 0.4em;
	margin-left: 0.4em;
}

#main h2 img{
	display: block;
	width: 684px;
	height: 71px;
}

#main #main_contents{
	width: 640px;
	margin: 15px 20px 10px;
}

#main iframe{
	margin: 0px auto 1em;
}

#main #sub_list ul {
	list-style-type: none;
	width: auto;
	margin: 1em 1em 1em;
}

#main #sub_list li {
	border: #CCCCCC solid 1px;
	width: 300px;
	margin-bottom: 1em;
	font-weight: bold;
}
#main #sub_list li a {
	background:url(../img/menulist_point_s.gif) no-repeat 0.3em center #FFFFFF;
	padding: 0.2em 0.2em 0.2em 1.2em; 
	display: block;
}
#main #sub_list li a:hover {
	background:url(../img/menulist_point_s_om.gif) no-repeat 0.2em center #FBFBFF;
}

#main #sub_list li.list_left {
	float: left;
}
#main #sub_list li.list_right {
	float: right;
}

/*メイン：ページトップへ*/
.pagetop {
	clear: both;
	text-align: right;
	padding: 1em 0px;
}
.pagetop a {
	background: url(../img/arrow_up.gif) no-repeat left center;
	margin-right: 22px;
	padding-left: 1em;
}
.pagetop a:hover {
	background: url(../img/arrow_up_om.gif) no-repeat left center;
}

#main .pagetop {
	clear: none;
	text-align: right;
	padding: 1em 0px;
}
#main .pagetop a {
	margin-right: 0px;
}
/*メイン部分終了*/

/*サイドメニュー*/
#sidemenu {
	width: 270px;
	float: left;
}
#sidemenu img {
	vertical-align: bottom;
}
#sidemenu ul#category_menu {
	list-style-type: none;
	width:240px;
	margin-top:0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 30px;
}
#sidemenu ul#category_menu ol {
	list-style-type: none;
}
#sidemenu ul#category_menu img {
	border: 1px solid #CCCCCC;
	margin: 0.8em 0 0.2em;
}
#category_menu ol {
	list-style-type: none;
	padding: 0em;
	margin: 0 0 0.2em;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}
#category_menu ol#contentsmenu_public {
	background-color: #FBFBFF;
	
}
#category_menu ol#contentsmenu_edu {
	background-color: #E7F5EE;
	
}
#category_menu ol#contentsmenu_media {
	background-color: #FFFBFB;
}
#category_menu ol li {
	padding: 0.2em 0 0.2em 1em;
	margin: 0em;
	border-bottom: solid 1px #CCCCCC;
}
#category_menu ol li a {
	background: url(../img/menulist_point.gif) no-repeat left center;
	padding-left: 12px;
}
#category_menu ol li a:hover {
	background: url(../img/menulist_point_om.gif) no-repeat left center;
}


/*サブメニュー*/
#submenu {
	margin-left: 30px;
	margin-bottom: 1em;
}

#submenu ul {
	list-style-type: none;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	margin-bottom: 0.8em;
	width: 240px;
}
#submenu li {
	border-bottom: solid 1px #CCCCCC;
	width: 240px;
	margin: 0;
	padding: 0;
}
#submenu span a {
	padding: 0.3em 0.2em 0.3em 2em;
	background: url(../img/menulist_point_s.gif) no-repeat 1.2em center;
	color: #042c63;
	text-decoration: none;
	font-size: 90%;
}
#submenu span a:hover {
	background: url(../img/menulist_point_s_om.gif) no-repeat 1.2em center;
}


#submenu ul img {
	vertical-align: bottom;
}

#submenu .indent {
	margin-left: 10px;
}



/*通常のリスト*/
#main_contents ul.normal{
/*	width: 500px;*/
	margin: 2em 1em 1em 1em;
	padding-left: 30px;
	list-style-position: outside;
	list-style-image: url(../img/menulist_point_s.gif);
}
#main_contents ul.normal li{
	font-weight: bold;
	padding: 0.2em 0em 0.5em;;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 1em;
}
#main_contents ul.normal li a{
	position: relative;
	margin-left: 5px;
	*top: -4px ;	/*IE Hack*/
	*margin-left: 12px;	/*IE Hack*/
}

#main_contents ul.normal li img.pdficon{
	width: 17px;
	height: 17px;
	margin-left: 5px;
	position: relative;
	_top: -5px;
}

/*タイトル直下のサブリスト*/
#main #sub_list ul {
	list-style-type: none;
	width: auto;
	margin: 1em 1em;
}

#main #sub_list li {
	border: #CCCCCC solid 1px;
	width: 300px;
	margin-bottom: 1em;
	font-weight: bold;
}
#main #sub_list li a {
	background:url(../img/menulist_point_s.gif) no-repeat 0.3em center #FFFFFF;
	padding: 0.2em 0.2em 0.2em 1.2em; 
	display: block;
}
#main #sub_list li a:hover {
	background:url(../img/menulist_point_s_om.gif) no-repeat 0.2em center #FBFBFF;
}

#main #sub_list li.list_left {
	float: left;
}
#main #sub_list li.list_right {
	float: right;
}

/*共通テキスト*/
.small{
	font-size: 0.75em;
}
.large{
	font-size: 1.25em;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.underline{
	text-decoration: underline;
}
.red{
	color: #FF0000;
}
