/********************************************
HTML ELEMENTS
********************************************/ 
/* top elements */
body{
margin:0 auto;
padding:10px 0 30px 0;
background-color:#000000;
color:#ffffff;
text-align:center;
font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic", sans-serif;
font-size: 70%;
font-style: normal;
line-height: 1.5em;
font-weight: normal;
font-variant: normal;
background-position: top;
letter-spacing:0.1em;
width:700px;
}
table td{
font-size: 80%;
background-color:#000000;
color:#ffffff;
}

a{
color:#ffffff;
}

#top{
font-size:larger;
margin:10px 0 20px 0;
line-height: 1.7em;
color:#FF6600;
font-weight:bold;
}
h3{
text-align:left;
margin:0;
padding:10px 0;
}

#pic{
margin:10px 0 0 0;
padding:0;
text-align:left;
width:500px;
float:right;
font-size:12px;
}
#pic ul{
padding:0 0 0 0;
margin:0 0 0 20px;}

ul#text{
clear:both;
margin:20px 0 0 0;
padding:0 0 0 15px;
text-align:left;
}
p{
font-size:10px;
}
.txt{
width: 300px;
}
input {
border: 1px solid #fff;
height:20px;
}
textarea {
width: 300px;
border: 1px solid #fff;
}
input.button { 
font-weight:bold;
margin: 0;
padding: 5px 0;
color: #fff;
background: #000;
border: 2px solid #211E20; 
}