@charset "utf-8";

/* $Id: top.css,v 1.18 2015/08/25 18:08:48 nishida Exp nishida $ */


html
{
	background-color: #001;
	padding: 1em;
}

body
{
	width:1200px;
	height:800px;
	/* border:1px solid #004; */
	margin:0 auto;
	padding:0;
	/* background:url(pictures/top/smart_and_moon.jpg) 0 0 no-repeat #777; */
	/* background:url(pictures/top/rainbow20120804.jpg) 0 0 no-repeat white; */
	background:url(pictures/top/kwasan20131118.jpg) 0 0 no-repeat #6895D8;
	/* color:white; */
	color:black;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;  
        border-radius: 10px;
}


h1, h2, h2 + ul, p
{
	color: white;
	clear: both;
	float: left;
	width: 16em;
	margin: 0 0 0 1em;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

h1
{
	margin-top:0.8em;
	margin-left: 0.8em;
	text-align: center;
	background-color:transparent;
	border: none;
	font-size:125%;
	width: 12.8em;
}

h1 span
{
	font-size: 80%;
}

p
{
	margin-top: 1em;
	margin-bottom: 1em;
}

h1 + p
{
	margin-top: 0.5em;
	margin-bottom: 1em;
	text-align: center;
}

h2
{
	padding: 1px 0;
	text-align: center;
	color: white;
	background-color: rgb(70, 70, 70);
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius: 6px 6px 0 0;  
	border-radius: 6px 6px 0 0;
}

h2 + ul
{
	list-style-type: none;
}

h2 + ul > li
{
	/* display: inline; */
	margin: 0;
	padding: 0;
	line-height: 1.0;
}

h2 + ul > li:last-child a
{
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius: 0 0 6px 6px;  
	border-radius: 0 0 6px 6px;
}

h2 + ul a,
h2 + ul a:visited,
h2 + ul a:hover,
h2 + ul a:active,
h2 + ul a:focus
{
	display: block;
	margin: 0;
	padding: 5px;
	background-color: rgb(100, 100, 100);
	background-color: rgba(0, 0, 0, 0.25);
	color: white !important;
	text-decoration: none;
}

h2 + ul a:hover
{
	background-color: white;
	color: black !important;
	text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.75);
	box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.75);
}

