@import "reset.css";
/*-----*/
body {
	background-image: url(/lab/diversity/img/tmp/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/*-----*/
#wrapper {
	font-size: 80%;
	text-align: center;
}
/*-----*/
#header {
	width: 960px;
	height: 110px;
	margin: 0px auto;
	border-bottom: #EC321E solid 2px;
}
#header h1 {
	float: left;
	font-size: 200%;
	padding-bottom: 15px;
}
#header h1 img {
	margin-top: 25px;
}
#header .head_banner {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#header .head_banner img {
	margin-top: 35px;
}
/*-----*/
#nav {
	clear: both;
	width: 960px;
	margin: 0px auto;
	padding: 20px 0px 10px 0px;
}
#nav ul {
	width:100%;
	padding:0;
	margin: 0 0 20px 0;
	list-style: none;
}
#nav ul li {
	float:left;
	padding:0;
	margin:0;
}
#nav ul li a span {
	display:block;
	text-align:center;
	color: #FF6600;
	font-weight:bold;
}
#nav ul li a {
	width:119px;
	height:40px;
	color: #FF6600;
	font-size:110%;
	font-weight:bold;
	line-height:130%;
	text-align:center;
	padding:10px 0;
	text-decoration:none;
	display:block;
	background:#fff;
	background-image: url(/lab/diversity/img/tmp/menu_back.jpg);
	background-repeat:repeat-x;
	background-position:center;
	/*background-image: -moz-linear-gradient(top, #fff 0%, #fff 50%, #F0F1F1 50%, #E3E5E6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.50, #fff), color-stop(0.50, #F0F1F1), color-stop(1, #E3E5E6));*/
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	/**/
	
	display:table-cell;
	vertical-align:middle;
}
#nav ul li:first-child a {
	border-radius:5px 0 0 5px;
	width:118px;
}
#nav ul li:last-child a {
	border-radius:0 5px 5px 0;
	border-right:1px solid #ccc;
	width:118px;
}
#nav ul li a:hover {
	background:#EE5A2A;
	text-shadow:none;
	color:#FFF;
}
#nav ul li a:hover > span {
	background:#EE5A2A;
	text-shadow:none;
	color:#FFF;
}
#nav ul li.on a span {
	background:#EE5A2A;
	text-shadow:none;
	color:#FFF;
}
#nav ul li.on a {
	background:#EE5A2A;
	text-shadow:none;
	color:#FFF;
}

/*-----*/
#content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 70px;
	clear:both;
}
#main {
	float: left;
	width: 690px;
	font-size:110%;
}
/*-----*/
#side {
	float: right;
	width: 250px;
}
/*-----*/
.menu {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	border: 5px solid #c5c5c5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.menu li {
	border-bottom: #c5c5c5 dashed 1px;
}
.menu li:last-child {
	border: none;
}
.menu li a {
	color: #777;
	display: block;
	padding: 12px 12px;
	text-decoration: none;
}
.menu li a:hover {
	color: #ED5826;
	background-color: #e5e5e5;
}
/*-----*/
.banner {
	margin: 0;
	padding: 2px 4px 15px;
	list-style: none;
	border-top: #ED5826 2px solid;
	background-color: #F0F0F0;
}
.banner li {
	padding: 10px;
}
/*-----*/
#footer {
	clear: both;
	padding: 30px 0 20px;
	background-image: url(/lab/diversity/img/tmp/foot_back.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#footer .copy {
	width: 930px;
	margin: 0;
	padding: 15px;
	font-size: 85%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	letter-spacing: 0.2em;
	background-color: #FEAD77;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/*-----*/
.clear {
	clear: both;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
/*---*/
#page_back {
	right: 4%;
	bottom: 4%;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
}
#page_back a {
	color: #fff;
	width: 80px;
	height: 74px;
	margin: 0;
	padding: 0;
	display: table-cell;
	font-size: 70%;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	background-color: #666;
	border: 3px solid #666;
	opacity: 0.5;
	transition: 0.3s;
}
#page_back a:hover {
	opacity: 1;
}
/*リンク*/
div#main p.link {
	padding: 20px 0px;
}
div#main p.link a {
	display: block;
	margin: 10px 200px;
	padding: 10px 40px 10px 25px;
	/*background-color: #fcfbf8;*/
	border: 1px solid #CCCCCC;
	text-align: center;
	font-weight: bold;
	background-image: url(/lab/diversity/img/icon_arrow_blue2.gif);
	background-repeat: no-repeat;
	background-position: 90% center;
	color: #777;
	text-decoration: none;
}
div#main p.link a:hover {
	color: #ED5826;
	background-color: #e5e5e5;
}
