html{
	width:100%;
	height:100%;
	background-image:url('pattern_wash.png');
}

h2 {
	padding:0;
	margin:0;
	font-size:100%;
}

#box {
	margin:auto;
	width:50%;
	left:20%;
	top:5%;
	min-height:25%;
	padding-left:5%;
	padding-right:5%;
	padding-top:1%;
	padding-bottom:2%;
	position:absolute;
	display:block;
	-webkit-box-shadow: inset 0px 0px 150px 5px rgba(2, 2, 2, 0.3);
	box-shadow: inset 0px 0px 150px 5px rgba(2, 2, 2, 0.3);
	border-radius: 2em;
	text-align:center;
}

.textbox{
	width:100%;
}

.textbox.hilite{
   transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

.textbox.hilite:hover{
	background-color:rgba(0,0,1,0.4);
	/*border-bottom:1px dashed #000;*/
}

.textbox.left {
	text-align:left;
}

.textbox.right{
	text-align:right;
}

.textbox.attention{
	color:#900;
	margin-top: 1em;
	font-size:120%;
}

.space{
	min-height:2em;
	display:block;
}

.motto-word{
	font-weight:bold;
	color:#333;
}

.quote{
	color:#666;
}

#foot{
	text-align:right;
	position:absolute;
	bottom:1em;
	right:1em;
}

.impress {
	color:#909090;
}

div.popup div{
	display:none;
}

div.popup:hover div{
	display:block;
}

.divider{
	color:#666;
	margin-top:1em;
	border-bottom:1px solid #666;
}

.distinguished{
	border-bottom:1px solid grey;
	padding-bottom:0.2em;
	margin-bottom:1em;
}

.g-plusone > a{
	color:#222;
}
