h1 {
	font-size:1.4em;
	position: relative;
	color: #1c305c;
	padding:0.5em 0.5em 0.5em 2.4em;
	background-color: #a0d8ef;
	border-radius:1.5em;
}
 
h1::after {
	position: absolute;
	top: 50%;
	left:1em;
	transform:translateY(-50%);
	content: '';
	width: 13px;
	height:13px;
	background-color: #ffffff;
	border-radius:100%;
}

h1.attn {
	background-color:#f09199;
	color:#16160e;
}

h2 {
padding: .5em .75em;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ccc;
}

.fcr {
	color:red;
}

span.runder {
	background: linear-gradient(transparent 95%, #250d00 95%);
}

div.none {
	margin:0;
	line-height: 2;
}

div.section {
	width: 840px;
	margin:8px 24px 32px 24px;
}

/*

h2 {
	font-size:1em;
	position: relative;
	color: #1c305c;
	padding:0.5em 0.5em 0.5em 2.4em;
	background-color: #a0d8ef;
	border-radius:1.5em;
}
 
h2::after {
	position: absolute;
	top: 50%;
	left:1em;
	transform:translateY(-50%);
	content: '';
	width: 13px;
	height:13px;
	background-color: #ffffff;
	border-radius:100%;
}

*/

#menu {
  width: 100%;
  height: 45px;
  padding: 0 24px;
  margin: 0;
  list-style-type: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c8f0ef), color-stop(0.00, #0095d9));
  background: -webkit-linear-gradient(#0095d9, #c8f0ef);
  background: -moz-linear-gradient(#0095d9, #c8f0ef);
  background: -o-linear-gradient(#0095d9, #c8f0ef);
  background: -ms-linear-gradient(#0095d9, #c8f0ef);
  background: linear-gradient(#0095d9, #c8f0ef);
}
#menu li {
  width: 120px;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
}
#menu li a {
  width: auto;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 6px;
  padding: 5px 0 4px 0;
  text-decoration: none;
  display: block;
	border-radius: 10px;
}
#menu li a:hover {
	background: rgba(217,145,0,0.7); 
  box-shadow: 1px 1px 3px rgba(255,255,255,0.5), 1px 1px 3px rgba(0,0,0,0.5) inset; 
}

#menu li.c a {
	background: rgba(234,85,6,0.7); 
  box-shadow: 1px 1px 3px rgba(255,255,255,0.5), 1px 1px 3px rgba(0,0,0,0.5) inset; 
}


div#header {
	background: url(../img/title.png) no-repeat left center #0095d9;
	height:58px;
}
/*
div#nav {
	background: #2ca9e1;
	box-shadow: 3px 3px 3px #0E6B94;
	margin-bottom:30px;
}
*/
ul#topmenu {
	width: 600px;
	height: 45px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background:#2ca9e1;
}

ul#topmenu li {
	width: 20%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}

ul#topmenu li.c {
	background:#E6445C;
}

ul#topmenu li a {
	width: auto;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0;
	text-decoration: none;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.7);
	display: block;
}




ul#topmenu li a:hover {
	background: #0E6B94;
	height: 22px;
}

div#contents {
	padding:18px;
}

