@charset "Shift_JIS";
body {
background-color:#000000;
background-image: url(""); 
background-attachment: fixed;
background-position:50% 50%;
background-repeat: no-repeat;
 }
 
p.title {
float:center;
width:1000px;
border-width:thin;
text-align: center; 
overflow:auto;}

p.box {
border: thick #000000 solid;
border-width:thin;
margin:10px auto 0 auto;
padding: 20px;
width:800px;
height:600px;
background-image: url("jpg/back_jargon.jpg");
color: #000000;
text-align: left; 
overflow:auto;}

p.count {
text-align: center; 
margin:0px auto 0 auto;
width:700px; 
background-color:#ffffff; 
overflow:auto;}

a {
text-decoration: none;
}