@charset "Shift_JIS";

/* ******************************************************* *
	CSS 初期設定
 * ******************************************************* */
*{
	margin:0px;
	padding:0px;
}

html,body{
	height:auto;
	min-height:100%;
	margin:0px;
	padding:0px;
}

body{
/*	background-image:url(../images/bg.gif);*/
	background-color:#fff;
}



body,h1,h2,h3,h4,h5,h6,th,td,caption,input,textarea,p,div{
	font-size:small;
	font-family:Verdana, "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	color:#333;
	line-height:1.35em;
}

h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}

/* ------------------------------------------------------- *
	基本レイアウト
 * ------------------------------------------------------- */
#frame{
/*	position:relative;*/
	width:760px;
	height:auto;
	min-height:100%;
	background-color:#fff;
	margin:0px auto;
	z-index:1;

/*	border:1px solid #AACEF2;
	border-width:0 1px;*/
}

div#leftArea{
	float:left;
	width:200px;
	height:100%;
	min-height:100%;
	padding-top:16px;
/*	background-color:yellow;*/
}

div#rightArea{
	float:right;
	width:560px;
  height:auto;
	padding-top:16px;
/*	background-color:yellow;*/
}

div.contents{
/*	position:relative;*/
	z-index:10;
	width:522px;
	margin:0 0 12px 10px;
	padding-bottom:0px;  
/* ↓半角英数強制改行 (IEのみ有効) */
	word-wrap: break-word or normal;
	word-break: normal;
/*	background-color:pink;*/
}

p{word-break: normal}



/* ========== メインメニュー ========== */
div#mainMenu{
	width:100%;
	height:42px;
	overflow:hidden;
/*	background-color:skyblue;*/
	background-image:url(../images/mainmenu.png);
	background-repeat:no-repeat;
	
	clear:both;
}
* html div#mainMenu ul{
	margin-bottom:-2px;
}
div#mainMenu ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-image:none;
}

div#mainMenu ul li{
	display:block;
	float:left;
	height:42px;
	padding:0;
	margin:0 2px 0 0;
}

div#mainMenu #menu00{width:81px;}
div#mainMenu #menu01{width:122px;}
div#mainMenu #menu02{width:125px;}
div#mainMenu #menu03{width:105px;}
div#mainMenu #menu04{width:105px;}
div#mainMenu #menu05{width:105px;}
div#mainMenu #menu06{width:105px;margin-right:0;}

div#mainMenu li a{
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	text-indent:-10000px;
}

div#mainMenu img{
	border-style:none;
}

div#mainMenu br{
	clear:both;
}


/* ========== カテゴリメニュー ========== */
div#catMenu{
	width:171px;
	margin:0 auto 12px auto;

	/*background-image:url(../images/a-ipa_common/menu-ipa_bg.gif);*/
	background-repeat:repeat-y;
}

/* カテゴリメニュー タイトル */
div#catMenu h2{
	width:100%;
	height:72px;
	margin:0 0 0.25em 0;
	padding:0;
	position:static;
	left:0;
	text-indent:-9999px;
	/*background-image:url(../images/a-ipa_common/menu-ipa_bg.gif);*/
	background-repeat:no-repeat;
	background-color:#fff;
}

div#catMenu div{
	width:156px;
	margin-left:9px;
}

div#catMenu div.line{
	width:95%;
	margin:0.4em auto;
	padding:0;
}

div#catMenu li div.line{
	width:100%;
	position:relative;
}

div#catMenu li.border{
	border:2px dotted #ccc;
	border-width:0 0 2px 0;
	margin-bottom:6px;
}



div#catMenu div.footer{
	width:171px;
	height:8px;
	overflow:hidden;
	margin:0;
	padding:0;
/*	background-image:url(../images/a-ipa_common/menu-ipa_footer.gif);*/
	background-repeat:no-repeat;
	background-color:#fff;
}


/* メニュー第一階層 */

div#catMenu p.first{
	margin:0.5em 0 0.5em 0;
	padding:0;
}

div#catMenu ul{
  margin:0 0 0.75em 0;
  padding:0;
  list-style:none;
  list-style-image:none;
}

div#catMenu li{
  font-weight:bold;
  line-height:1.25em;
  padding-left:16px;

  background-image:url(../images/mark/mark_link-right.gif);
  background-repeat:no-repeat;
  background-position:0 2px;
}
div#catMenu li,
div#catMenu li a{
	color:#333;
}
div#catMenu li a{
	text-decoration:underline;
}
div#catMenu li a:hover{
	color:#f60;
}


div#catMenu li.border{
	
}


