/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
margin:0;
padding:0;
}



body {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    padding: 0px;
    color: #333;
    text-align: center;
    font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
    width: 860px;
#    background-image: url("img/bgimg.png");
    clear: both;
}

img {
vertical-align: top;

}

p, /* 文章の行間を指定 */
#main ul,
#main ol,
#menuL ul,
#menuL ol,
dl
{
line-height: 160%;
border-style: none;
}


/* ========================================  #header 画面上部
#header {
	padding: 5px 0 0;
	margin: 0;
}

 */
/*
#headerinfo {  ヘッダー右上の文字スペース 
	text-align: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
*/
/*

#header #header_title {/* ヘッダー左上のタイトルスペース
	float: left;
	font-size: 24px;
	color: #red;
	font-weight: bold;
	
	padding: 0px;
	height: 30px;
}
 */
#page{
    border: 7px solid #F99A86;
    background-color: #FFFEDE;
    width: 848px;
    float: left;
}

#headerimg {
    clear: both;
    padding-top: 10px;
    /* [disabled]padding-right: 10px; */
    /* [disabled]padding-left: 10px; */
    padding-bottom: 10px;
    border-top: none #FFF;
    border-right: none #FFF;
    border-bottom: none #FFF;
    border-left: none #FFF;
    background-image: url(img/headimg.png);
}


#headerimg .p1{
clear: both;
height: 40px;
width: 840px;
font-family: "ヒラギノ丸ゴ ProN W4", "メイリオ", "ＭＳ ゴシック", Osaka, sans-serif;
font-size: 36px;
font-style: normal;
font-weight: bolder;
color: #000033;
text-align: center;
margin: 20px;
line-height: 50px;
background: #FFF;
padding: 5px;
}

#headerimg .p2{
clear: both;
width: 840px;
font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: bolder;
color: #000000;
padding:  5px 0px;
background: #FFF;
}


 
/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents{
    /* [disabled]margin-top: 5px; */
    margin-right: 5px;
    /* [disabled]margin-left: 5px; */
    /* [disabled]margin-bottom: 5px; */
    background-color: #FFFEF3;
    /* [disabled]border-width: medium; */
    float: right;
}


/* ========================================  #main ページの本文 */
#main {
    text-align: left;
    padding-top: 1px;
    padding-right: 0px;
    padding-left: px;
    padding-bottom: 0px;
    width: 640px;
    z-index: auto;
    /* [disabled]margin-top: 10px; */
    margin-right: 0px;
    margin-bottom: 10px;
    float: right;
}

#main h1 { /* 本文の見出し2 */
color:#FFFFFF;
font-size:24px;
background: #F99A86;
line-height: 30px;
padding-left: 7px;
padding-top: 5px;
}

#main h2 { /* 本文の見出し2 */
border-left:5px solid　#002B44;
clear:left;
color:#333131;
font-size:19px;
background: #ff9c4e;
margin: 5px;
padding: 5px;
}



#main h3 { /* 本文の見出し3 */
font-size: 16px;
padding: 10px;
background: #ffd36e;
color:#000;
}


#main h4 { /* 本文の見出し3 */
font-weight: bold;
background: #7A7473;
color: #FFF;
}
#main h5 {
    font-weight: bold;
    background: #FFFFFF;
    color: #006;
    line-height: 40px;
    font-size: 16px;
}


#main p { /* 本文の段落 */
	margin: 0 2px 1.5em 5px;
        text-align:left;
        padding: 0 0 0 5px;
   
}




#main ul , #main ol{ /* リスト表示 */
	margin:1em 20px 2em 40px;
	padding-left:25px;
        font-size: 90%;
}



#main dl { /* 定義リスト表示 */
    font-size: 16px;
    background: #FFF;
    padding: 5px;
    border-bottom: thin solid #009;
    border-top: thin solid #009;
    text-align: right;
}



#main dt {
    font-size: 20px;
    padding-left: 15px;
    color: #042B09;
}



#main dd {
font-size: 20px;
text-align: right;
}


  
/* ======================================== 表*/

table#table01{
    width: 100%;
    border: 1px #cccccc solid;
    border-collapse: collapse;
    background-color: #FCF6DE;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
}
h1 {
font-size: 24px;
color: #FFF;
background: #003;
margin: 0px;
padding: 3px;
}

#table01 th{
	
width: 25%;
text-align: center;
border: 1px #cccccc solid;
background-color: #FCF6DE;
font-size:85%;
line-height: 20px;
white-space: normal;
height: 45px;
vertical-align: middle;
}

 #table01 td {
border: 1px #e#FCF6DE solid;
padding: 3px;
background-color: #FCF6DE;
height: 45px;
}

#table01 caption{
    padding: 5px;
    background: #fff;
    margin-top: 5px;
}
#table02{
width: 95%;
border: none;
padding: 5px;
margin: 10px;
background: #fdf9cd;
}

