@charset "UTF-8";
/* CSS Document */


#container{
width: 100%;
height: 100%;
background-color: #ffffff;
}


#main{
width: 900px;
margin-left: auto;
margin-right: auto;
margin-top: 0;
background-color: #ffffff;
}


#headbox{
width: 900px;
float: left;
border-top: solid 10px #90c84b;
border-bottom: solid 10px #90c84b;
background-color: #ffffff;
}


#info{
float: right;
margin-top: 13px;
margin-right: 12px;
}


#mainbox_top{
width: 900px;
float: left;
background-color: #ffffff;
}


#mainbox{
width: 820px;
float: left;
padding-top: 25px;
padding-bottom: 30px;
padding-left: 40px;
padding-right: 40px;
background-color: #ffffff;
}



#text_box{
width: 790px;
float: left;
padding-top: 19px;
padding-left: 15px;
padding-right: 15px;
font-family: sans-serif;
font-size: 13px;
line-height: 1.8em;
margin-bottom: 17px;
}






table#pink{
border: solid 1px #d2466e;
text-align: left;
border-collapse: collapse;
font-family: sans-serif;
margin-bottom: 30px;
}

table#pink th{
border: solid 1px #d2466e;
width: 70px;
padding: 7px;
background-color: #f3cdd8;
font-weight: bold;
font-size: 12px;
line-height: 12px;
}

table#pink td{
border: solid 1px #d2466e;
width: 300px;
padding: 7px;
font-size: 12px;
line-height: 12px;
}



#access_text_box{
float: right;
width: 320px;
font-size: 12px;
line-height: 1.8em;
}

#access_text_box img{
float: left;
}




#d_box{
width: 754px;
padding-top: 20px;
padding-left: 17px;
padding-bottom: 20px;
}




#d_box_link{
width: 754px;
padding-top: 20px;
padding-left: 17px;
padding-bottom: 20px;
}

#d_box_link a{
margin-left: 30px;
text-decoration: none;
}

#d_box_link a:hover{
text-decoration: underline;
}





#footer{
width: 900px;
float: left;
background-color: #90c84b;
color: #ffffff;
text-align: center;
font-size: 12px;
font-family: sans-serif;
line-height: 30px;
}

