@charset "utf-8";

/*============================================
全般的なスタイル
============================================*/
body {
	margin:0;
	padding:0;
	font-family:Arial, sans-serif;
	/*font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
	font-size:0.9em;
	color:#333;
	line-height:1.4;
	background:#FFF ;
}

p {
	margin: 0; /* 余分なマージンを消去 */
}

p.color {
	color:#ff0000;
}
p.notes {
	margin: 0 0 0 20px;				/* 左の余白 */
	width:930px;
}
/*============================================
ヘッダ
============================================*/
h3 {
	font-size:23px;		/* フォントの大きさ */
	font-weight:bold;	/* 太字 */
	padding:7px;
	background:#99ccff;
	width:970px;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

h3.top {
	background:#ffffff;
	width:920px;
}

h4.menu {
	color: #141414;						/* テキストの色 */
	font-size:19px;						/* フォントの大きさ */
	font-weight:bold;					/* 太字 */
	line-height: 1.5em;					/* 行間 */
	border-bottom:1px solid #66ccff;	/* 下線 */
	border-left:15px solid #66ccff;		/* 左側の線 */
	margin: 20px 0 10px 0;				/* 上下の余白 */
	padding:3px 10px 1px 10px;			/* テキストとボーダーの間の余白 */
}

h4.addr {
	border-bottom:2px dashed #48832C;
	padding:4px 6px;
}
/*============================================
ブロック
============================================*/
div.group {
	width: 950px;
	border: 0px solid #ccc;
	padding:0px;
	margin:20px 0px 25px 20px;
}
div.group_top {
	width: 926px;
	border:2px solid #ccc;
	padding:10px;
	margin:20px 0px 0px 20px;
}
/* table外枠 */
div.x_data_area {
	width: 950px;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-left: 0px solid #ccc;
	border-right: 1px solid #CCC;
	overflow: hidden;						/* floatさせた要素を内包しているため指定 */
	margin: 50px 0px 0px 0px;				/* 上下の余白 */

}
 
/* tableロック部分 */
div.lock_box {
	width: 519px;
	float: left;
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
}
 
/* table横スクロール部分 */
div.x_scroll_box {
	width: 430px;
	float: right;
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
	overflow-y: hidden;					/* 縦スクロール非表示 */
	overflow-x: auto;					/* 横スクロール */

}
/* table横スクロール部分 */
/* IE7でスクロールがデータ部分に隠れる現象を防止 */
*div.x_scroll_box {
	padding-bottom: 16px;
}

*div.x_data_area{
	border-right: 1px solid #CCC;
}

/*============================================
テーブル
============================================*/
/*table共通*/
table{
	border-collapse:collapse;
	width:519px;
}

/*分野ごとの情報宣言*/
table.bunya{
	border: none; 
	width:929px;
	margin:50px 0px 0px 0px;
}

table.data {
	/*margin-left:1px;*/
}
table.kihonryo1{
	border-collapse:collapse;
	width:865px;
	margin:0px 0px 0px 20px;
}
table.kihonryo2{
	border-collapse:collapse;
	width:145px;
	margin:0px 0px 0px 374px;
}

/*============================================
テーブル(th)
============================================*/

/*th共通*/
th {
	/*height:70px;*/
	/border-top: 1px solid #CCC;*/
	background: #EEF1F4;
	padding: 2px
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

th.no_line_35h {
	background-color: #FFF;
	border: none ; 
	text-align: center ;
	height:35px;
}

th.no_line_70h {
	background-color: #FFF;
	border: none ; 
	text-align: center ;
	height:70px;
}
th.item_left {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
}
/*++++++++++++++++++++++++++++++++++++++++++
項目１分割
++++++++++++++*/

th.left_125w_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:125px;
}

th.left_125w_90_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:125px;
	font-size: 13px;
}

th.left_125w_90_2btm_col1_1 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:125px;
	font-size: 12px;
}

th.left_125w_0btm_col1_1 {
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : none ;
	background-color: #EEF1F4;
	text-align: left ;
	width:125px;
}

th.left_125w_100h_90_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	font-size: 13px;
	height:100px;
	width:125px;
}

th.left_125w_100h_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	height:100px;
	width:125px;
}

th.left_125w_110h_90_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	font-size: 13px;
	height:110px;
	width:125px;
}

th.left_125w_110h_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	height:110px;
	width:125px;
}

th.left_125w_130h_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	height:130px;
	width:125px;
}

th.left_245w_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:245px;
}

th.left_245w_100h_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:245px;
	height:100h;
}

