﻿body{
font-family: "MS P明朝", "細明朝体",serif;
background-color: #ffffff;
}

.contents { /*古いブラウザへの対応*/ 
width: 700px;
text-align:center;
background-color: #ffffff;
border:solid 1px #666666;
}

.box1{
font-size: 13px;
line-height:150%;
width:100%;
color: black;
text-align: left;
margin:auto;
background-color: #ffffff;
}


address { font-family: "Times New Roman", Times, serif;
font-size: 80%;  
font-style: normal; 
text-align:center; 
border-top:dashed 1px #663300;
}

a {text-decoration:none;
}

a:hover {text-decoration:underline;
}