﻿/* zenbu */
* { margin : 0 ; padding : 0 ; }

/* ボディ */
body { width : 100% ; 

font-family:"ＭＳ Ｐゴシック", Arial, sans-serif}



/* ボディ */
#my_body { position : relative ; 
font-size:small;}

/* head */
#my_header { 
display:none;
}

/*background-color: #333333*/



/*テーブル*/
table#a_table{
font-family:"ＭＳ ゴシック", "Courier New", monospace;
font-size:12px;
width : 90%;
}


/*テーブル*/
table#b_table{
font-family:"ＭＳ ゴシック", "Courier New", monospace;
font-size:12px;
width : 70%;
}


/*見出し*/
h1#midashi_01{
padding:10px 0 10px 15px;
background:#F5F5F5;
border-left:#009900 8px solid;
font-weight: bold;
color:#333;
width:90%;
height:18px;
font-size:16px;
vertical-align: middle;
font-family:"ＭＳ ゴシック", "Courier New", monospace;

}
/*見出し*/
h1#midashi_04{
padding:10px 0 10px 15px;
background:#F5F5F5;
border-left:#5CACEE 8px solid;
border-right:#969696 1px solid;
border-bottom:#969696 2px solid;
border-top:#969696 1px solid;


font-weight: bold;
color:#333;
width:90%;
height:18px;
font-size:16px;
vertical-align: middle;
font-family:"ＭＳ ゴシック", "Courier New", monospace;

}



/* フッタ */
#my_footer { 
width : 100% ; 
clear : both ; 
background-image: url("images/footergreen.png");
height : 60px ; 
background-repeat: repeat;
}

/* 右ナビゲーションレイアウト */
#my_navigation{float:right; width:50px;display:none;}

/* メインコンテンツレイアウト */

#my_contents{ 
margin-left: 40px;
margin-right:  50px;
width:auto
}


/* 右ナビゲーションバーに関する記述 */
a.g_navi{
display:none;
}
a:hover.g_navi{
display:none;
}

a.g_navi0{
	display:none;
	}
a:hover.g_navi0{
    display:none;
    }


table.table_qa {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.table_qa caption {
  margin-top: 1em;
  text-align: right;
}

table.table_qa td {
  padding: 4px 6px;
}

table.table_qa th {
  padding: 4px 6px;
}

table.table_qa th.ao{
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #cee6ff;
  text-align: left;
  white-space: nowrap;
  width:90%;
	
	}
	

table.table_qa th.kiiro {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #fffacd;
  text-align: left;
  white-space: nowrap;
  width:90%;
  
}

