@charset "utf-8";
/* CSS Document */
.float-l{float:left;}
.clear{clear:both;}
.mr10{margin-right:10px;}
.gebsaibg{background:#f0f7e9; padding-bottom:20px;}

h1 {font-size:18px;color:#F60;margin:10px 0;}
h3 {margin-bottom:5px;color:#0c419a;font-weight:normal;}
div.list-nav-gensai{clear:both;}
div.list-nav-gensai ul{width:100%;list-style-type:none;}
div.list-nav-gensai ul li{width:100%;position:relative;}
div.list-nav-gensai ul.row1{line-height:30px;text-align:center;}
div.list-nav-gensai .blue li a{color: #0c419a;}
div.list-nav-gensai .blue li.arrow a{background: url(../../../img/arrow_blue.png) 98% center no-repeat;
color: #0c419a;}
div.list-nav-gensai ul.blue li,div.list-nav-unit ul.blue {
	background: #bbcfe5;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #ebf3f9), color-stop(50%, #d9e2ed), to(#bbcfe5));
	background: -webkit-linear-gradient(top, #fff, #ebf3f9 50%, #d9e2ed 50%, #bbcfe5);
	background: -moz-linear-gradient(top, #fff, #ebf3f9 50%, #d9e2ed 50%, #bbcfe5);
	background: -ms-linear-gradient(top, #fff, #ebf3f9 50%, #d9e2ed 50%, #bbcfe5);
	background: -o-linear-gradient(top, #fff, #ebf3f9 50%, #d9e2ed 50%, #bbcfe5);
	background: linear-gradient(top, #fff, #ebf3f9 50%, #d9e2ed 50%, #bbcfe5);
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: solid 1px #4f8cc5;
	font-size: 15px; color: #0c419a; font-weight: bold; text-shadow: rgba(255, 255, 255, 0.4) 0px 1px 0px; text-decoration: none;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.green { color:#090;}