th.left_245w_0btm_col1_1 {
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : none ;
	background-color: #EEF1F4;
	text-align: left ;
	width:245px;
	font-size: 13px;
}

/*++++++++++++++++++++++++++++++++++++++++++
項目２分割−１つ目
++++++++++++++*/

th.left_104w_2btm_col2_1 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:104px;
}

th.left_104w_90_col2_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	font-size: 13px;
	width:104px;
}

th.left_20w_0top_col2_1 {
	border-top    : none ;
	border-right  : none ;
	border-left   : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width: 20px;
}

th.left_20w_0top_2btm_col2_1 {
	border-top    : none ;
	border-right  : none ;
	border-left   : 1px solid #CCC;
	border-bottom: 2px solid #888;
	background-color: #EEF1F4;
	text-align: left ;
	width: 20px;
}

/*++++++++++++++
項目２分割−２つ目
++++++++++++++*/

th.center_20w_col2_2 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
	width:20px;
}

th.center_20w_2btm_col2_2 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
	width:20px;
}

th.left_94w_col2_2 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width: 94px;
}

th.left_101w_0lft_col2_2 {
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/*width: 101px;*/
	font-size: 12.5px;
}

th.left_104w_col2_2 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/*width: 104px;*/
}

th.left_104w_0btm_col2_2 {
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : none ;
	background-color: #EEF1F4;
	text-align: left ;
	/*width:104px;*/
}

th.left_221w_0lft_col2_2 {
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/*width: 221px;*/
}

th.left_221w_0lft_2btm_90_col2_2 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 0px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/*width:221px;*/
	font-size: 13px;
}

th.left_223w_0lft_col2_2 {
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : none;
	border-bottom : 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/*width: 223px;*/
}

th.left_224w_col2_2 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width: 224px;
}

th.left_224w_0btm_col2_2 {
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : none ;
	background-color: #EEF1F4;
	text-align: left ;
	width:224px;
}

th.left_224w_2btm_col2_2 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:224px;
	font-size: 13px;
}

/*++++++++++++++++++++++++++++++++++++++++++
項目３分割−１つ目
++++++++++++++*/

th.center_20w_col3_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
	/*width:20px;*/
}
th.center_20w_col3_1a {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
	width:18px;
}
th.left_20w_0top_col3_1 {
	border-top    : none ;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width: 20px;
}

th.center_30w_col3_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
	width:18px;
}

th.left_53w_col3_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/*width:53px;*/
	font-size: 13px;
}

/*++++++++++++++
項目３分割−２つ目
++++++++++++++*/

th.no_line_col3_2 {
	background-color: #EEF1F4;
	border-top: 0px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 0px solid #CCC;
	border-right: 1px solid #CCC;
	width: 0px;
}

th.norgh_2btm_col3_2 {
	background-color: #EEF1F4;
	border-top: 0px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 0px solid #CCC;
	border-right: 1px solid #CCC;
	width: 0px;
}

th.left_20w_0top_col3_2 {
	border-top    : none ;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width: 14px;
}

th.left_20w_0top_2btm_col3_2 {
	border-top    : none ;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : 2px solid #888;
	background-color: #EEF1F4;
	text-align: left ;
	width: 15px;
}

th.center_20w_2btm_col3_2 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
	width:20px;
}

th.center_20w_col3_2 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
	width:20px;
}

th.left_50w_2btm_col3_2 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:50px;
	font-size: 13px;
}

th.left_50w_col3_2 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:50px;
}

/*++++++++++++++
項目３分割−３つ目
++++++++++++++*/

th.left_73w_col3_3 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	font-size: 13px;
	width: 73px;
}

th.left_83w_col3_3 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	font-size: 13px;
	/*width: 40px;*/
}

th.left_203w_col3_3 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	font-size: 13px;
	width: 203px;
}
th.left_203w_col3_3a {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	font-size: 13px;
}
th.left_203w_2btm_col3_3 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	font-size: 13px;
	width: 203px;
}

th.left_203w_2top_col3_3 {
	border-top: 2px solid #888;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/*width:203px;*/
	font-size: 13px;
}

th.left_203w_2btm_90_col3_3 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/*width:203px;*/
	font-size: 13px;
}

th.left_83w_col3_3 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:83px;
	font-size: 13px;
}

th.left_203w_col3_3 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:203px;
	font-size: 13px;
}

/*++++++++++++++
その他
++++++++++++++*/
th.item_center {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
}
th.item_center_70h {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
	height:70px;
}

th.item_center_100h {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
	height:100px;
}

