@charset "UTF-8";

* {
	margin:0; padding:0; 		/*全要素のマージン・パディングをリセット*/
}


body {
	width:930px; margin:0 auto;	/*内容全体をセンタリング*/
	font-size:100%;		/* フォントサイズを100%にする */
	background-color:white;
	line-height:1.5;	/* 行の高さを1.5倍にする */
	color:#333333;		/* 文字色を濃い目のグレーにする */
}

.bbody {
	text-align:center;
	color:black;
}








.yokowake {
	display:flex;
	justify-content:center;
}







/* 左メインの設定  */



.lmain {
	width: 800px;
	margin:30px 30px;
	order:1;
}


.aka {
	color:#ff3300;
}

.cha {
	color:#990000;
}






table.tablemenu{
	border:0;
	padding:0 10px 0 10px;
}



.ptitle{
	padding-left:5px;
	background-color:#990099;
	color:#ffffff;
	font-size:120%;
	font-weight: bold;
}


.teburu1{
	width:90px;
}

.teburu2{
	width:auto;
}



table.tablenakami{
	border:1px solid;
}


table.tablenakami tr td{
	padding-left:5px;
	border:1px solid;
]

















.kuroneko {
	width: 100%;
}

.netprot {
	width: 100%;
}



div#footer {
/*
	display:block;
	margin-left:auto;
	margin-right:auto;
*/
	clear:both;			/*回り込みを解除する*/
	height:10px;			/*高さの指定*/
	padding:10px auto 0px auto;	/*パディング*/
	font-size:x-small;		/*フォントサイズを小さくする*/
	text-align:center;		/*センタリング*/
}




/*上へもどる矢印*/
#page_top{
width: 40px;
height: 40px;
position: fixed;
right: 0;
bottom: 10px;
background: #961818;
opacity: 0.6;
}
#page_top a{
position: relative;
display: block;
width: 40px;
height: 40px;
text-decoration: none;
}

#page_top a::after{
content: '▲';
font-size: 14px;
font-weight: bold;
color: #fff;
position: absolute;
top: 10px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
/*上へもどる矢印終了*/