/* メニュー第ニ階層 */
div#catMenu li ul{
	margin-top:4px;
	margin-left:-4px;
}

div#catMenu li li{
  font-weight:normal;
  line-height:1.2em;
  padding-left:14px;
  margin-bottom:4px;

/*  background-image:url(../images/mark/mark_leaf01.gif);*/
  background-image:url(../images/mark/mark_linkblue_mini-right.gif);
  background-position:0px 2px;
}

div#catMenu li li a{
	color:#0059B3;
}

div#catMenu li li a:hover{
	color:#ff6600;
}

/* =========== パンくずリスト =========== */
/*	※※ 注意 ※※
	文字色・背景色・背景画像はカテゴリによって変化します */
div#topicPath{
	color:#fff;
	font-size:90%;
	padding:6px 0 6px 16px;
/*	vertical-align:middle;*/

	background-image:url(../images/a-ipa_common/topicPath_bg.png);
	background-repeat:repeat-x;
	background-color:#4C96FF;
	background-position:0 0;
}

div#topicPath a{
	color:#fff;
}
div#topicPath a:hover{
	color:#f60;
}

/* ========== ヘッダ ========== */
div#pageHeader{
	margin:0px;
	padding:0px;
}

div#pageHeader h1{/* サイトタイトル */
	width:303px;
	float:left;
	margin:0;
	padding:0;
}

div#pageHeader .headerRightBlock{
	width:440px;
	height:auto;
	padding-top:14px;
	padding-right:15px;
	float:right;
/*	background-color:pink;*/
}

/* ------- サイト内検索 ------- */
div#pageHeader .headerRightBlock form{
	text-align:right;
	margin-bottom:5px;
}
/* テキストフィールド */
div#pageHeader .headerRightBlock form input.first{
	width:10em;
  height:1.3em;
  line-height:1.3em;
  margin:0;
  padding:0;
  border:1px solid #999;
}


div#pageHeader .headerRightBlock li{
	float:right;
	display:block;
	width:auto;
	padding-left:13px;
	margin-left:11px;
	line-height:1.1em;

/*	background-color:yellow;*/
	list-style-image:none;
	list-style-type:none;
	background-image:url(../images/mark/headermenu_accent.gif);
	background-repeat:no-repeat;
	background-position:0px center;
}
div#pageHeader .headerRightBlock li a{
	color:#333;
	text-decoration:none;
}
div#pageHeader .headerRightBlock li a:hover{
	color:#f60;
	text-decoration:underline;
}

/* ========== フッタ ========== */

div#pageFooter{
	clear:both;
	min-height:26px;
	vertical-align:bottom;
}

div#pageFooter div{
	padding-top:8px;
	padding-bottom:4px;

	background-image:url(../images/a-ipa_common/footer_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#5EA0FF;
}

div#pageFooter p{
	font-size:75%;
	line-height:1.25em;
	text-align:right;

	margin:0px;
	padding:0;
	padding-left:21px;
	padding-right:21px;

	float:right;
}

/* フッタ内 リンク */
div#pageFooter ul{
	list-style-image:none;
	list-style-type:none;
	padding:0;
	margin:0 0 0 21px;
/*	background-color:yellow; */
}
div#pageFooter ul li{
	font-size:75%;
	font-weight:normal;
	line-height:1.3em;

	padding:0px 6px;
	margin:0 0 0 12px;

	border-left:1px solid #eee;

	display:block;
	float:left;
/*	background-color:yellow;*/
}
div#pageFooter ul li.first{
	border-left-style:none;
	margin-left:0;
	padding-left:0;
}

div#pageFooter p,
div#pageFooter ul li,
div#pageFooter ul li a{
	color:#fff;
}
div#pageFooter ul li a:hover{
	color:#f60;
}




/* ------------------------------------------------------- *
	HTML 基本定義
 * ------------------------------------------------------- */

h2{
/* 主にページタイトルで使用 */
/* テキストでタイトル表記をする場合、382行付近を参照のこと */
	font-size:130%;
	margin-bottom:1em;
	margin-top:24px;

	position:relative;
	z-index:10;
/*	left:-12px;*/
	margin-left:-12px;
	width:544px;
	padding:0;
	background-image:none;
}

