@charset "utf-8";

/* ------------------------------------------- 全体設定 ------------------------------------------- */
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #464646;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","メイリオ" ,sans-serif;
	background-color: #FFFFFF;
}
img {
	border: none;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	font-size: 1px;
	line-height: 0px;
	display: block;
	height: 1px;
	width: 100%;
}
span   .clearfloat {
	clear:both;
	display: block;
	height: 1px;
	width: 100%;
	font-size: 01px;
	line-height: 0px;
}

/* ------------------------------------------- レイアウト設定 ------------------------------------------- */
/* 全体コンテナ */
#container {
	width: 880px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/common/shadow1.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
/* ------------------------------------------- レイアウト設定 ------------------------------------------- */
/* 全体コンテナ */
#container_y {
	width: 880px;
	text-align: center;
	background-color: #FFC;
	background-image: url(../images/common/shadow1.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
/* wrapper */
#wrapper {
	padding: 0px;
	width: 850px;
	margin-top: 0px;

	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* ヘッダー */
#header {
	text-align: left;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
/* メインナビ */
#navi {
	padding: 0px;
	height: 44px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* サブナビ */
#subnavi {
	padding: 0px;
	height: 30px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #dddddd;
}
/* 左サイドバー */
#sidebar1 {
	float: left;
	width: 240px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/* 右コンテンツ部分 */
#mainContent {
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 253px;
	padding-top: 10px;
	padding-right: 27px;
	padding-bottom: 20px;
	padding-left: 0;
} 
/* 上書き指定 */
* html #mainContent {
	padding-right: 0;
}
/* フッターナビ */
#footernavi {
	width: 824px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/* フッター */
#footer {
	padding: 0;
	background-image: url(../images/common/shadow2.gif);
	background-position: bottom;
	text-align: left;
	width: 880px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ------------------------------------------- ヘッダー設定 ------------------------------------------- */
/* ヘッダーリンク周り */
#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header li {
	display: inline;
	background-image: url(../images/common/triangle-blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-right: 10px;
}
#header a {
	color: #464646;
	text-decoration: none;
}
#header a:visited {
	color: #663399;
}
/* 検索周り */
#search {
	padding-bottom: 5px;
}
/* 文字の大きさ */
#fontch span {
	visibility: hidden;
}	

/* ------------------------------------------- メインナビゲーション設定 ------------------------------------------- */
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navi li {
	display: block;
	float: left;
}
#navi span {
	visibility: hidden;
}
#navi a {
	text-decoration: none;
}
/* ホーム */
#home a {
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 143px;
	background-image: url(../images/control/c-header.jpg);
	background-position: 0px 0px;
	display: block;
}
#home a:hover {
	background-position: 0px -44px;
	background-image: url(../images/control/c-header.jpg);
	display: block;
	height: 44px;
	width: 143px;
}
/* 会社案内 */
#company a {
	display: block;
	height: 44px;
	width: 141px;
	background-image: url(../images/control/c-header.jpg);
	background-position: -143px 0px;
	margin: 0px;
	padding: 0px;
}
#company a:hover {
	display: block;
	height: 44px;
	width: 141px;
	background-image: url(../images/control/c-header.jpg);
	background-position: -143px -44px;
	margin: 0px;
	padding: 0px;
}
#company_on a {
	display: block;
	height: 44px;
	width: 141px;
	background-image: url(../images/control/c-header.jpg);
	background-position: -143px -88px;
	margin: 0px;
	padding: 0px;
}
/* 確定拠出年金制度とNRK */
#dcnrk a {
	background-image: url(../images/control/c-header.jpg);
	background-position: -284px 0px;
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 141px;
	display: block;
}
#dcnrk a:hover {
	background-image: url(../images/control/c-header.jpg);
	background-position: -284px -44px;
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 141px;
	display: block;
}
#dcnrk_on a {
	background-image: url(../images/control/c-header.jpg);
	background-position: -284px -88px;
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 141px;
	display: block;
}
/* 業務のご案内 */
#business a {
	background-image: url(../images/control/c-header.jpg);
	background-position: -425px 0px;
	display: block;
	height: 44px;
	width: 141px;
}
#business a:hover {
	background-image: url(../images/control/c-header.jpg);
	background-position: -425px -44px;
	display: block;
	height: 44px;
	width: 141px;
}
#business_on a {
	background-image: url(../images/control/c-header.jpg);
	background-position: -425px -88px;
	display: block;
	height: 44px;
	width: 141px;
}
/* 各種お手続きについて */
#procedures a {
	background-image: url(../images/control/c-header.jpg);
	background-position: -566px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 141px;
}
#procedures a:hover {
	background-image: url(../images/control/c-header.jpg);
	background-position: -566px -44px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 141px;
}
#procedures_on a {
	background-image: url(../images/control/c-header.jpg);
	background-position: -566px -88px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 141px;
}
/* 採用情報 */
#adoption a {
	background-image: url(../images/control/c-header.jpg);
	background-position: -707px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 143px;
}
#adoption a:hover {
	background-image: url(../images/control/c-header.jpg);
	background-position: -707px -44px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 143px;
}
#adoption_on a {
	background-image: url(../images/control/c-header.jpg);
	background-position: -707px -88px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 143px;
}

