* { margin: 0; padding: 0; font-family: sans-serif, Arial, Helvetica;} 

html { font-size: 63%; } 

body { 
     font-size: 100%; 
     background: url('../images/tsurugi_dfir.jpg') no-repeat fixed center;                           
     text-align: center; 
     } 

div.box { 
	position: absolute; 
 	border: 1px solid #C0C4C0;
	width: 450px; 
	height: 318px; 
	left: 50%; 
	top: 50%; 
	margin-top: -160px; 
	margin-left: -355px; 
	text-align: left;
	background-color: #FFF; 
	background-image: url('../images/kanji.png'); 
	background-repeat: no-repeat; 
	background-position: 24px 34px; 
	padding-left: 300px; 
	padding-right: 30px; 
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px; 
	} 

img { 
	display: block; 
	margin-top: 35px; 
	margin-bottom: 20px; 
	height: 56px; 
    } 

p { 
	font-size: 125%; 
	margin-top: 12px; 
  } 

a:link {
	color: #808080;
	text-decoration: none;
}

a:hover {
	color: #DC2222;
}
