@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
   font-size:13px;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#008000;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:1024px;
   margin:0 auto;
   background:#fff;
   border-top:5px solid blue;		/*上下のバーの色はこの2行*/
   border-bottom:5px solid blue;		/*上下のバーの色はこの2行*/
}

#header {
   position:relative;
   width:1024px;		/* タイトル背景画像のrepeat量にあわせて調整する。最大1050px */
   height:95px;			/* タイトル部分の高さ（下にもある） */
   background:#fff;
}

#menu {
   width:1070px;
   background:#orange;
}

#contents {
   clear:both;
   width:1024px;
   margin-top:10px;
}

#main {
   float:left;
   margin:0 10px;
   width:790px;
}

#subL {
   float:left;
   width:210px;
}

#subR {
   float:right;
   width:130px;
}

#footer {
   position:relative;
   clear:both;
   width:1024px;
}

/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0 0px;
   font-size:24px;
   color:#000;
   line-height:70px;　　/* タイトル部分の高さ （上にもある）*/
}

#header h1 a {
   color:#000;
}

#header h1 a:hover {
   color:#ddd;
}

#header .pr {
   position:absolute;
   top:0px;
   right:0;
}



/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
/*   background:url("../images/bg_menu.png") repeat-x; */
/*   background:url("../images/bg_menu.png") 0 50% repeat-x; */
}

#menu li {
   float:left;
   color:#333;
   list-style-type:none;
}

#menu li a {
   display:block;
   margin-right:1px;
   padding:0 1px;			/*2つ目のpxがメニューバー画像の幅になる*/
   line-height:2.15;		/*2.5だと250%という意味になる*/
   color:#fff;
}

#menu li a:hover{
   color:#ddd;
}

/* 回り込み解除 */
#menu ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#008000;
}

#main a:hover {
   border:0;
   color:#008000;
   border-bottom:1px solid #008000;
}

#main h2 {
   margin-bottom:5px;
   padding:2px 2px 2px 5px;
   font-size:15px;
   font-weight:bold;
   line-height:1.4;
   border-left:5px solid #000;
   background:url("../images/bg_h2.gif");
}

#main h3 {
   margin-bottom:5px;
   font-size:13px;
   border-bottom:3px double #000;
}

#main h4 {
   margin-bottom:2px;
   padding:3px;
   font-size:13px;
   line-height:1.4;
   background:#ddd;
}

#main h5 {
   margin-bottom:2px;
   font-size:13px;
   line-height:1.4;
   border-bottom:2px solid #333;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
   line-height:1.4;
}

#main p{
   margin:0 0 1em 0;
   line-height:1.4;
}

#main dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* ========subL CONTENTS CUSTOMIZE======== */
#subL .section {
   background:#DEDDD0;
}

#subL h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#ffa500 url("../images/bg_sub_h2.gif") 0 50% repeat-x;
}

#subL ul {
   margin:0;
   padding:5px 0 1em 1em;
}

#subL li {
   margin:0;
   padding-left:18px;
   line-height:1.8;
   background:#DEDDD0 url("../images/bg_list.gif") 0 6px no-repeat;
   list-style:none;
}


/* ========subR CONTENTS CUSTOMIZE======== */
#subR .pr {
   margin:10px 0;
   text-align:center;
}

#subR h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#000;
/*   background:#49BC1D url("../images/bg_subR_h2.png") 0 50% repeat-x;	*/
}

#subR ul {
   margin:0;
   padding:5px 0 1em 1em;
}

#subR li {
   margin:0;
   padding-left:18px;
   line-height:1.8;
   background:#DEDDD0 url("../images/bg_list.gif") 0 4px no-repeat;
   list-style:none;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 60% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:20px 0;
   text-align:center;
   font-style:normal;
   font-size:11px;
   border-top:1px solid #ccc;
}



/* ======= ADD FOR DETAIL CONTENT by KAWA ======== */
.table_01 {
	 width:790px; margin:0px 0px 10px 0px;padding:0px;
	 border-collapse:collapse;
	 border-top:1px dotted #999999;
 }
 
 .table_01 th {
	 width:250px; padding:4px 2px 2px 4px;
	 text-align:left;vertical-align:top;color:#666666;
	 background-color:#EEEEEE;			/* CSV2TABLEのタイトルの背景色とおもわれるがこれはゆうこうにならず jquery.csv2table.jsにて設定すること */
	 border-bottom:1px dotted #999999;border-left:5px solid #FF9900;
 }
 
 .table_01 td {
	 padding:4px 2px 2px 4px;
	 border-bottom:1px dotted #999999;border-left:3px double #CCCCCC;
 }
 
 

table.yosoku {
	border: solid 1px #000000;
	border-collapse: collapse;
}

td.title {
	border: solid 1px #999999;
	background-color:#FFC333
}

td.data {
	border: solid 1px #999999;
}


.tabletitle { color: #FFFFFF; background: #EB5C02; }
.numbertitle { color: #000000; background: #FFC333; }


.kenrisaisyu { color: #000000; background: salmon; }
.kenriochi   { color: #000000; background: paleturquoise; }

