﻿@charset "utf-8";
div {
background-color: #FFFFFF;
}
body{
text-align: center;
margin: 0;
padding: 0;
}
div#contents{
width: 640px;
margin: auto;
}

h2{
font-size: 20px;
color:#ffffff;
font-family:"courier New",Courier,monospace;
background-color: #005FFF;
margin-bottom: 0;
}

li{
text-align: left;
padding: 7px;
}

address{
font-size: smaller;
font-style: normal;
}



.box{
    /*color:#4b1313;*/
    /*text-shadow: 1px 1px 1px #c07f7f;*/
    padding:5px;
    margin:10px;
    /*background: #b53434;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*border: 1px solid #c67f7f; 紫*/
       border: 1px solid #3A4861
    border-top: 1px solid #e2bfbf;
    -moz-box-shadow: 0 1px 3px black;
    -webkit-box-shadow: 0 1px 3px black;
    box-shadow: 0 1px 3px black;
}