@charset "Shift_JIS";

/*======== 目次 ========

最終更新日：2007年6月7日

１．基本レイアウト
２．リンク


３．各要素のリセット

４．ヘッダー
５．ナビゲーション
６．メインコンテンツ
７．サイドメニュー
８．フッター

９．テーブル
１０．アクセシビリティ
１１．その他

========================*/

/*========================
■１．基本レイアウト
========================*/

/* 基本の左右配分 */	
#leftArea {
	float: left;
	width: 250px;
	margin-right:25px;
	}

#rightArea {
	float: left;
	width: 350px;
	}

/* 左が細いタイプ　ライフイベント */	
#leftArea2 {
	float: left;
	width: 140px;
	margin-right:25px;
	}

#rightArea2 {
	float: left;
	width: 450px;
	}

/* 右が細いタイプ　よくある質問 */	
#leftArea3 {
	width: 80%;
	margin-bottom: 30px;
	}

#rightArea3 {
	width: 80%;
	}
	/* 以下、IE7および6以下に適用 */
	*+html #leftArea3 {
		float: left;
		width: 430px;
		margin-right:25px;
		}
	*+html #rightArea3 {
		float: left;
		width: 170px;
		}
	*html #leftArea3 {
		float: left;
		width: 430px;
		margin-right:25px;
		}
	
	*html #rightArea3 {
		float: left;
		width: 170px;
		}

/*========================
■６　メインコンテンツ
========================*/
/* 汎用スタイル調整  */	
	
.txtleft {
	text-align: left;
}
.txtright {
	text-align: right;
}
.txtcenter {

	text-align: center;
}
.nextpage {
	font-size: 95%;
	margin: 10px 0 15px;
	color: #633;
	line-height: 1.8em; 
	float: left;
}
.heightA {
		line-height: 1.8em;
 }

.linktype1{
		font-size: 95%;
margin: 20px 0;
		padding: 5px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;

		clear: both;
 }

.bold{
font-weight: bold;
}

/* 見出し設定 */
	
#category1,#category2,#category3,#category4,#category5,#category6,#category7,#category0,#category02,#cate_news,#category99, #categoryfaq {
	font-weight: bold;
	font-size: 160%;
	padding: 5px 0px 0px 5px;
	text-align: left;
	letter-spacing: 0.4em;
}
#category1 {
	color: #006;
	border-left: solid 10px #006;
}
#category2 {
	color: #936;
	border-left: solid 10px #936;
}
#category3 {
	color: #963;
	border-left: solid 10px #963;
}
#category4 {
	color: #093;
	border-left: solid 10px #093;
}
#category5 {
	color: #066;
	border-left: solid 10px #066;
}
#category6 {
	color: #069;
	border-left: solid 10px #069;
}
#category7 {
	color: #690;
	border-left: solid 10px #690;
}
/* その他 */
#category99 {
	color: #000;
	border-left: solid 10px #999;
	background-color: transparent;
}
/* なんでも */
#category0 {
	color: #000;
	border-left: solid 10px #696;
	background-color: transparent;
}
/* イベント */
#category02 {

	color: #000;
	border-left: solid 10px #f93;
	background-color: transparent;
}
/* FAQ */
#categoryfaq {
	color: #000;
	border-left: solid 10px #316ac5;
	background-color: transparent;
}
/* ニュース関連 */
#cate_news {
	color: #393;
	border-bottom: solid 1px #ccc;
}


/* 大分類・中分類の表示 */
#daibunrui {
	margin: 10px 0px 20px 5px;
}
#chubunrui {
	border-top: solid 1px #06c;
	border-bottom: solid 1px #06c;
	padding: 0.4em 0em;
	margin: 5px 0px 20px 0px;
}
#chubunrui .koumoku {
	color: #006699;
	font-size: 100%;
	color: #789EB2;
	font-weight: bold;
	padding:0px 15px;
	background-image: url(/cms_img/menu_sankaku.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#chubunrui h1 {
	padding-left: 0;
	display:inline;
	border-left: none;
	font-size: 100%;
}
#chubunrui2 {
	height: 1.5em;
	border-top: solid 1px #06c;
	border-bottom: solid 1px #06c;
	padding: 5px 0em;
	margin: 5px 0px 20px 0px;
	width: 100%;
}

#chubunrui2 h1 {
	width: 6em;
	padding-left: 0;
	float: left;
	border-left: none;
	font-size: 100%;
}
#chubunrui2 .pulldown {
	float: right;
	white-space: nowrap;
	clear: right;
}
#chubunrui strong {
	color: #006600;
	font-weight: normal;
	}

/* 囲み枠 */
.box {
	width: 95%;
	margin:20px auto 30px;
	padding: 10px;
	background-color: #FFFFF0;

	border: solid 1px #666666;
	text-align: left;
	}

