@charset "Shift_JIS";
body{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

p{
  font-size : 13px;
  margin-top : 5px;@margin-bottom: 5px;
  line-height : 20px;
}

h1{
  font-size : 16px;
  font-weight : bold;
  color : #cc0000;
  margin-top : 8px;@margin-bottom: 8px;
}

h2{
  font-size : 16px;
  font-weight : bold;
  margin-top : 9px;@margin-bottom: 8px;
}

h3{
  font-size : 16px;
  font-weight : bold;
  margin-bottom: 8px;  
  margin-bottom : 5px;
  border-bottom-width : 3px;
  border-bottom-style : double;
  border-bottom-color : gray;  
  margin-top : 9px;
}

h4{
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #ff6633;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-indent: 10px;
}

h5{
	padding-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

li{
  font-size : 13px;
  margin-top : 15px;@margin-bottom: 8px;
  
  line-height : 15px;
  margin-bottom : 15px;
}

a{
  text-decoration : none;
}

.top_50{
  margin-top : 50px;
}

.top_30{
  margin-top : 30px;
}

.font-ffffff{
  color : white;
}