#table02 th{
width: 25%;
text-align: left;
border: none;
margin: 5px;
padding: 5px;
}

 #table02 td {
    border: none;
    text-align: left;
    font-size: 95%;
  
}
#table03 table{
width: 600px;
background: #FFFFFF;
margin: 0px;
padding: 0px;
border: 1px solid #85AD5F;
}

#table03 th{
text-align: left;
font-size:95%;
font-weight:normal;
margin: 0px;
padding:5px;
font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
border-top: 1px solid #86AE60;
border-right: 1px none #86AE60;
border-bottom: 1px solid #86AE60;
border-left: 1px none #86AE60;
width: 340px;
clear: none;
}
#table03 table .endai {
text-align: right;
border:1px solid #86AE60;
font-size:90%;
font-weight:bold;
font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #030;
width: 260px;
background: #f6feee;
padding: 5px;
}
#table03 table .kyukei {
text-align: left;
border:1px none #ffe6e6;
font-size:100%;
font-weight:bold;
margin: 5px;
padding:5px;
font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #030;

background: #f6feee;
}
#table03 table .time {
font-size: 14px;
background: #87B059;
color: #FFF;
font-family: "メイリオ", sans-serif, "ＡＲ丸ゴシック体Ｍ", "ＤＦＰ教科書体W3", Osaka, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ ProN W4", Arial;
padding-left: 5px;
padding-right: 5px;
}
#table03 td {
width: 16%;
text-align: right;
font-size:100%;
font-weight:normal;
margin: 10px 20px 10px 10px;
padding:5px 20px 5px 15px;
font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
border-top: 1px solid #1177fd;
border-right: 1px none #1177fd;
border-bottom: 1px solid #1177fd;
border-left: 1px none #1177fd;
}
  
/* ========================================  menuL 左サイドメニュー */
#menuL {
    width: 200px;
    padding: 0;
    margin: 10px 0px;
    overflow: auto;
    float: left;
}

.subinfo ul{ /* サイドボックのメニュー:リスト */
margin: 0px;
color: #FFF;

}


.subinfo li {
padding: 0px;
margin: 0px 0px 1px 0px;
font-size: 95%;
list-style-type: none;
background: #fff497;
border-left: 7px solid #666061;
color: #FFF;
}


.subinfo  .active {
border-left: 7px solid #666061;
background: #666061;
color: #FFF;

}


.subinfo li a{
padding: 5px 10px;
display: block;
font-size:105%;
color: #000000;
}
#menuL .subinfo ul .active a  { color: #FFF;
 }
#menuL .subinfo ul .active a:hover {

color: #000000;
background: #fffddf;

}


.subinfo li a:hover{

background: #fffddf;
color:#000000;

}



/* ========================================  #footer 画面下部 */
#footer2 {
clear: both;
margin: 0 0 41px;
height:80px;
float: left;
background: no-repeat fixed 0%;
}
       
#footer1 {
    margin: 0px;
    text-align: right;
    height: 30px;
    background: #FFFFFF;
    padding: 15px;
    border-top: thin groove #c5c56a;
    border-right: none;
    border-bottom: thin groove #c5c56a;
    border-left: none;
    clear: both;
}
#contents #footer1 p {
background: #FFF;
float: right;
width: 161px;
height: 25px;
padding: 2px;
}

.middle {
       vertical-align: middle;
}



/* ========================================  そのほか個別設定 
#newsbox {
	height: 150px;
	margin: 0px 15px 10px;

	border: 1px solid #999999;
	background-image: url(img/backS001.png);
	background-position: left top;
	background-repeat: repeat-x;
}



.itemList { /* .itemList #main内の段組用外枠 
	clear:left;
	margin:0 0 1em;
}
*/
hr { /* 水平線 flotクリア用 */
	clear:both;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}



em {
	font-style: normal;
	color: #990000;
        margin: 10px;
	}
#box1 {
    font-weight: bold;
    padding: 10px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    /* [disabled]margin-bottom: 5px; */
    background: #fdf9cd;
}
#box11 {
    font-weight: bold;
    /* [disabled]padding-top: 10px; */
  
    padding-left: 150px;
   
    margin-top: -75px;
   
    margin-left: 5px;
  
    background: #fdf9cd;
    float: right;
    clear: both;
    width: 450px;
  
}


#box2{
padding: 10px 12px;
margin: 10px 12px;
font-family: "ヒラギノ丸ゴ Pro W4", "メイリオ", "ＡＲ丸ゴシック体Ｍ", sans-serif;
font-size: 16px;
vertical-align: middle;
background: #fdf9cd;
}


.doubleline {/*二重取り消し線*/
background-image:url(img/torikeshi.gif);
background-repeat:repeat-x;
background-position: center;5}
.syozoku   {
    font-size: 20px;
	font-weight: bold;
}
#table01 {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    /* [disabled]margin-right: 20px; */
    /* [disabled]margin-left: 20px; */
    /* [disabled]margin-bottom: 20px; */
    border: thin dotted #FFF;
    background: #FFF;
}
#box1 a .kyosai {
    bottom: 1px;
    clear: both;
 
    vertical-align: bottom;
}
