/* CSS Document */
body{
	font-family: YuGothic, '游ゴシック','PFDinTextStd-Medium', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.bgwh{
background-color: white;
}

.meunfont{
	border: 1px solid #ccc; 
	border-radius: 16px;
	
}

.menulist{
	width: 100%;
	height: 70px;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 70px;
	color: #000000;
	border-left: 1px solid #C5C5C5;
	text-shadow: 0px 0px 3px #CACACA;
}
.menulist2{
	width: 100%;
	height: 70px;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 70px;
	color: #000000;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	text-shadow: 0px 0px 3px #CACACA;
}

/* 鼠标悬停链接 */
a:hover {
  color: #5821F5;
}
.tth2{
	width: 100%;
	height: 70px;
	margin-top: 30px;
	text-align: center;
	font-size: 30px;
	line-height: 70px;
	color: #000000;
	text-shadow: 0px 0px 3px #CACACA;

	text-decoration: underline;
}
.hairobk{
	background-color: #F7F5F1;
}
.sp1{
	width: 100%;
	height: 70px;
	margin-top: 30px;
	text-align: left;
	font-size: 50px;
	line-height: 70px;
	color: #D1D1F0;;
	text-shadow: 0px 0px 3px #CACACA;

}
.sp2{
	width: 100%;
	height: 70px;
	margin-top: 30px;
	text-align: center;
	font-size: 50px;
	line-height: 70px;
	color: #D1D1F0;
	text-shadow: 0px 0px 3px #CACACA;
}
.btco1{
	background-color: #d1d1f0;
	color: #090909;	
	
}


