@charset "utf-8";
/* CSS Document */

body{margin:0; padding:0; font-family: Meiryo, Verdana, Arial, Helvetica, sans-serif; font-size:0.9em; line-height:180%;}

#Wrap{
width:612px;
margin:1em auto;
padding-top:1em;
}

h1{font-size:1.5em; margin:0; padding:0;}

table.form{
width:100%;
border-collapse:collapse;
margin-bottom:2em;
}
table.form th,
table.form td{
border:1px solid #ccc;
padding:5px;
}
table.form th{
background:#f5f5f5;
}

table.conf{
width:100%;
border-collapse:collapse;
margin-bottom:2em;
}
table.conf th,
table.conf td{
border:1px solid #ccc;
padding:5px;
}
table.conf th{
background:#f5f5f5;
}
table.conf th.contents{
background:#474b42;
color:#fff;
}

.exa{
font-size:0.8em;
color:#666;
}

p.Notes{
background:#fffde5;
border:2px dotted #fcc800;
padding:10px;
line-height:normal;
font-size:0.8em;
}