/*========================
■７．サイドメニュー
========================*/

/* ---------------------------- */
/* 左エリア共通項目　　　　　　 */
/* ---------------------------- */

/* サブトップページ・関連メニュー・CGIメニュー
ライフイベントメニュー　 */

#subtopNav,#subtopNav3,#subtopNav4 {
	padding: 1em 0em 0.4em;
	border-bottom: solid 1px #CCCCCC;
	font-size: 95%;
	}
#subtopNav {
	border-top: solid 1px #8E9CA2;
	}
ul#subtopNav li, ul#subtopNav3 li{
	list-style: none;
	margin: 0.2em 0em 1e 0em;
	padding-left:1em;
	background-image: url("/cms_img/menu_sankaku.gif");
	background-repeat: no-repeat;
	background-position: left 0.3em;
	}
ul#subtopNav4 li {
	margin: 0.2em 0em;
	padding: 0.5em 0em 0.5em 1em;
	background-image: url("/cms_img/menu_sankaku.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

#subtopNav strong, #subtopNav3 strong {
	color: #006600;
	font-weight: normal;
	}

/* イベント情報・なんでも案内へのリンク */
#subtopNav2 {
	padding: 1em 0em 1em;
	font-size: 100%;
	font-weight: bold;
	}
ul#subtopNav2 li {
	list-style: none;
	margin-bottom: 1em;
	padding-left: 0.8em;
	background-repeat: no-repeat;
	background-position: left 0.4em;
	line-height:140%;
	}
ul#subtopNav2 li#event {
	background-image: url("/cms_img/bg002.gif");
	background-position: left top;
	}
ul#subtopNav2 li#nandemo {
	background-image: url("/cms_img/bg003.gif");
	background-position: left top;
	}
ul#subtopNav2 li#faq {
	background-image: url("/cms_img/bg004.gif");
	background-position: left top;
	}
/* イベント情報　課のタイトルリスト */
ul.squre {
margin: 10px 0;
padding: 2px;
} 
ul.squre li {
font-size: 85%;

font-weight: normal;
	padding: 0px 0px 0px 25px;
	background-image: url(/cms_img/squre_ore.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
	
/* 対象者・部課別メニュー  */
#leftArea dl, #crosslist dl {
	padding-bottom:1em;
	}
#leftArea dt, #crosslist dt {
	margin-bottom:8px;
	padding:3px;
	background-color: #CCFFCC;
	font-size: 95%;
	}
#leftArea dd, #crosslist dd {
	margin-bottom:8px;
	font-size: 80%;
	}

/* ---------------------------- */
/* 右エリア共通項目　　ニュースメニューは全体エリアと共通設定　 */
/* ---------------------------- */

#rightArea h2,#rightArea2 h2  {
	padding:2px 2px 2px 10px;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	border-color: #99999A;
	background-color: #DEDEDE;
}
#rightArea h2#newsH2, #rightArea2 h2#newsH2 {
	color: #A41B1D;
	font-size: 95%;
	margin-top: 0px;
	}
#rightArea h2#topicsH2 {
	color: #4B1A7B;
	font-size: 95%;
	}

#rightArea ul, #rightArea2 ul, #rightArea3 ul  {
	list-style: none;
	margin: 10px 0px 20px;
	font-size: 95%;
	}
#rightArea li, #rightArea2 li, #rightArea3 li  {
	margin: 0.2em 0em 1em;
	padding-left:1em;
	background-image: url("/cms_img/sankaku.gif");
	background-repeat: no-repeat;
	background-position: left 0.4em;
	line-height:120%;
	}
#rightArea p {
	}
.forlist{
	padding-bottom: 20px;

	text-align: right;
	font-size: 95%;
}
	
/* ニュース的見出し共通　*/
	
#rightArea dl, #rightArea2 dl, #newsArea dl  {
	margin: 10px 0px 20px;
	font-size: 95%;
	}
#rightArea dt, #rightArea2 dt, #newsArea dt {
	color: #993803;
	}
#rightArea dd ,#rightArea2 dd ,#newsArea dd {
	margin: 0.2em 0em 1em;
	padding-left:1em;
	background-image: url("/cms_img/sankaku.gif");
	background-repeat: no-repeat;
	background-position: left 0.4em;
	line-height:140%;
	}


/*========================
　▼▼以下、個別設定▼▼
========================*/

/* --------------------------------------------- */
/* ニュース、お知らせ、トピックス共通　　*/
/* --------------------------------------------- */

#newsArea {
	margin: 0.2em 0em 1em;
	padding-left:1em;
}


/* ------------------------- */
/* なんでも案内　　　　　　　*/
/* ------------------------- */

