@charset hutf-8h; 

/* =import 
----------------------------------------------*/
@import url(reset.css);
@import url(layout.css);



/* hn
------------------------------------------- */
h1{
position:absolute;
top:41px;
left:89px;
}

/* header
------------------------------------------- */
#header .home{
position:absolute;
top:0;
right:167px;
}
#header .contact{
position:absolute;
top:52px;
right:103px;
}
#header .media{
position:absolute;
top:159px;
right:6px;
}


/* common
------------------------------------------- */
.caution{ color:#990000; }
.center{ text-align:center; }
img.left{ float:left; margin:0 10px 15px 0; }

/* link
------------------------------------------- */
a:link{ color:#0099CC; text-decoration:underline; }
a:hover{ color:#0099CC; text-decoration:none; }
a:visited{ color:#0099CC; text-decoration:underline; }

/* navigation
------------------------------------------- */
#navigation{
width:100%;
height:31px;
margin-bottom:15px;
background:url(../images/information.gif) no-repeat right 0;
}
#navigation li{
float:left;
}

/* links
------------------------------------------- */
#links{
width:900px;
height:auto;
margin:0 auto;
overflow:hidden;
}
#links li{
margin-right:12px;
float:left;
}
#links li.end{ margin-right:0; }

/* table
------------------------------------------- */
.table01{
width:100%;
border-top:#b7c699 solid 1px;
border-left:#b7c699 solid 1px;
margin-bottom:20px;
background:#eefbe0;
text-align:left;
}
.table01 th{
width:20%;
border-right:#b7c699 solid 1px;
border-bottom:#b7c699 solid 1px;
background:#ffffff;
color:#6b8153;
padding:8px;
}
.table01 td{
border-right:#b7c699 solid 1px;
border-bottom:#b7c699 solid 1px;
padding:8px;
}
.payment{
background:#ffffff;
color:#6b8153;
font-weight:bold;
}
.table01 td textarea{
width:99%;
height:150px;
}
.table01 td ul{
padding:0 0 10px 20px;
line-height:1em;
}
.table01 td ul li{
list-style:disc;
margin:0;
padding:0;

}

.table02{
width:100%;
border-top:#b7c699 solid 1px;
border-left:#b7c699 solid 1px;
margin-bottom:0;
background:#eefbe0;
text-align:left;
}
.table02 th{
width:20%;
border-right:#b7c699 solid 1px;
border-bottom:#b7c699 solid 1px;
background:#ffffff;
color:#6b8153;
padding:8px;
}
.table02 td{
border-right:#b7c699 solid 1px;
border-bottom:#b7c699 solid 1px;
padding:8px;
}
.table02 td textarea{
width:99%;
height:150px;
}
.table02 td ul{
padding:0 0 10px 20px;
line-height:1em;
}
.table02 td ul li{
list-style:disc;
margin:0;
padding:0;
}



/* copy
------------------------------------------- */
.copy{
width:850px;
margin:0 auto;
padding:15px 0;
color:#5e91c6;
}


