@charset "Shift_JIS";
@import url("stylesheet.css");

body{
    font-size:85%;
    color:#222;
    letter-spacing:0.1em;
    background-color:#99CCCC;
	text-align: center;
}
/* : : : : : : : : : :*/

h1.h01{
    font-size:250%;
    font-family:Impact;
	color:#245;
    letter-spacing: 0.2em;
    text-align: center;
    font-family:Impact;
	margin:2px;
}
hr{
	height:1px;
	color:#455;
	border-color:#455;
	border-style:solid;
}
.d1{
    background-color:#fff;
	height: 100%;
	width: 480px;
    border-width: 1px;
    border-color:#455;
    border-style: solid;
	padding: 40% 10px;
	text-align: left;
}
/* : : : : : : : : : :*/

a{text-decoration:none;}
a:link.{color:#888}
a:visited{color:#888}
a:active{color:#888}
a:hover{background-color:#ccc; color:#2a2a2a}