h2.info {
	clear: left;
	font-size: 112%;
	text-align: left;

	height: 23px;
	padding-left: 23px;
	background-image: url("/cms_img/h2_sankaku.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#info {
	text-align: center;
	margin-bottom: 60px;
}
#info form {
	margin: 10px 0px 30px 60px;
	text-align: left;
}
#info p {
	width: 520px;
	margin:10px auto 30px;
	padding: 10px;
	background-color: #FFFFF0;
	border: solid 1px #666666;

	text-align: left;
	}
#info p#cal {
	padding-left: 15px;
	border: none;
	background-color: #FFFFFF;
	background-image: url(/cms_img/sankaku.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	text-align: left;
	}
#info dl {
	width: 235px;
	margin: 0px 10px 1.4em;
	padding: 10px 10px 0px 10px;
	border: solid 1px #666666;
	background-color: #FFFFF0;
	background-image: url(/images/lifeEvent_sankaku.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 90%;
	line-height: 120%;
	text-align: left;
	height: 7em;
	/*\*/
	overflow: auto;
	/**/
	}
#info dl.full {
	width: 512px;
	margin: 0px 10px 0em;
	padding: 10px 10px 0px 10px;
	border: solid 1px #666666;
	background-color: #FFFFF0;
	background-image: url(/images/lifeEvent_sankaku.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 90%;
	line-height: 120%;
	text-align: left;

	height: 5em;
	/*\*/
	overflow: auto;
	/**/
	}
#info dd {
	margin-left:20px;
	}
#info div#bunya {
	width: 560px;
	margin:10px auto 30px;
	}
		
/* ライフイベント */
h1.lifeevent{
margin-top: 1em;
line-height: 1.5em;
		font-size:120%;
}
.life_title{
		color: #fff;
		background-color: #393;
		font-size:80%;
		margin: 5px;
		padding: 2px;
 }

.life_cate	{
		color: #339;

		font-size: 100%;
		margin: 5px; 
		  padding: 5px;
}

/* ------------------------- */
/* 中分類　条件検索　　　　　*/
/* ------------------------- */

h2#bgblue {
	margin: 1px 5px 8px 10px;
	padding: 5px;
	background-color: #CFF;
	font-size: 110%;
	color: #000000;
}
.waku1 {
	border-top: solid 5px #06C;
	border-left: solid 1px #8E9CA2;
	border-right: solid 1px #8E9CA2;
	border-bottom: solid 1px #8E9CA2;
	padding: 3px 10px 10px 0px;
}
.waku1 ul {
	font-size: 90%;
	margin: 20px 40px;
}
.waku1 li {
	list-style: none;
	margin: 8px 0px;
}
.waku1 span{
	margin-right: 1em;
}

/* ---------------------------- */
/* イベント案内                 */
/* ---------------------------- */

table.kensaku {
	clear: both;
	width: 98%;
	margin: 0px auto;
	border: solid 2px #39C;
	border-collapse: collapse;
}
.kensaku th {
	border: solid 2px #39C;
	border-collapse: collapse;
	background-color:#CCFFFF;
	padding: 5px;
}
.kensaku tr td{
	border: solid 2px #39c;
	border-collapse: collapse;
	font-size: 90%;
}

/* ---------------------------- */
/* CGIメニュー                  */
/* ---------------------------- */
#cgimenu1 h2 {
	display: inline;
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#cgimenu1 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 80%;

	white-space: nowrap;
	}
#cgimenu1 li {
	height: 1em;
	line-height: 1.2em;
	float:left;
	margin-bottom: 20px;
	padding: 3px 10px;
	border-right: solid 1px #CCCCCC;
	}
#cgimenu1 li.end {
	border-right: none;
	}
#cgimenu1 .now {
	margin: 0px;
	padding: 5px;
	font-size: 130%;
	color: #003366;
	font-weight: bold;
	background-color: #CCFFFF;
	}
#cgimenu2 {
	width: 100%;
}
#cgimenu2 ul {
	display: block;
	list-style: none;
	margin: 0px 5px 1em 5px;
	padding: 0px;
	font-size: 80%;
	}
#cgimenu2 li {
	float:left;
	margin: 0px 10px 10px 5px;
	padding: 10px;
	border: solid 1px #360;
	font-weight: bold;
	}
.lmenu {
	width: 23%;
	text-align: center;
}
.cmenu {
	width: 35%;
	text-align: center;
}
.rmenu {
	width: 23%;
	text-align: center;
}
h3.menu {
	text-align: left;
	font-size: 90%;
	margin: 10px 0px;
}
/* ------------------------- */
/* ダウンロード一覧　　　　　*/

/* ------------------------- */

.margin_tb {
	margin: 10px 0px;
}
.margin_tb2 {
	text-align: center;
	margin: 10px 0px;
}
.margin_tb3 {
	font-weight: bold;
	margin: 15px 0px 5px 0px;
}

