﻿@charset "UTF-8";

/* プリント用CSS */

@charset "UTF-8";

/* リセットスタイル */

body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset, legend {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family:
		Verdana,
		Arial,
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	line-height: 1.0;
	}

storong, em {
	font-weight: normal; /* 太字解除 */
	font-style: normal; /* 斜体解除 */
	}
/* Win IE 7向け */

*:first-chidl+html * {
	font-family:
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		Verdana,
		Arial,
		sans-serif;
	}

/* Win IE 6向け */

* html * {
	"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		Verdana,
		Arial,
		sans-serif;
	}

/* ******************************************
 * 目次
 *
 * 文書本体
 * リンクテキスト
 * 画像
 * 全体のコンテナ
 * ヘッダー
 * サイドAとB
 * タイトルロゴ
 * グローバルナビゲーション
 * ユーザー支援ナビゲーション
 * ホットブロック
 * リード
 * インフォメーションブロック
 * バナー
 * フッター
 * 著作権表示
 *
 * ******************************************
 */


/* 文書本体 */
body {
	border-top: 6px solid #999999;
	font-size: 16px;
	}


.right{
text-align:right;
}

/* Win IE 6向け */
* html body {
	font-size: medium; /* 「16px」の固定解除 */
	}

/* リンクテキスト */
a:link {
	color:#000000;
	}
a:visited {
	color: #000000;
	}
a:hover, a:focus, a:active {
	color: #000000;
	text-decoration: none;
	}

/* 画像 */
img {
	border: 0;
	vertical-align:bottom;
	}

/* 全体のコンテナ */

#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
	background:
		#ffffff;
	}

/* ヘッダー */
#header {
	background-color: #ffffff;
	text-align:center;
	}

/* トップページエリア */
#area-top {
	width: 100%;
	margin-top:13px;
	border-top: 1px solid #ffffff;
	}
	
/* サイドAとB */

#side-a {
	width: 245px;
	float: left;
	}
#side-b {
	float: right;
	padding-bottom:10px;
	width: 685px;
	}
	

/* タイトルロゴ */

h1#logo, p#logo {
	margin: 7px 0 18px 0;
	font-size: medium; /* フォントサイズを基準値に */
	}

/* グローバルナビゲーション */

#global-nav {
	width: 950px;
	height: 40px;
	background: url(../img/gnavi.gif) no-repeat 0px 0px;
	}

#global-nav h2 {
	height: 0;
	overflow: hidden;
	}
#global-nav ul li {
	 /* display: inline; Win IE 6対策 */
	list-style-type: none;
	font-size: small;
	height: 40px;
	float: left;
	}
#global-nav ul li a {
display: block;
	/* display: inline; */
	height: 40px;
	margin-right:20px;
	text-decoration: none;
	text-indent: -9999px;
	}
#global-nav ul li#introduction a {
	width: 140px;
}
#global-nav ul li#purpose a {
	width: 199px;
}
#global-nav ul li#outline a {
	width: 199px;
}
#global-nav ul li#management a {
	width: 190px;
}
#global-nav ul li#onmedia a {
	width: 133px;
	margin-right:0;
}

/* グローバルナビ Over */

#global-nav ul li#introduction a:hover {
	background: url(../img/gnavi_on.gif) no-repeat 0px 0px;
}
#global-nav ul li#purpose a:hover {
	background: url(../img/gnavi_on.gif) no-repeat -160px 0px;
}
#global-nav ul li#outline a:hover {
	background: url(../img/gnavi_on.gif) no-repeat -379px 0px;
}
#global-nav ul li#management a:hover {
	background: url(../img/gnavi_on.gif) no-repeat -598px 0px;
}
#global-nav ul li#onmedia a:hover {
	background: url(../img/gnavi_on.gif) no-repeat -808px 0px;
}



/* グローバルナビ アクティブ */

#introduction #global-nav ul li#introduction a:link,
#introduction #global-nav ul li#introduction a:visited {
	background: url(../img/gnavi_on.gif) no-repeat 0px 0px;
	}

#purpose #global-nav ul li#purpose a:link,
#purpose #global-nav ul li#purpose a:visited {
	background: url(../img/gnavi_on.gif) no-repeat -160px 0px;
}