th.no_line {
	background-color: #EEF1F4;
	border-top: 0px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
}

th.no_line2 {
	background-color: #FFF;
	border: none ; 
	text-align: left ;
	height:35px;
}

/*分野ごとの情報宣言*/
th.bunya { 
	background-color: #FFF;
	width:  300px;
	border: none ; 
	text-align: left ;
	vertical-align: top ;
}

/*表頭上宣言*/
th.upper { 
	/*height: 15px ;*/
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : none ;
	background-color: #AFEEEE ;
	text-align: center ;
	width:70px;
	height:70px;
}

/*表頭下宣言*/
th.lower { 
	height: 10px ;*/
	border-top    : none;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	background-color: #AFEEEE ;
	text-align: center ;
	width:70px;
	height:45px;
}

/*表頭宣言*/
th.head { 
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	background-color: #AFEEEE ;
	text-align: center ;
}

th.head_70h { 
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	background-color: #AFEEEE ;
	text-align: center ;
	height:69px;
}


/*============================================
テーブル(td)
============================================*/

/*++++++++++++++++++++++++++++++++++++++++++
td共通*
++++++++++++++*/
td {
	margin: 0; /* 余分なマージンを消去 */
	padding: 2px;
	border-top    : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	width: 68px;
	height:68px;
}

td.item_right {
	text-align: right ;
}

td.item_right_85 {
	text-align: right ;
	font-size: 12px;
}

td.item_right_btm2px {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: right ;
}

td.item_right_100h {
	text-align: right ;
	height:100px;
}

td.item_right_110h {
	text-align: right ;
	height:110px;
}

td.item_center {
	text-align: center ;
}

td.item_center_btm2px {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: center ;
}

td.item_center_85 {
	text-align: center ;
	font-size: 12px;
}

td.center_70w_110h_90 {
	text-align: center ;
	height:110px;
	width:70px;
	font-size: 14px;
}

td.item_center_100h {
	text-align: center ;
	height:100px;
}

td.item_center_90_100h {
	text-align: center ;
	height:110px;
	font-size: 13px;
}

td.item_center_130h {
	text-align: center ;
	height:130px;
}
td.item_center_ms {
	text-align: center ;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
td.item_center_10h {
	text-align: center ;
	height:10px;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
/*++++++++++++++++++++++++++++++++++++++++++
グレーアウト宣言
++++++++++++++*/
td.tcolor { 
	border: 1px solid gray;
	background-color: gray ;
}

td.tcolor_btm2px { 
	border-top: 1px solid gray;
	border-bottom: 2px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	background-color: gray ;
}

td.tcolor_100h { 
	border: 1px solid gray;
	background-color: gray ;
	height:100px;
}
td.tcolor_110h { 
	border: 1px solid gray;
	background-color: gray ;
	height:110px;
}
td.tcolor_130h { 
	border: 1px solid gray;
	background-color: gray ;
	height:130px;
}

/*++++++++++++++++++++++++++++++++++++++++++
項目の解説
++++++++++++++*/

td.kaisetsu {
	border: 1px solid #CCC;
	background-color: #fffacd ;
	font-size: 12px;
	text-align: left ;
	vertical-align: top ;
	width:320px;
}

td.kaisetsu_100h {
	border: 1px solid #CCC;
	background-color: #fffacd ;
	font-size: 12px;
	text-align: left ;
	vertical-align: top ;
	width:320px;
	height:100px;
}
td.kaisetsu_110h {
	border: 1px solid #CCC;
	background-color: #fffacd ;
	font-size: 12px;
	text-align: left ;
	vertical-align: top ;
	width:320px;
	height:110px;
}

td.kaisetsu_240w {
	border: 1px solid #CCC;
	background-color: #fffacd ;
	font-size: 12px;
	text-align: left ;
	vertical-align: top ;
	width:240px;
}
td.kaisetsu_200w {
	border: 1px solid #CCC;
	background-color: #fffacd ;
	font-size: 12px;
	text-align: left ;
	vertical-align: top ;
	width:200px;
}
td.kaisetsu_200w_100h {
	border: 1px solid #CCC;
	background-color: #fffacd ;
	font-size: 12px;
	text-align: left ;
	vertical-align: top ;
	width:200px;
	height:100px;
}

/*++++++++++++++++++++++++++++++++++++++++++
分野ごとの情報宣言
++++++++++++++*/
td.bunya { 
	width:  316px;
	height: 10px;
	border: none ; 
	text-align:# left ;
	padding: 4px;
}
