@charset "utf-8";

* {margin:0;padding:0;} 

html, body, #Main_Back {height: 100%;}

body > #Main_Back {height: auto; min-height: 100%;}

#Main_Box {padding-bottom: 80px;}  /* must be same height as the footer */

#Foot_Box {position: relative;
        margin : auto;
	margin-top: -96px; /* negative value of footer height */
	height: 96px;
	clear:both;} 

body,td,th {
	font-size: 12px;
	color: #333333;
        font-family:'メイリオ';
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        width : 100%;
        text-align:center;
}

img {
  border-width:0px;
}

a:link {
	color: #21489c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #21489c;
}
a:hover {
	text-decoration: underline;
	color: #21489c;
}
a:active {
	text-decoration: none;
	color: #21489c;
}

#foot_pr a:link {
	color: #0A78B3;
	text-decoration: none;
}
#foot_pr a:visited {
	text-decoration: none;
	color: #0A78B3;
}
#foot_pr a:hover {
	text-decoration: underline;
	color: #ff0000;
}
#foot_pr a:active {
	text-decoration: none;
	color: #0A78B3;
}

  #Main_Back {
    width : 1003px;
    background-color:#FFFFFF;
    margin : auto;
    border-style: solid;
    border-color: #666666;
    border-width: 0px 1px 0px 1px;
    text-align : center;
  }

  #Head_Box{
    width:100%;
/*    height: 65px;*/
    height: 70px;
    background-color:#FFFFFF;
    vertical-align:bottom;
  }

  #Head_Box img{
/*    margin-top:25px;*/
    margin-top:5px;
    margin-bottom:0px;
  }

  #Foot_Box{
    width : 1003px;
    height: 25px;
    
    text-align:left;
    padding:10px 0px 0px 0px;
  }
  #Foot_Box_Div{
    width : 1003px;
    height: 25px;
    background-color:#DFDFDF;
    text-align:left;
    padding:10px 0px 0px 0px;
  }
  #Foot_Box_Div span{
    padding:0px 0px 0px 30px;
  }

  #Main_Box{
    margin : auto;
    margin-top:25px;
    width:990px;
    text-align:center;
  }