h3{
	font-size:110%;
	line-height:1.1em;
	padding:0.25em 0 0.4em 10px;
	margin:1.75em 0 0.8em 0;

	background-image:url(../images/a-ipa_common/title_bg.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
/* h3見出しの右側にリンクを配置… */
div.linkOptionH3 a{
	display:block;
	float:right;
	margin-top:-2.6em;
}


.noStyle{
	background-image:none;
	padding-bottom:0;
	padding-left:0;
}
h3.noStyle{
	margin-bottom:0.3em;
}


h4,h5,h6{
	margin-top:1.75em;
	margin-bottom:0.2em;
}

.titleAccentLine{
	border-left:4px solid #ccc;
  padding-left:5px;
  line-height:1.1em;
}

.titleAccentBall,
.titleAccentTri{
	padding-left:13px;

	background-image:url(../images/mark/mark_list-ball.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
.titleAccentTri{
	background-image:url(../images/mark/mark_list-tri.gif);
}


h2.first,
h3.first,
h4.first,
h5.first,
h6.first{
	margin-top:0;
}

p{
	margin:0px;
	padding:0px;
}
p,
div.block{
	margin-bottom:0.75em;
}
/* ↑div.blockについては、640行付近を参照 */


/* ↓tdのみ半角英数強制改行を解除 
     (60行付近div.contents参照)   */
div.contents th,
div.contents td{
	word-wrap: break-word or normal;
	word-break: normal;
}

sup{
	vertical-align:super;
}

a {
	color:#0059B3;
/*	text-decoration:none;*/
}

a:hover{
	color:#ff6600;
	text-decoration:underline;
}

img{
	border:none;
}

.underline{
	text-decoration:underline;
}


/* ------------------------------------------------------- *
	ページタイトル
 * ------------------------------------------------------- */
 
.pageTitle{
	position:relative;
	left:-12px;
	width:544px;
	margin:0 0 1.3em 0;
	padding:0;
	background-image:url(../images/a-ipa_common/pagetitle_repeat-bg.png);
	background-repeat:repeat-y;
	background-color:#fff;
}
* html .pageTitle{/* for IE6 */
	margin-right:-12px;
}

.pageTitle h2{
	color:#333;
	line-height:1.1em;
	font-size:110%;

	position:static;
	width:auto;
	margin:0px 3px 0 5px;
	padding:1px 0 1px 5px;

	background-color:transparent;
	border-left:3px solid #1A8DFF;
}

/* キャッチコピー的あるいは補助的なサブタイトル */
.pageTitle h2 span{
	font-size:80%;
}

.pageTitle div.header{
	margin:0;
	padding:0;
	width:100%;
	height:5px;
	line-height:4px;
	overflow:hidden;
	
	background-image:url(../images/a-ipa_common/pagetitle_header.png);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:0 0;
}

.pageTitle div.main{
	margin:0;
	padding:0 0 5px 0;
	width:100%;
	
	background-image:url(../images/a-ipa_common/pagetitle_bg.png);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom;
}

/* ページタイトル右側にリンクを配置… */
div.linkOptionH2 {
	position:relative;
	z-index:20;
	display:block;
	float:right;
	margin-top:-3em;
}


/* -------------- リスト関連スタイル --------------------- */

ul,ol{
	margin:0px 0 1em 1.5em;
	padding:0;
	font-weight:normal;
	color:#444;
}

ol{
	margin-left:2.5em;
}

ul{
	list-style-image:url(../images/mark/mark_list-ball.gif);
}
ul.listType02{
	list-style-image:url(../images/mark/mark_list-tri.gif);
}

ul.listNoBold,
ol.listNoBold{
	font-weight:normal;
}

ul.listBold,
ol.listBold{
	font-weight:bold;
}

ul.listDefault{
	list-style-image:none;
}

li{
	line-height:1.25em;
	margin:0 0 3px 0;
	padding:0;
}

li img{
	vertical-align:baseline;
	margin-bottom:-2px;
}

ul.listNoMark,
li.listNoMark{
	list-style-type:none;
	list-style-image:none;
}
ul.listNoMark{
	margin-left:0.5em;
}

li p{
	margin-top:0.1em;
	margin-bottom:0;
	font-weight:normal;
	line-height:1.3em;
}

/* 脚注用 */
ul.footNote{
	list-style-type:none;
	list-style-image:none;
 	margin-left:0.5em;
}

ul.footNote li{
	margin-bottom:0;
}


dl{
	margin:3px 0 1em 0;
	padding:0;
	color:#444;
}

dt{
	font-weight:bold;
	margin-top:0.75em;
}
dt.first{
	margin-top:0;
}
dd{
	margin:0;
	padding:0;
}


/* 日付・時刻などの一覧でtableの方が作りやすい場合… */
table.listTableDate th{
	font-weight:normal;
  text-align:left;
	background-image:url(../images/mark/mark_list-tri.gif);
  background-repeat:no-repeat;
  background-position:0 -1px;
  padding-left:14px;
  padding-right:6px;
  white-space:nowrap;
}
table.listTableDate th,
table.listTableDate td{
	vertical-align:top;
  padding-bottom:4px;
  line-height:1.25em;
}



/* ************************************** *
	共通クラス定義 
 * ************************************** */
 
/* ページ冒頭によくある、発表者(団体)や発表日の表記… */
/* ひとつ、あるいは二つ程度のpタグをdivでくくって下記クラスを適用… */
.writerAndDate{
	margin-bottom:1.5em;
}

.writerAndDate p{
	text-align:right;
  line-height:1.3em;
  margin-bottom: 0.4em;
}

/*リンク(文末・段落末にある独立したもの) */
p.link,
div.link{
	margin-top:3px;
	text-align:right;
}
p.link a,
div.link a{
	text-decoration:underline;
	color:#0059B3;
	margin-left:0.75em;
}

p.link a:hover,
div.link a:hover{
	color:#ff6600;
}


/* TOPへ戻るリンク */
div.toPageHeader,
p.toPageHeader{
	text-align:right;
}
div.toPageHeader a,
p.toPageHeader a{
	padding:0 0 0 18px;
	line-height:1.2em;
	text-decoration:underline;

	background-image:url(../images/mark/mark_link-up.gif);
	background-repeat:no-repeat;
	background-position:left middle;
}

/* 段落・節ごとのくぎり(インデント) */
.unit{
	margin:0 0 0 12px;
}


/* 段落・節ごとのくぎり(インデント)2 */
.unit2{
	margin:3px 0 3px 5px;
	padding:5px 0 5px 5px;
	width:75%;
}


/* 段落・節ごとのくぎり(中のpタグのmargin-bottomをリセット) */
div.block p{
	margin-bottom:0;
}

/* 段組float解除用スタイル */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* 汎用枠 */
.boxNormal{
	background-color:#eee;
  padding:0.5em 0.75em 0.1em 0.75em;
}

/* 汎用枠(赤) */
.boxRed{
	background-color:#FFF5F5;
  padding:0.5em 0.75em 0.1em 0.75em;
  border:1px solid #FF5C5C;
}

.boxNormal,
.boxRed{
	margin:0.75em 0;
}

/* 色付き文字 */
.closed,.attention{
	color:red;
}

div.line{
	border:2px dotted #ccc;
	border-width:0 0 2px 0;
	height:2px;
	line-height:2px;
	margin:0.4em auto;
	padding:0;
}


/* *************************************************** *
	テキスト位置 微調整用
 * *************************************************** */
.textLeft{
	text-align:left !important;
}

.textRight{
	text-align:right !important;
}

.textCenter{
	text-align:center !important;
}

/* *************************************************** *
	画像配置用定義
 * *************************************************** */

.imageRight{
	display:block;
	float:right;
	margin:0 0 12px 12px;
}
.imageLeft{
	display:block;
	float:left;
	margin:0 12px 12px 0px;
}

.imageRight,
.imageLeft{
	text-align:center;
	line-height:1.2em;
/*	font-weight:bold;*/
}

.imageRight img,
.imageLeft img{
	margin-bottom:4px;
}

.imageCenter {
	text-align:center;
}
.imageCenter img{
	margin-left:12px;
}
.imageCenter img.first{
	margin-left:0;
}

/* *************************************************** *
	テーブルスタイル定義 (デフォルトカラー:実質未使用？)
 * *************************************************** */
caption{
	margin:0 0 0.75em 0;
  padding:0;
  font-weight:bold;
}

table{
	empty-cells:show;
}

table.tableType00,
table.tableType00 th,
table.tableType00 td{
	border:none !important;
	border-style:none !important;
	border-width:0 !important;
	background-color:transparent !important;
}
table.tableType00 th{
	text-align:left;
}
table.tableType00 tr.header th{
	text-align:center;
}

table.tableType01a,
table.tableType01b{
	margin-bottom:6px;
}

table.tableType01a,
table.tableType01a th,
table.tableType01a td,
table.tableType01b,
table.tableType01b th,
table.tableType01b td{
	border:1px solid #999;
	border-width:1px 1px 0 0;
}

table.tableType01a th,
table.tableType01a td,
table.tableType01b th,
table.tableType01b td{
	line-height:1.3em;
	padding:2px 5px;
	border-width:0px 0px 1px 1px;
}
table.tableType01a th{
	text-align:left;
}

table.tableType01b .header th{
	text-align:center;
}

/* --------------------------------- */

table.tableType02a,
table.tableType02b{
	margin-bottom:6px;
}

table.tableType02a,
table.tableType02a th,
table.tableType02a td,
table.tableType02b,
table.tableType02b th,
table.tableType02b td{
	border:1px solid #999;
	border-width:1px 1px 0 0;
}

table.tableType02a th,
table.tableType02a td,
table.tableType02b th,
table.tableType02b td{
	line-height:1.3em;
	padding:5px 0 5px 5px;
	border-width:0px 0px 1px 1px;
}

table.tableType02a th{
	text-align:left;
}

table.tableType02a th,
table.tableType02b th{
	background-color:#eee;
}

table.tableType02b .header th{
	text-align:center;
}

table.tableType02b .td{
	text-align:center;
}

/* --------------------------------- */

table.tableType03{
	margin-bottom:6px;
}

table.tableType03,
table.tableType03 th,
table.tableType03 td{
	border:1px solid #999;
	border-width:1px 1px 0 0;
}

table.tableType03 th,
table.tableType03 td{
	line-height:1.3em;
	padding:2px 5px;
	border-width:0px 0px 1px 1px;
}

table.tableType03 th{
	text-align:left;
}

table.tableType03 th{
	background-color:#eee;
}

table.tableType03 .header th{
	color:#fff;
	background-color:#777;
	border-left-color:#eee;
}
table.tableType03 .header th.first{
	border-left-color:#999;
}

table.tableType03 .header th{
	text-align:center;
}

/* --------------------------------- */

table.tableType04{
	margin-bottom:6px;
}

table.tableType04,
table.tableType04 th,
table.tableType04 td{
	border:1px;
	border-width:1px 1px 0 0;
}

table.tableType04 th,
table.tableType04 td{
	line-height:1.3em;
	padding:1px 1px;
	border-width:0px 0px 1px 1px; white-space: nowrap;
}

table.tableType04 th{
	text-align:left;
}

table.tableType04 th{
	background-color:#eee;
}

table.tableType04 .header th{
	color:#fff;
	background-color:#777;
	border-left-color:#eee;
}
table.tableType04 .header th.first{
	border-left-color:#999;
}

table.tableType04 .header th{
	text-align:center;
}

* --------------------------------- */

table.tableType05{
	margin-bottom:6px;
}

table.tableType05,
table.tableType05 th,
table.tableType05 td{
	border:1px solid #669933;
	border-width:1px 1px 0 0;
}

table.tableType05 th,
table.tableType05 td{
	line-height:1.3em;
	padding:1px 1px;
	border-width:0px 0px 1px 1px;
}

table.tableType05 th{
	text-align:left;
}

table.tableType05 th{
	background-color:#99CC66;
}

table.tableType05 .header th{
	color:#fff;
	background-color:#33CC66;
	border-left-color:#eee;
}
table.tableType05 .header th.first{
	border-left-color:#999;
}

table.tableType05 .header th{
	text-align:center;
}

/* --------------------------------- */



/* ------------------------------------------------------ *
	テーブルスタイル 色変更の方法 (サンプル)
 * ------------------------------------------------------ *

色変更するときは、以下のサンプルコードを他の外部CSSまたは、
HTMLファイルのstyleタグ内に記述し、色の部分を任意に書き換えてください。

※ある特定のテーブルのみ色変更したい場合は、ID属性を設定すると
　他のテーブルとの使い分けが容易になります。                


/* ******************** タイプ01,02の場合 *************** *
 * -- 罫線色設定 "red"の部分を任意の色に書き換えてください-- *

●タイプ01a
table.tableType01a,
table.tableType01a th,
table.tableType01a td{
	border-color:red;
}

●タイプ01b
table.tableType01b,
table.tableType01b th,
table.tableType01b td{
	border-color:red;
}
table.tableType01b .header th{
	border-left-color:red;
}

●タイプ02a
table.tableType02a,
table.tableType02a th,
table.tableType02a td{
	border-color:red;
}

●タイプ02b
table.tableType02b,
table.tableType02b th,
table.tableType02b td{
	border-color:red;
}
table.tableType02b .header th{
	border-left-color:red;
}
* --- 背景色設定 "red"の部分を任意の色に書き換えてください--- *
thタグ背景色
table.tableType02a th,
table.tableType02b th,{
	background-color:orange;
}


* ********************** タイプ03の場合 **************** *
* --- 罫線色設定 "red"の部分を任意の色に書き換えてください--- *

table.tableType03,
table.tableType03 th,
table.tableType03 td,
table.tableType03 .header th.first{
	border-color:red;
	border-left-color:red;
}
table.tableType03 .header th{
	border-left-color:red;
}

* --- 背景色設定 "red"の部分を任意の色に書き換えてください--- *
上部thタグ背景色
table.tableType03 .header th{
	background-color:orange;
}
左側thタグ背景色
table.tableType03 th{
	background-color:yellow;
}

*/