/* ------------------------------------------- サブナビゲーション設定 ------------------------------------------- */
#subnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subnavi li {
	display: block;
	float: left;
}
#subnavi span {
	visibility: hidden;
}
#subnavi a {
	text-decoration: none;
}

/* ------------------------------------------- 左サイドバー設定 ------------------------------------------- */
/* ログインボタン周り */
#login {
	background-image: url(../images/common/loginbase.jpg);
	height: 132px;
	width: 225px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: center;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#login span {
	visibility: hidden;
}
#login a {
	text-decoration: none;
}
#login a {
	background-image: url(../images/control/c-login.jpg);
	background-position: 0px 0px;
	display: block;
	padding: 0px;
	height: 118px;
	width: 175px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#login a:hover {
	background-image: url(../images/control/c-login.jpg);
	background-position: 0px -118px;
	display: block;
	padding: 0px;
	height: 118px;
	width: 175px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#login a:active {
	background-image: url(../images/control/c-login.jpg);
	background-position: 0px -236px;
	display: block;
	padding: 0px;
	height: 118px;
	width: 175px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ご利用にあたって・資格を喪失した人へ */
#attention {
	padding: 0px;
	width: 225px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
/* プライバシーマーク */
#pm {
	text-align: left;
	width: 215px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
/* プライバシーマーク */
#pm2 {
	width: 200px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 15px;
	float: left;
	clear: both;
}
#pm4 {
	display: inline;
	width: 200px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	clear: both;
}
/* プライバシーマーク */
* html #pm2{
	text-align: left;
	width: 77px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	clear: right;
}
/* プライバシーマーク */
#pm3 {
	display: inline;
	text-align: left;
	width: 212px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 15px;
	float: left;
	margin-left: 5px;
}
#pm img {
	margin-right: 5px;
}
/* ISOマーク */
#iso {
	text-align: center;
	width: 129px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ------------------------------------------- 右コンテンツ部設定 ------------------------------------------- */
/* パン屑リスト */
#pankuzu {
	text-align: left;
}
/* safari only \*/  
html:\66irst-child #pankuzu {  
     margin-top: 10px;  
 }  
#pankuzu  a {
	color: #2242aa;
	text-decoration: none;
}
#pankuzu  a:visited {
	color: #663399;
	text-decoration: none;
}
/* h1見出し（画像） */
#mainContent h1 {
	margin-top: 10px;
}
/* 本文枠 */
#honbun {
	padding: 0px;
	width: 590px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
/* 本文枠 */
#honbun .under_box{
	padding: 10px;
	width: 250px;
	margin: 0px;
	float: right;
	border: 1px outset #333;
	clear: both;
}
/* h2見出し（左青ライン・下ライン） */
.midashi {
	background-image: url(../images/common/h2box-line.gif);
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 15px;
	padding-top: 5px;
	font-weight: bold;
}
/* h3見出し（青文字・ラインなし） */
.submidashi {
	color: #2242ae;
	font-weight: bold;
}
/* h4見出し（黒文字・ラインなし） */
.subsubmidashi {
	color: #464646;
	font-weight: bold;
}
/* 各コーナートップページ設定 */
.topitem {
	background-image: url(../images/common/com-top-box.gif);
	/* background-repeat: no-repeat; */
	background-repeat: repeat-y;
	padding-left: 15px;
	margin-top: 15px;
	/* margin-bottom: 5px; */
	padding-bottom: 15px;
	background-position: left bottom;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}
