body{
	margin:auto 0px; padding:auto 0px;
	font:70%/150% 'Meiryo UI',Osaka,Verdana,sans-serif;
	color:#734640;
	text-align:center;
}

#head,#disp{
	margin:auto;
	text-align:left;
}
/*ヘッダ*/
#head{
	width:696px; 
	padding-bottom:3px;
	background:url('./img/dot_x.gif') repeat-x 0% 100%;	
}
/*index.htmlにのみ使用*/
#head #enter{
	margin:0px; padding:0px 20px 0px;
	height:1000x;
	text-align:right;
	background:url('./img/bg.jpg') no-repeat 0px 0% #fff;
}
/*ヘッダのリストメニュー*/
#head ul{
	margin:auto; padding:0px 50px 0px;
	width:520px; height:803px;
	list-style:none;
	text-align:right;
	background:url('./img/top2.png') no-repeat 0px 0% #fff;
}

#head ul li{ margin:10px 0px 0px auto;}
#head ul li a{
	display:block;
	width:183px; height:30px;
	color:#000; margin:0px 0px 0px auto;
	text-align:right; line-height:28px;
	background:url('./img/box.png') no-repeat 50% 50%;
}
#head ul li a:hover{ font-weight:bold; }
#head ul li#m_01{ margin-right:20px; }
#head ul li#m_02{ margin-right:20px; }
#head ul li#m_03{ margin-right:20px; }
#head ul li#m_04{ margin-right:20px; }
#head ul li#m_05{ margin-right:20px; }
#head ul li#m_06{ margin-right:20px; }
#head ul li#m_07{ margin-right:20px; }
#head ul li#m_08{ margin-right:20px; }



/*headからfootまで包括*/
#disp{
	width:700px;
	background:url('./img/dot_y.gif') repeat-y 50% 0% #fff;
}
#disp p{padding:0px 12px;margin-top:0px;color:#666;}

/*h2～pまでを包括*/
#main{width:666px; margin:auto;}

/*フッタ*/
#foot{
	text-align:right;
	background:#000; color:#ccc;
	padding:5px; width:686px; margin:20px auto 0px;
}

/*リンクの表示関係*/
dl.link_l{padding:0px 12px;}
dl.link_l dd{
	margin:0px; padding-bottom:10px;
	background:url('./img/dot_x.gif') repeat-x 0% 100%;
}
dl.link_m{padding:0px 12px;clear:both;}
dl.link_m dt{float:left;width:95px;}
dl.link_m dd{
	margin:0px; padding-bottom:10px;
	background:url('./img/dot_x.gif') repeat-x 0% 100%;
}

h1{
	margin:0px; padding:20px; border-top:20px solid #000;
	background:url('./img/dot_x.gif') repeat-x 0% 100%;
	font:23px verdana,osaka,sans-serif; color:#999;
}
h2{
	margin:auto 0px;
	font:25px/normal 'century gothic',osaka;
	color:#ccc;text-align:left;
}
h3{
	margin-bottom:5px; padding-left:12px;
	font:bold 100% verdana,osaka,sans-serif;
}
h4{font:100% Verdana,Osaka;color:#9a493f;margin-bottom:5px;}

form{padding:0px 12px;margin-top:0px;color:#666;}
form input,
form textarea,
form select{
	font:100% sans-serif,Osaka;
	background:#fff;
	border:1px solid #ccc;}

a{text-decoration:none;color:#9a493f;}
a:visited{color:#9a493f;}
a:hover{color:#9a493f;}


/*テーブル*/
.example table {
width: 90;
border: 1 none;
}

.example td {
border: 1px dotted;
text-align: center;
vertical-align: middle;
}


/*戻るボタン*/
html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 30px;
    width: 30px;
    position: fixed;
    right: 400px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}