@charset utf-8;

body {
color:black;
font-size:small;
font-family:helvetica, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
background-color:#ffa500;
text-align:center;
margin:8px;
padding:0;
}

h1 { 
font-size: 2em; 
font-weight: bold; 
margin: 0; 
padding: 0;
}

a:link {
color:blue;
text-decoration:none;
}

a:visited {
color:purple;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

a:active {
color:red;
text-decoration:underline;
}

a:link img,a:visited img,a:active img,a:hover img {
border-style:none;
}

#wrapper {
text-align:left;
position:relative;
width:760px;
margin:0 auto;
padding:0;
}

#footer {
font-size:x-small;
text-align:center;
clear:both;
margin:0;
padding:0;
}