.topmidashi {
	margin-top: 0px;
	margin-bottom: 5px;
}
.topmidashi a {
	color: #2242ae;
	text-decoration: none;
}
.topitem p {
	margin: 0px;
}
.topmidashi2 /* 本文ない時 */ {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 8px;
}
.topmidashi2 a {
	color: #2242ae;
	text-decoration: none;
}
/* 本文段落 */
#honbun p {
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
.indent1em/* インデント設定 */
 {
	padding-left: 1em;
}
/* インデント設定 */
.indent2em {
	padding-left: 2em;
}
.indent2point5em {
	padding-left: 2.5em;
}
.indent4em {
	padding-left: 4em;
}
.indent1point5em { 
	padding-left: 1.5em; 
}
.indent5em {
	padding-left: 5em;
}
.indent6em {
	padding-left: 6em;
}
.indent7em {
	padding-left: 7em;
}
.indent8em {
	padding-left: 8em;
}
.indent9em {
	padding-left: 9em;
}
#cap  {
	line-height: 1.5em;
	margin-bottom: 0px;
	padding-bottom: 0.5em;
}
#cap  p{
	line-height: 1.5em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.cap0pt5em/*２行目以降インデント：1文字　用途：※印など*/
{
	padding-left:0.5em;
	text-indent:-0.5em;
} 
/*２行目以降インデント：1文字　用途：※印など*/
.cap1em{ padding-left:1em; text-indent:-1em; } 
/*２行目以降インデント：1.25文字*/
.cap1pt25em{ padding-left:1.25em; text-indent:-1.25em; }
/*２行目以降インデント：1.5文字　用途：（1）等*/
.cap1pt5em{ text-indent:-1.5em; padding-left: 1.5em; }
/*２行目以降インデント：1.5文字　用途：（1）等　狭幅*/
.cap1pt5emNallow { text-indent:-1.5em; padding-left: 1.5em; width: 330px; }
/*２行目以降インデント：1.75文字*/
.cap1pt75em{ padding-left:1.75em; text-indent:-1.75em; }
/*２行目以降インデント：2文字*/
.cap2em{ padding-left:2em; text-indent:-2em; }
/*２行目以降インデント：2.5文字*/
.cap2pt5em{ padding-left:2.5em; text-indent:-2.5em; }
/* 注意事項記述周り(注番号） */
.tyu {
	display: block;
	float: left;
}
/* 注意事項記述周り(注本文） */
.bun {
	display: block;
	margin-left: 2.5em;
	text-align: left;
}
/* 注番号が長い時 */
.bun2 {
	display: block;
	margin-left: 5.5em;
	text-align: left;
}
/* 箇条書き 項目8文字*/
#list8em  dl {
	margin: 0px;
	padding: 0px;
}
#list8em  dt {
	width: 8em;
	line-height: 1.5em;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
	margin: 0px;
}
#list8em  dd {
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
	margin: 0px;
}
/* 箇条書き 項目文字数指定無し*/
#list0em  dl {
	margin: 0px;
	padding: 0px;
}
#list0em  dt {
	line-height: 1.5em;
	float: left;
	padding-top: 0px;
	padding-right: 2em;
	padding-bottom: 0.5em;
	padding-left: 0px;
	margin: 0px;
}
#list0em  dd {
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0em;
	margin: 0px;
}

