html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 2em;
	color: #4e0156;
}
h1#header {
	width:960px;
	height:182px;
	background: url(../images/header.png) left top;
	text-indent:-9999px;
	margin-bottom: 50px;
}
h2 {
	padding-bottom: 10px;
	font-size:2.5em;
	color:#333333;
	text-align: center;
}
.btn_home{
	font-size:16px;
	line-height: 40px;
	margin-left: auto;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}

.txt_b {
	font-size:16px;
	font-weight:bold;	
}

div#page {
	width: 960px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	/*border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;*/
}
div#container {
	border: 1px solid #000;
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}



.galleryList {
	width:560px;
	list-style:none;
	margin:20px auto;
}
	.galleryList li {
/*		width:300px;
		float:left;
		margin:0 5px;
		padding:5px 0;
		*/
		float:left;
		margin: 10px;
		line-height: 1.6;
	}
	.galleryList a {
		display:block;
		font-size:1.6em;
		font-weight:bold;
		padding: 0.5em 0;
		width:250px;
		background-color:#0F0549;
		border:1px solid #0F0549;
		color:#fff;
		text-align:center;
		text-decoration:none;
	}
		.galleryList a:hover {
			background-color:#ccc;
			color:#5d1764;
			border:1px solid #0F0549;
		}
/*	
	.galleryList a.empty {
		background-color:#fff;
	}*/
	
#a060301 {
	background: url(../images/btn_060301.gif) left top;
}
#a060401 {
	background:url(../images/btn_060401.gif) ;
}
#a060402 {
	background:url(../images/btn_060402.gif) ;
}
#a060501 {
	background:url(../images/btn_060501.gif) ;
}
#a060502 {
	background:url(../images/btn_060502.gif) ;
}
#a060601 {
	background:url(../images/btn_060601.gif) ;
}
#a060602 {
	background:url(../images/btn_060602.gif) ;
}
#a060701 {
	background:url(../images/btn_060701.gif) ;
}
#btn_dissection_course {
	background:url(../images/btn_dissection_course.gif) ;
}
#btn_cooking {
	background:url(../images/btn_cooking.gif) ;
}

#a060301:hover {
	background-position:-250px 0px;
}
#a060401:hover {
	background-position:-250px 0px;
}
#a060402:hover {
	background-position:-250px 0px;
}
#a060501:hover {
	background-position:-250px 0px;
}
#a060502:hover {
	background-position:-250px 0px;
}
#a060601:hover {
	background-position:-250px 0px;
}
#a060602:hover {
	background-position:-250px 0px;
}
#a060701:hover {
	background-position:-250px 0px;
}
#btn_dissection_course:hover {
	background-position:-250px 0px;
}
#btn_cooking:hover {
	background-position:-250px 0px;
}
.btn01{
  border-radius:5px;
  box-sizing:border-box;
	box-shadow:3px 3px 5px #999;
  color:#fff;
	text-shadow:1px 1px 2px #000;
  display:block;
	width:190px;
  height:50px;
  line-height:1.5;
  /*font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;*/
  font-size:16px;
  font-weight:600;
  padding:14px 30px;margin:10px auto;
  text-align:center;
  text-decoration:none;
}
.btn01{
  background:#20639B;
}
.btn01:hover{
  color:#fff;
  opacity:1;
  transform:translateY(0);
  transition-duration:.35s;
	cursor:pointer;
}
.btn01:hover {
  background:#2f80ed;
}
.btn01:hover:after{
  opacity: .5;
}

.flex{
	display:flex;
}

/* ボタン */
.btn_basic {
    display: flex;
    justify-content: center;
    gap: 20px;
	list-style:none;
}
.btn_basic li a {
	min-width: 250px;
	font-size: 17px;
	letter-spacing: 2px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	padding: 0.7em 0.7em;
	border: 3px solid #B72C21;
	background: #B72C21;
	border-radius: 2px;
	position: relative;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
	color: #fff;
	text-decoration: none;
	transition: 0.3s ease all;
	z-index: 1;
}
.btn_basic li a:hover {
	cursor: pointer;
}

.btn_basic li a:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #fff;
    z-index: -1;
}

.btn_basic li a:hover, .btn_basic li a:focus {
	background: #fff;
    color: #B72C21;
}

.btn_basic li a:hover:before, .btn_basic li a:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.btn_basic li a:active {
    transform: scale(0.9);
}




/*clearfix*/

.clearfix:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }






.txt_info {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 500px;
}







