@charset "euc-jp";
/* CSS Document */


*{
margin:0px;
paddng:0px;
}


#header{
width:100%;
background-color:#999999;
margin-bottom:10px;
}
#contents{
width:680px;
padding:0px;
color:#666666;
line-height:1.4em;
margin-left:10px;
}

table{
color:#666666;
}



.necessary{
color:#CC0000;
font-weight:bold;
font-size:90%;

}



.txt{
margin-top:6px;
margin-left:10px;
font-size:92%;
margin-bottom:20px;
}

table.txt td{
padding:4px 0px 2px;
border-bottom:1px dashed #CCCCCC;
}

.txt2{
margin-left:20px;
font-size:92%;
margin-bottom:10px;
}
p{
color:#000000;
font-size:92%;
margin-bottom:10px;
}
h1{
font-size:100%;
font-weight:bold;
padding:10px;
color:#FFFFFF;

}
h2{
font-size:92%;
padding-left:6px;
border-left:6px solid #83B73C;
border-bottom:1px solid #83B73C;
color:#000000;
}


#submit{
width:100%;
text-align:center;
padding-bottom:20px;
border-bottom:1px solid #83B73C;
margin-bottom:20px;
}
#submit_btn{
width:300px;
font-size:92%;
padding:4px;

}

.green{
color:#83B73C;
}
.pink{
color:#FF33CC;
}