#dl_list {
	width: 95%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4em;
}
#dl_list h2 {
	font-size: 110%;
	border-bottom: solid 1px #363;
	padding: 0.4em 0em 0em 0em;

	margin: 5px 0px 10px 0px;
	color: #363;
}
#dl_list h3 {
	font-size: 100%;
	margin-top: 10px;
}
#dl_list dl {
	margin-left: 10px;
	line-height: 1.7em;
}
#dl_list dt {
	padding-left: 15px;
	border: none;
	background-color: #FFFFFF;
	background-image: url(/cms_img/sankaku.gif);
	background-repeat: no-repeat; 
	background-position: 0 50%;
	text-align: left;
}
#dl_list dd {
	font-size: 90%;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px #ccc solid;
	padding: 3px 10px 3px 20px;
}
.waku2 {
	margin-left: 10px;
	margin-right: 10px;
}

/* ------------------------- */
/* 部課一覧　　部のページ　　*/
/* ------------------------- */
#buka table{
	clear: both;
	width: 98%;
	margin: 0px auto 20px;
	border: none;
	border-top: solid 1px #666666;
	border-right: solid 1px #666666;
	border-collapse: collapse;
}
#buka td,th {
	padding: 5px;
	border: none;
	border-bottom: solid 1px #666666;

	border-left: solid 1px #666666;
	font-size: 80%;
}
#buka th {
	text-align: left;
	background-color: #EAFDD2;
}

#buka td.renrakusaki {
	width: 270px;
}

#buka dl {
	margin: 0px;
	padding: 0px;
	line-height: 1.2em
}
#buka dt {
	width: 7.5em;
	float: left;
}
.name_sec{
		font-size: 110%;
		margin: 15px 0px 5px 5px;
		padding: 5px;
		border-left: 5px double #339;
 font-style: bold;
 }
.name_sec span{

		font-size: 90%;
		margin-left: 20px;
 font-style: normal;
 }
.contact{
		border: dotted 1px #6c6;
margin-bottom: 30px;
		padding: 5px;
clear: both;
 }
 
/* ---------------------------- */
/* なんでも案内検索一覧         */
/* ---------------------------- */
#crosslist th {
	text-align: center;
	background-color: #CCFF99;
	border: 1px solid #666;
}

/* ---------------------------- */
/* よくある質問　　　　　　　   */
/* ---------------------------- */

/* ---------よくある質問トップ--------- */
ul.floatlist, ul.floatlist_icon {
	width: 90%;
	margin-top: 5px;
	padding-left:20px;
	list-style-type: none;
}
ul.floatlist_icon li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding:0px 15px;
	background-image: url(/cms_img/sankaku_down.gif);
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
}
ul.floatlist li{
	float: left;

	padding: 0px 6px 0px 6px;
	margin-bottom: 10px;
	white-space: nowrap;
	border-left: 1px solid #99a;
}

#faq_cate{
padding-left:1.5em;
}
#faq_cate h3{
	font-size: 120%;	
	padding:3px 0px 3px 10px;
	border-bottom: 1px solid #99a;
	margin-top: 0px;
}
/* ---------中分類リスト--------- */
h3 strong{
color:#060;
padding-right:0.5em;
}

h3.faqnavi{
	padding:3px;
	border-style: solid;
	border-width: 1px 1px 1px 5px;

	border-color: #99999A;
	background-color: #DEDEDE;
	font-size: 85%;
	font-weight: normal;
	margin-bottom: 10px;
}
.kakomi{width: 100%;}
.pageback {
	text-align: left;
	font-size: 80%;
	clear:both;
	}
.pageTop2 {
	text-align: right;
	font-size: 80%;
	clear:both;
	}
h3.info {
	clear: left;
	font-size: 90%;
	text-align: left;
	padding-left: 18px;
	background-image: url("/cms_img/h3_sankaku.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 1.3em;
	}
p.desc {
	font-size: 85%;
	line-height: 1.3em;
	padding-left: 5px;
}
#chubunrui3 {
	border-top: solid 1px #06c;
	border-bottom: solid 1px #06c;
	padding: 0.4em 0em;
	margin: 5px 0px 20px 0px;
	font-size: 130%;
}
/* ---------詳細ページ--------- */
h4.faq_q {
	margin: 20px 0px;
	background-color:#FFCC66;
	padding: 5px 5px 5px 35px;
	letter-spacing: 0.2em;
	background-image: url("/cms_img/faq_q.gif");
	background-repeat: no-repeat;
	background-position: 4px 2px;
}
h4.faq_a {
	margin: 20px 0px;
	background-color: #CCFF99;
	padding: 5px 5px 5px 35px;
	letter-spacing: 0.2em;
	background-image: url("/cms_img/faq_a.gif");
	background-repeat: no-repeat;
	background-position: 4px 2px;
}
h5{
	font-size: 85%;
}




