@charset "utf-8";
/* CSS Document */

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
	margin:0;
	background-image:url(img/walnut04-p.jpg);}

a:hover{
	opacity:0.8;}

#container{
	width:1050px;
	height:1400px;
	margin:auto;
	background-image:url(img/bg.jpg);}

h1{
	margin:0 0 0 45px;
	padding-top:26px;}

h2{
	margin:0 0 0 190px;}

h3{
	margin:0 0 0 30px;
	font-size:34px;
	color:#200;
	float:left;}
#info{
	width:670px;
	height:443px;
	margin:auto;
	margin-top:30px;
	background-image:url(img/bord.gif);}

#info_title{
	padding:40px 0 0 0;}

#info_box{
	clear:both;
	padding:0 0 8px 30px;
	color:#200;
	font-size:23px;
	overflow:scroll;
	/* height:350px; *//*7/0/20 Change mori ken*/
	height: 300px;
}

#info_box ul li a{
	color:#200;
	line-height:2;
	/*outline: none;*/}

#info_box ul li a:hover{
	text-decoration:none;}

.fb a{
	color:#fff;
	font-size:18px;}

#footer{
	width:800px;
	margin:auto;
	/* margin-top:80px; */
	margin-top: 0;
	color:#fff;
	text-align:center;
line-height: 2;
}


	/*1/7/20 add ken mori*/
	#info_box>ul{
	padding-right: 5%;
	}
#info_box{
	-ms-overflow-style: none;    /* IE, Edge 対応 */
scrollbar-width: none;       /* Firefox 対応 */
}
#info_box::-webkit-scrollbar{
	 display:none;
}
