﻿body{
	background-color:#006666;
	font-family:"MS Gothic","Hiragino Kaku Gothic ProN-W3", monospace;
	font-weight:bold;
	color:black;
}
.title{
	display:block;
	width:980px;
	height:80px;
	line-height:80px;
	font-size:50px;
	text-align:center;
	text-decoration: none;
	color:yellow;
	border: solid #dddddd;
	background:#003333;
	border-radius:30px 0px 30px 0px;
	-webkit-border-radius:30px 0px 30px 0px;
	box-shadow:rgba(0,0,0,1) 8px 10px 5px;
	margin:10px 0px 30px 0px;
}
.gakunen{
	display:block;
	width:200px;
	height:60px;
	line-height:60px;
	font-size:40px;
	text-align:center;
	text-decoration: none;
	color:#dddddd;
	border: solid #dddddd;
	border-radius:45px;
	-webkit-border-radius:45px 45px 45px 45px;
	background:#003333;
	box-shadow:rgba(0,0,0,0.6) 8px 10px 5px;
	margin:15px 10px 40px 10px;
}
.gakunen:hover{
	display:block;
	width:200px;
	height:60px;
	line-height:60px;
	font-size:40px;
	text-align:center;
	text-decoration: none;
	color:#dddddd;
	border: solid #dddddd;
	border-radius:45px;
	-webkit-border-radius:45px 45px 45px 45px;
	background:#007777;
	box-shadow:rgba(0,0,0,0.6) 8px 10px 5px;
	margin:15px 10px 40px 10px;
}
.kyozai_title{
	display:block;
	width:900px;
	height:60px;
	line-height:60px;
	font-size:40px;
	text-align:center;
	text-decoration: none;
	color:#dddddd;
	border: solid #dddddd;
	border-radius:15px;
	-webkit-border-radius:15px 0px 15px 0px;
	background:#003333;
	box-shadow:rgba(0,0,0,0.6) 8px 10px 5px;
	margin:15px 0px 15px 0px;
}
.kyozai_title:hover{
	display:block;
	width:900px;
	height:60px;
	line-height:60px;
	font-size:40px;
	text-align:center;
	text-decoration: none;
	color:#dddddd;
	border: solid #dddddd;
	background:#007777;
	border-radius:15px;
	-webkit-border-radius:15px 0px 15px 0px;
	box-shadow:rgba(0,0,0,0.6) 8px 10px 5px;
	margin:15px 0px 15px 0px;
}
.kyozai{
	display:inline-block;
	width:900px;
	height:60px;
	line-height:60px;
	font-size:30px;
	text-align:left;
	text-decoration: none;
	color:#cccccc;
	border: solid #dddddd;
	background:#003333;
	border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:rgba(0,0,0,0.6) 8px 10px 5px;
	margin:10px;
}
.kyozai:hover{
	display:inline-block;
	width:900px;
	height:60px;
	line-height:60px;
	font-size:30px;
	text-align:left;
	text-decoration: none;
	color:#dddddd;
	border: solid #dddddd;
	background:#007777;
	border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:rgba(0,0,0,0.6) 8px 10px 5px;
	margin:10px;
}
.button{
	width:445px;
	height:80px;
	font-size:45px;
	margin:5px;
}
.screen1{
	width:900px;
	height:350px;
	color:white;
	border: solid #dddddd;
	background:#003333;
	border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:rgba(0,0,0,0.6) 8px 10px 5px;
	margin:5px 0px 20px 5px;
}
.copyright{
	color:white;
	margin:20px;
}