/* 文字を少し詰めたい時 */
.tsume {
	letter-spacing: -1px;
}
/* 項目並べ（金融機関リスト）*/
.item {
	display: block;
	float: left;
	width: 12em;
}
/* 上部点線区切り */
.top-line-dot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #dcdcdc;
	padding-top: 10px;
	margin-top: 10px;
}
/* 本文リンク */
#honbun p a {
	color: #2242AE;
	text-decoration: underline;
}
#honbun  p a:visited {
	color: #663399;
	text-decoration: underline;
}
/*文章中のリンクの表現*/
/*.triangle-orange {
	padding-left: 10px;
	color: #2242ae;
}*/
.triangle-orange a:visited {
	color: #663399;
}
.triangle-orange /*span*/ {
	background-image: url(../images/common/triangle-orenge.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 12px;
}
/* 本文リスト */
#honbun ul{
	padding-left: 1em;
	list-style-type: none;
	left: 0px;
	line-height: 1.5em;
	margin-left: 0px;
}
#honbun ol {
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	list-style-type: decimal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3em;
}
#honbun ol li {
	list-style-type: decimal;
	list-style-position: outside;
}
#li_link li{
	background-image: url(../images/common/triangle-blue.gif);
	background-position: 0em 0.35em;
	background-repeat: no-repeat;
	padding-left: 1em;
	left: 0px;
}
/* 表 */
#honbun table {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 1.5em;
	border-collapse: collapse;
}
#honbun th {
	background-color: #f4f4f4;
	padding: 5px;
	font-weight: normal;
	text-align: center;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#honbun td {
	padding: 5px;
	border: thin solid #999999;
	background-color: #FFFFFF;
	line-height: 1.5em;
}
#honbun td a {
	color: #2242AE;
	text-decoration: underline;
}
#honbun td a:visited {
	color: #663399;
	text-decoration: underline;
}
.line-under     {
	background-color: #f4f4f4;
	padding: 5px;
	font-weight: normal;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.line-top   {
	background-color: #f4f4f4;
	padding: 5px;
	font-weight: normal;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}
/* 表（縦線なし）*/
table#dir {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-collapse:collapse;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#dir td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	border-right-style: none;
	border-left-style: none;
}
/* 図配置 */
.fig {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}
.fig2 /* 下線細い */ {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.fig3 /* 下線無し */ {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*※旧greeting　狭幅　用途：ごあいさつ等左右どちらかに200px程度の画像が入る場合*/
.narrow1 {
	display: block;
	float: left;
	width: 360px;
	text-align: justify;
}
/*※旧greetingphoto　右側配置*/
.right {
	padding-left: 30px;
	float: right;
	padding-bottom: 30px;
	display: block;
}
/* ページ上部リンク（用語集など）*/
#pagelink {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	height: 30px;
	list-style-type: none;
}
#pagelink ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#pagelink li {
	display: block;
	margin: 0px;
	float: left;
	height: 20px;
	padding-right: 2em;
	padding-left: 10px;
	list-style-type: none;
}
.now {
	background-image: url(../images/common/triangle-blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	list-style-type: none;
}
.off {
	background-image: url(../images/common/triangle-blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #666666;
	list-style-type: none;
}
.off a {
	color: #666666;
	text-decoration: none;
	list-style-type: none;
}
.off a:visited {
	color: #663399;
	text-decoration: none;
	list-style-type: none;
}
/* ページトップリンク */
#pagetop {
	margin-top: 10px;
	text-align: right;
}
#pagetop a {
	color: #2242AE;
	background-image: url(../images/common/triangle-totop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
}
#pagetop2 /* 下線(点線）あり */ {
	margin-top: 10px;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #dcdcdc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#pagetop2 a {
	color: #2242AE;
	background-image: url(../images/common/triangle-totop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
}
.pagetop3 /* 下線（実線）あり */ {
	clear: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	height: 45px;
}
.pagetop3  p {
	margin-left: 220px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
*/* 上書き指定 */
+html  .pagetop3  p{
	margin-top: 5px;
}
* html  .pagetop3  p {
	margin-top: 5px;
}
.pagetop4  /* 下線（太線）あり */ {
	margin-top: 10px;
	text-align: right;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.pagetop4   a {
	color: #2242AE;
	background-image: url(../images/common/triangle-totop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
}
/* ページ内リンク */
.innerlinktop {
	background-image: url(../images/procedures/question_wakubg.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 578px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    overflow: hidden;
}
.innerlinktop:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .innerlinktop {
    height: 1em;
    overflow: visible;
}
.innerlinktop  ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.innerlinktop  li {
	background-image: url(../images/common/triangle-orenge.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.2em;
	padding-left: 3em;
	text-indent: -2em;
}
.innerlink    {
	text-decoration: none;
	color: #2242ae;
}
.innerlink a:visited {
	text-decoration: none;
	color: #663399;
}
#innerlinkleft {
	margin: 0px;
	float: left;
	width: 270px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#innerlinkleft ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#innerlinkleft li {
	background-image: url(../images/common/triangle-orenge.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.2em;
	padding-left: 15px;
	list-style-type: none;
	text-indent: 0px;
}
#innerlinkright {
	padding: 0px;
	margin-left: 289px;
}
#innerlinkright li {
	background-image: url(../images/common/triangle-orenge.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.2em;
	padding-left: 15px;
	list-style-type: none;
	text-indent: 0px;
}
#innerlinkright ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------------- トップページ設定 ------------------------------------------- */
/* 重要なおしらせ */
#oshirase {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.small {
	margin-bottom: 0
.em;
	font-size: 95%;
}
.link2info1B {
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.link2info1Red {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 0.5em;
	background-image: url(../images/common/triangle-pink.gif);
}
.link2info1Red a{
	color: #F00;
	font-size: 100%;
}
.link2info1 {
	background-image: url(../images/common/triangle-pink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 0.5em;
}
.link2info1 a {
	color: #2242ae;
}
.link2info1 a:visited {
	color: #663399;
}
/* 新着情報(過去のお知らせと共有） */
#news {
	padding: 0px;
	list-style-type: none;
	margin-top: -3em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.link2info2 {
	margin-bottom: 0.5em;
	padding-left: 10px;
}
/* 上書き指定 */
* html .link2info2 a {
	margin-bottom: -1em;
}
.link2info2 span {
	display: block;
	float: left;
	width: 8.5em;
}
.link2info2 a {
	display: block;
	color: #2242ae;
	margin-left: 8.5em;
}
.link2info2 a:visited {
	color: #663399;
}
/* 上書き指定 */
*+html .link2info2 a{
	margin-top:-1em;
}
* html .link2info2 a {
	margin-top:-1em;
}
/* 過去のお知らせリンク */
#more {
	list-style-type: none;
	position: relative;
	width: 12em;
}
.link2con3 {
	background-image: url(../images/common/triangle-blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.link2con3 a {
	color: #2242ae;
}
.link2con3 a:hover {
	color: #663399;
}

/* ------------------------------------------- フッターナビ設定 ------------------------------------------- */
#footernavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footernavi li {
	display: inline;
}
#footernavi a {
	color: #2242ae;
}
#footernavi a:visited {
	color: #663399;
}

/* ------------------------------------------- フッター設定 ------------------------------------------- */ 
#footer p {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 30px;
	color: #FFFFFF;
}

/* ------------------------------------------- その他追加 ------------------------------------------- */ 
.right02    {
	text-align: right;
	float: right;
	padding-top: 0.5em;
	display: block;
}
.float-left {
	float: left;
	display: block;
}
.margine-top01 {
	padding-top: 2.5em;
}
.list-dot   {
	line-height: 1.5em;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0em;
}
.list-dot li {
	line-height: 1.5em;
	text-indent: -0.5em;
	padding-left: 0.5em;
}
#line-hight1pt5em p {
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
.table_ye  {
	background-color: #FFC;
}
.mainflash  {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 60px;
	background-color: #FFC;
}
.under_ye{
	width: 570px;
	margin: 0px;
	float: none;
	display: block;
	background-color: #FFC;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border: 1px outset #999;
}
.under_box2{
	padding: 10px;
	width: 220px;
	margin: 0px;
	float: right;
	display: block;
	font-size: 98%;
}
.ye{
	background-color: #FFC;
}
.red{
	color: #F00;
}
.img_area{
	float: right;
	display: block;
	height: 100px;
	width: 590px;
}
.right_img{
	float: right;
}
.left_img{
	float: left;
	clear: both;
}
.right_link {
	float: right;
	height: 20px;
	width: 590px;
	margin-bottom: 20px;
	text-align: right;
}

