@charset "UTF-8";
/* CSS Document */


/*------------------------------------------------------------------*/

nav {
	width: 100%;
	color: #fff;
	background-color: #777;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	margin-right: auto;
	margin-left: auto;
}
nav.fixed {
	position: fixed;
	left: 0;
	top: 0;
}
/*------------------------------------------------------------------*/

nav ul{
	width: 1200px;
	overflow: hidden;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	background-color: #777;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	list-style-type: none;
}
/*
nav  ul li{
	text-align: center;
	list-style: none;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #777;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}*/

/*------------------------------------------------------------------*/
nav ul li a {
	text-align: center;
	list-style: none;
	display: block;
	color: #ACACAC;
	text-decoration: none;
	background-color: #737373;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 19px;
	width: 200px;
	margin: 0px;
	float: left;
}
li a:hover {
	background-color: #FFF;
	display: block;
	color: #000;
}
.hit {
	background-color: #FFF;
	display: block;
	color: #000;
	background-image: url("../image/common/shadow.png");
	margin: 0px;
	height: 29px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*------------------------------------------------------------------*/
.opa {
	filter: alpha(opacity=98);
	-moz-opacity: 0.98;
	opacity: 0.98;
	background: #000;
	width: 100%;
	display: block;
}
#sub_nav {
	display: block;
	padding: 0px;
	width: 340px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sub_nav li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin: 0px;
	padding: 0px;
}
#sub_nav li a {
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	color: #333;
	display: block;
	padding-left: 10px;
}
#sub_nav li a:hover {
	color: #FFF;
	background-color: #667469;
	width: 335px;
}
#sub_nav .sub_hit   a  {
	color: #FFF;
	background-color: #666F65;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 335px;
	text-decoration: none;
	padding-left: 10px;
}
#sub_nav li i {
	padding-left: 5px;
	padding-right: 10px;
}


/*------------------------------------------------------------------*/
#repo_nav {
	display: block;
	padding: 0px;
	list-style-type: none;
	overflow: visible;
	margin: 0px;
}
.repo_nav   li .s {
	font-size: 10px;
	text-align: left;
	display: inline-block;
	float: right;
	margin-right: 0px;
	line-height: 2em;
	list-style-type: none;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 10px;
}
.repo_nav li {s
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.repo_nav li a {
	padding-bottom: 22px;
	padding-top: 8px;
	padding-left: 10px;
	text-decoration: none;
	color: #333;
	display: block;
	padding-left: 5px;
	list-style-type: none;
	padding-right: 0px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 1px;
	width: 325px;
}
.repo_nav li a:hover {
	color: #FFF;
	background-color: #95AF9A;
}
.repo_nav .sub_hit   a  {
	color: #FFF;
	background-color: #638955;
	padding-top: 10px;
	padding-bottom: 14px;
	width: 310px;
	text-decoration: none;
	padding-left: 10px;
}
.repo_nav li i {
	padding-left: 5px;
	padding-right: 10px;
}


/*------------------------------------------------------------------*/
.footer_left ul {
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	height: 18px;
	margin-left: 10px;
	font-size: 0.9em;
	color: #333;
}
.footer_left ul li a {
	text-decoration: none;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	color: #333;
	font-size: .9em;
}
.footer_left ul li a:hover {
	text-decoration: underline;
	background-color: #CCC;
}
.footer_right a {
	color: #000;
	text-decoration: none;
}

/*------------------------------------------------------------------*/
div#jquery-ui-resize{
	width: 360px;
	/*border-radius: 5px;*/
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 350px;
	margin: 0px;
}
div#jquery-ui-accordion div.jquery-ui-accordion-title{
	margin: 1px 0 0 0;
	padding: 0.7em 0.5em 0.5em 2em;
	font-size: 14px;
	font-weight: bold;
	overflow: auto;
}
div#jquery-ui-accordion div.jquery-ui-accordion-contents{
	font-size: 15px;
	margin-top: -2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 0.5em;
	padding-bottom: 1.5em;
	height: 320px;
	overflow: auto;
	padding-right: 0px;
	padding-left: 15px;
	text-align: left;
}
