﻿*{
  box-sizing : border-box;
  -moz-box-sizing : border-box;
}
BODY{
  font-family : Verdana;
  font-size : 14px;
  font-family: HG丸ｺﾞｼｯｸM-PRO;
  line-height: 130%;
  color : #474747;
  margin : 0px;
  padding : 30 0 40 0px;
}
A{
  color : #8f4b38;
}
A:HOVER{
  color : #bdb76b;
}
H1{
background-color:#000000; /*#6f6d85;*/
  margin : 31% 0 30 0px;
  padding : 10px;
  border : 1px solid #375830;
  border-left : none;
  color : #ffffff;
  font-size : 19px;
  letter-spacing : 11px;
  width : 80%;
}
#menu{
  padding : 15px;
  border : 1px solid #375830;
  border-right : none;
  margin : 10px 0px 10px 20%;
}
#menu LI{
  display : inline;
  list-style : none;
  padding : 10px;
  letter-spacing : 0.3em;
}
#menu A{
  text-decoration : none;
}
#menu A:HOVER{
  text-decoration : line-through;
}
#copy{
  position : absolute;
  width : 100%;
  text-align : right;
  top : 5px;
}
H2{
background-color:#6f6d85;
  margin : 0 0 30 0px;
  padding : 10px;
  border : 1px solid #375830;
  border-left : none;
  color : #ffffff;
  font-size : 19px;
  letter-spacing : 11px;
  width : 80%;
}
#note{
padding : 30px 19% 30px 30px;
  border : 1px solid #383838;
  border-right : none;
  line-height : 1.5em;
  margin : 10px 0px 10px 20%;
}
p{
	margin-left:30px;
	margin-top:50px;
	line-height:170%;
	color:#383838;
	
}
#navi{
  margin : 30 30 0 0px;
  padding : 10px;
  border : 1px solid #383838;
  border-left : none;
  width : 80%;
}
#navi A{
  color : #6f6d85;
  font-size : 15px;
  font-weight : bold;
  letter-spacing : 11px;
  text-decoration : none;
}