#outline #global-nav ul li#outline a:link,
#outline #global-nav ul li#outline a:visited {
	background: url(../img/gnavi_on.gif) no-repeat -379px 0px;
}

#management #global-nav ul li#management a:link,
#management #global-nav ul li#management a:visited {
	background: url(../img/gnavi_on.gif) no-repeat -598px 0px;
}

#onmedia #global-nav ul li#onmedia a:link,
#onmedia #global-nav ul li#onmedia a:visited {
	background: url(../img/gnavi_on.gif) no-repeat -808px 0px;
}

/* ユーザー支援ナビゲーション ヘッダー */

#assist-nav_top {
text-align:right;
	}
#assist-nav_top h2 {
	height: 0;
	overflow: hidden;
	}
#assist-nav_top ul {
	margin: 7px 15px 0 0;
	}
#assist-nav_top ul li {
	display: inline;
	list-style-type: none;
	margin-left:-4px;
	}

/* メインビジュアル */

h2#main-visual {
	margin:0 15px 13px 15px;
	background-color: #e7e7e7;
	font-size: medium; /* フォントサイズを基準値に */
	}

/* メイン　ブロック */
#main {
background-image:url(../img/background_main.gif);
background-repeat:repeat-y;
background-position: 480px top;
}

/* float 背景問題 */
#main {
    overflow: hidden;
}

#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #main {
    height: 1em;
    overflow: visible;
}
/**/

/* インフォメーション */

#information {
	margin: 10px 0 0 15px;
	padding-right:28px;
	float:left;
	}
#information h3 {
	font-size: small;
	margin-bottom:10px;
	}
#information dl {
	width: 433px;
	margin-bottom: 10px;
	padding-bottom:15px;
	border-bottom: 1px dotted #999999;
	font-size: small;
	}
#information dl dt {
	margin-top: 8px;
	padding-left:15px;
	font-weight:bold;
	background: url(../img/arrow_news.gif) no-repeat left center;
	}
#information dl dd {
	margin-top: -1.2em;
	margin-left: 120px;
	line-height: 1.2;
	}


/* リード  */
#lead{
	width: 440px;
	margin: 0 0 7px 0;
	float:right;
	font-size: small;
	}
	
#lead h3 {
	padding: 15px 0 10px 0;
	margin-bottom: 10px;
	font-weight: normal;
	}
	
#main #lead p {
	line-height: 2;
	margin-right:15px;
	}

/* バナー */

#banner {
	clear:both;
	text-align:center;
	margin-bottom:50px;
	padding-top:40px;
	}
#banner h2{
height: 0;
	overflow: hidden;
	}
	
#banner ul li {
display:inline;
	list-style: none;
	margin-bottom:9px;
	}
#banner img {
margin-right:5px;
	}

/* フッター */

#footer {
	clear: both;
	zoom:100%; /* Win IE 6 で clearが利かない対策 */
	background-color:#E6E6E6;
	width:100%;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}

/* float 背景問題 */
#footer {
    overflow: hidden;
}

#footer:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #footer {
    height: 1em;
    overflow: visible;
}
/**/

#footer_box {
width:950px;
margin: 0 auto;
}

/* 著作権表示 */

address {
	float:left;
	width:500px;
	text-align:left;
	font-size: small;
	line-height:1.6;
	font-style: normal;
	margin: 0 0 0 15px;
	}
	
/* ユーザー支援ナビゲーション フッター */	
#assist-nav {
	float:right;
	width:420px;
	text-align:right;
	margin: 0 15px 0 0;
	}
#assist-nav h2 {
	height: 0;
	overflow: hidden;
	}
#assist-nav ul li {
	display: inline;
	list-style-type: none;
	font-size: small;
	border-left: 1px solid #000;
	padding: 0 12px;
	}
#assist-nav ul li.last {
	border-right: 1px solid #000;
	}

#assist-nav a:link {
	}
#assist-nav a:visited {
	}
#assist-nav a:hover, a:focus, a:active {
	}

/* カテゴリーページスタイル */

#local-nav {
margin-left:13px;
	}

#local-nav h2 {
	}

#local-nav ul li {
	list-style: none;
	}

#local-banner {
padding-top:50px;
padding-left:28px;
	}
#local-banner h2{
height: 0;
	overflow: hidden;
	}
#local-banner ul li {
	list-style: none;
	margin-bottom:9px;
	}

