﻿@charset "UTF-8";
/* CSS Document */

body{height:100%; width:100%; background-color:white; text-align:center;color:#333;font-family:Arial, Helvetica, sans-serif; letter-spacing:.02em;}
h1{font-size:16px; font-weight:bold; color:#333;text-shadow: 0px 1px 0px #e1e1e8;}
p{text-shadow: 0px 1px 0px #e1e1e8;}
.wrap{width:800px; margin:150px auto;}
span{color:#F06;}
a{color:#333; text-decoration:none;}
a:hover{text-decoration:underline;}