@charset "UTF-8";
/*	index.html       */
html{
     	background-color:#bbb;
      margin:0px;
	padding:0px;
	font-family:"HG明朝E",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
}
body {
	text-align: left;
	margin:0;
	padding: 0;
	width:100%;
	background-color:#ccc;
}

div.header{
	position: fixed ;
	top:1em;
	left:1em;
	color: blue;
	background-color:#fff;
	text-align:left;
	margin:0 ;
	font-size:13pt;
	border:0px solid #ff88e0;
}

h1{  
	color: #000;
	padding:1em 2e;
	background-color:white;
	text-align:center;
	margin:0 ;
	font-size:16pt;
	line-height:150%;
	text-shadow:3px 3px 3px #C9C9F8;
	word-break:keep-all;
}
#リスト{
	width:100%;
	text-align:center;
	margin-bottom:1em;
}

#リスト div{
	display: inline-block;
	height:240px;
	background-color: #eee ;
	text-align:center;
	line-height:120%;
	margin:1em;
	border:4px solid #aaa;
	font-size:16pt;
	text-shadow:3px 3px 3px #C9C9F8;
}

#リスト div:hover{
	border-color:#08f;
	box-shadow:0 0 16px #0ff;
	background-color: #fff ;
}


a {
	color: #00A; 
	text-decoration:none ; 
 }


#戻る{
	position:fixed;
	top:0.1em;
	left:0.1em;
	font-size:20pt;
	padding:0.2em;
	width:3.5em;
	border:2px solid gray;
	text-align:center;
	border-radius:1em;
	opacity:0.3;
}

#戻る:hover{
	opacity:1;
	border-color:red;
	background-color:white;
	text-shadow:3px 3px 3px #C9C9F8;
}
#戻る a:hover{
	color:red;
}


footer{
	text-align:center;
	padding:0.5em;
	background-color: #ddd ;
	width:100%;
}
footer a{
	text-decoration: underline;
}
footer a:hover{
	color:red;
	text-shadow:1px 1px 1px #00f;
}
