@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
*{
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
   font-size:99%;
}

html,body {
   height: 99.4%;
   background:#fff;
}

table select{
   font-size:90%;
}

body {
   margin:0;
   padding:0;
   text-align:center;
   line-height:1.6;
   letter-spacing:1px;
  /* background:#fff url("../image/bg.gif") 50% 50% repeat-y fixed;*/
   border-top:10px solid #0080B0;
}

br {
   letter-spacing:normal;
}

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

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

img {
   border:0;
}

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


/* ========TEMPLATE FRAMEWORK======== */
div#top {
   width:1000px;
   margin:0 auto;
   text-align:left;


   border-left:1px solid #0080B0;
   border-right:1px solid #0080B0;
   position: relative;
    height: 100%;
    min-height: 100%;
}

body > #top {
	height: auto;
}

div#header {
   width:1000px;
   height:60px;
   margin-bottom:10px;
  /* background:#fff url("../image/bg_head.gif") 0% 0% no-repeat;*/
   border-bottom:1px solid #666;
}

div#contents {
   clear:both;
   width:1000px;
   margin:0 10px;
   height:100%;
   padding-bottom: 70px;
}

div#main {
   float:left;
   width:980px;
}

div#sub {
   float:right;
   width:180px;
}

div#footer {
   clear:both;
   width:1000px;
   margin-top:10px;
   border-top:1px solid #666;
   background:#fff;

  position : absolute ;
   bottom:0px;
}

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


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:0 10px;
   font-size:150%;/* 24px相当 */
   line-height:60px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#0080B0;
}

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

div#main h2 {
   margin-bottom:5px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   border-bottom:2px solid #0080B0;
}

div#main h3 {
   margin-bottom:5px;
   font-size:82%;
   border-bottom:1px dotted #0080B0;
}

div#main p {
   margin:0 0 1em 0;
   font-size:82%;/* 13px相当 */
}


/* ========SUB CONTENTS CUSTOMIZE======== */
div#sub h2 {
   padding:5px;
   color:#fff;
   font-size:82%;/* 13px相当 */
   font-weight:bold;
   background:#666;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   margin:0;
   padding:0;
   font-size:82%;/* 13px相当 */
   list-style-type:none;
   border-bottom:1px solid #999;
}

div#menu li a {
   display:block;
   width:175px;
   padding-left:5px;
   color:#333;
   line-height:2.5;
   background:#ddd;
}

div#menu li a:hover {
   color:#333;
   background:#d4d4d4;
}


/* ========FOOTER CUSTOMIZE======== */
div#totop {
   padding:10px 10px 0 0;
   text-align:right;
}

div#footerMenu {
   padding:10px 0;
}

div#footerMenu a {
   color:#333;
}

div#footerMenu a:hover {
   color:#333;
   border:0;
   border-bottom:1px solid #333;
}

div#footerMenu ul {
   margin:0;
   padding:0;
   list-style:none;
}

div#footerMenu li {
   display:inline;
   margin:0 0 0 10px;
   padding-left:8px;
   font-size:82%;/* 13px相当 */
   background:url("./common/image/arrow.gif") ./common/image/no-repeat;
}

address {
   /*padding:20px 0;*/
   padding: 5px 0px 10px 5px;
   color:#333;
   /*text-align:center;*/
   font-style:normal;
   font-size:70%;/* 11px相当 */
   border-top:2px solid #ddd;
  /* background:#f1f1f1;*/
   background:#ffffff;
}

.error-message
{
	color:red;
}