/* ページタイトル */

h1#pagetitle {
	background: #002548;
	color: #fff;
	font-size: medium;
	}

/* 現在のページ */
#topicpath {
	background: #E6E6E6;
	font-size: small;
	padding: 10px 0 10px 15px;
	margin-bottom:10px;
	}

#topicpath h2 {
	height: 0;
	overflow: hidden;
	}

#topicpath ul li {
	display: inline;
	color: #000;
	}

#topicpath ul li a {
	color: #000;
	text-decoration: underline;
	}

#topicpath ul li span { 
	/*  */
	position:absolute;
	width: 0;
	height: 0;
	overflow: hidden; 

	/*
	position:absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	*/
	}

/* カテゴリーページ　コンテンツエリア　共通 */
#contents{
padding-right:15px;
padding-bottom:20px;
}

#contents .box{
clear:both;
margin-bottom:10px;
}

/* float背景問題 */
#contents .box {
    overflow: hidden;
}

#contents .box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #contents .box {
    height: 1em;
    overflow: visible;
}
/**/


#contents .box h2{
	margin:10px 0 20px 0;
}
#contents .box h3{
margin:0 0 10px 0;
}
#contents .box h4{
font-size: small;
font-weight:bold;
margin:0 0 0 18px;
}

#contents .box p{
font-size: small;
line-height:1.6;
margin:0 29px 15px 18px;
}

#contents .box dl{
padding-bottom:10px;
}

#contents .box dt{
font-size: small;
font-weight:bold;
line-height:1.6;
text-align:center;
}

#contents .box ul{
margin:0 29px 15px 18px;
}

#contents .box ul li{
font-size: small;
line-height:1.6;
margin-bottom:5px;
margin-left:16px;
}


#contents .box p.name{
text-align:right;
margin-top:5px;
margin-bottom:15px;
}

#contents .box .img_right{
float:right;
}

#contents .box .img_left{
float:left;
}
#contents .box .img_center{
text-align:center;
margin:0 0 0 0;
}

#contents p.pagetop{
clear:both;
text-align:right;
margin-right:40px;
}

/* コンテンツエリア-プログラムの目的 */
#purpose #contents .box{
clear:both;
margin-bottom:20px;
}

#purpose #contents .box p.purpose{
height:690px;
margin:0 20px 20px 18px;
padding-right:395px;
background-image:url(../../purpose/img/img_index_01.jpg);
background-repeat:no-repeat;
background-position:right top;
}

/* コンテンツエリア-プログラムの概要 */

#outline #contents .box h4{
margin:0 0 15px 0;
}


#outline #contents .box .img_right{
width: 320px;
}

#outline #contents .box .img_left{
width: 320px;
}

#outline #contents .box dd{
font-size: small;
line-height:1.6;
margin:15px 10px;
}

/* オンメディア */

#onmedia #contents .box .img_right{
margin:0 70px 0 0;
}

#onmedia #contents .box .img_left{
margin:0 0 0 60px;
}

/* プライバシーポリシー */

#privacy #contents .box ul li{
background-image:url(../img/list_privacy.gif);
background-repeat:no-repeat;
background-position: left 4px;
padding-left:16px;
list-style:none;
}

/* サイトマップ */

#sitemap #contents .box{
clear:both;
margin-top:20px;
margin-bottom:0;
}

#sitemap #contents .box ul{
margin:15px 29px 0 10px;
}

#sitemap #contents .box ul li{
background-image:url(../img/arrow_sitemap.gif);
background-repeat:no-repeat;
background-position: left 6px;
padding-left:16px;
list-style:none;
}

/* IE6 win */

	

* html #information dl dd {
	margin-left: 120px;
	}
/* バナー */

* html #banner {
padding-top:20px;
	}
	
/* リード  */
* html #lead{
	width: 430px;
	}
	
* html address {
	margin: -15px 0 0 15px;
}

/* オンメディア */

* html #onmedia #contents .box .img_right{
margin:0 40px 0 0;
}

* html #onmedia #contents .box .img_left{
margin:0 0 0 30px;
}

/* IE7 win */


*:first-child+html #information dl dd {
	margin-left: 120px;
	}
	
/* バナー */

*:first-child+html #banner {
padding-top:20px;
	}

*:first-child+html address {
	margin: 0 0 0 15px;
}
