@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #f2f2f2;
	margin: 0 auto;  
	font-style: normal;  
	font-size: 14px;
}

.toppage {
	width: 800px;
	margin:0 auto;
    border-left: solid 1px #b0c4de;
    border-right: solid 1px #b0c4de ;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
  	text-decoration: underline;
}

header {
    width: 800px;
    height: 80px;
	background: linear-gradient(#ffffff, #b0c4de);
}

.header-navi  {
	text-align: right;
	margin-right: 10px;
	font-size: 95%;
	line-height:4px;
}

.logo {
	vertical-align: middle; 
}

.nihs {
	font-size: 110%;
	margin-bottom: 7px;
}

.btn {
    background-color:#19549A;
    text-align: center;
    color: white;
    width: 50px;
}

main {
    width: 800px;
    margin: 0 auto;
    background-color: #ffffff; 
    height: 1000px;
}

.about {
    margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.table-div {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 4px;
	margin-left: 15px;
}

.division {
	background: linear-gradient(#dcdcdc, #a9a9a9);
	height: 30px;
	color: #ffffff;
	border-top: solid 1px #faf0e6;
    width: 150px;
}

.font-c1 {
	color:#800000;
}

.box1 {
	width: 150px;
	padding: 5px;
	vertical-align: top;
	background-color:aliceblue; 
	height:auto;
	border-bottom: solid 1px #b0c4de;
}

.tr1 {
	background: #EEEEEE;
	width: 150px;
	height:auto;
	padding: 8px;
	vertical-align: baseline;
}

.information {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

h2 {
    padding: 0.5em 0.8em;
    color: #880000;
    background: transparent;
    border-left: solid 10px #000080;
    border-bottom: solid 1px #d7d7d7;
    margin-left: 20px;
}

.food-safety {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height:12px;
	width: 760px;
	border-top: solid 1px #faf0e6;
	border-bottom: solid 1px #faf0e6;
	background: linear-gradient(#f5f5f5, #ffffff);
}

.health {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 12px;
	width: 760px;
	border-top: dotted 1px #faf0e6;
    border-bottom: solid 1px #faf0e6 ;
	background: linear-gradient(#f5f5f5, #ffffff);
}

.text-1 {
	font-size: 120%;
	margin-left: 60px;
}

.text-2 {
	font-size: 110%;
	margin-left: 80px;
}

footer {
    width: 800px;
    margin: 0 auto;
	vertical-align: middle;
    background: linear-gradient(#f0f8ff, #b0c4de );
}

.footer-text {
  text-align: center;
  color: #333333;
  
}
