@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}




html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
body {
	background: url(../common/bg.gif) repeat;
	font-size: 1em;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}





h1 {
	width: 136px;
	height: 42px;
	text-indent: -9999px;
	background: url(../common/bar_index.gif) no-repeat;
	float: right;
}

h1 a {
	display: block;
	height: 42px;
}


h2{
	margin:50px 10px 10px 0px;
/*	margin:20px 10px 10px 0px;*/
	padding:2px 8px;
	font-size: 24px;
	border-width:0 0 5px 0 ;
	border-color:#f79708;
	border-style:solid;
	background:#fff;
	color:#d25c14;
	line-height:140%;
	font-weight:bold;
}

h3 {
	font-size: 18px;
}


h3{
	position:relative;
	margin:20px 10px 10px 0px;
	padding:0 10px 0 55px;
	height:40px;
	background:#f3f3f3;
	z-index:1;
}

h3:before{
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
	border-right:#fff solid 2px;
	background:#f60;
	background-image: -webkit-gradient(linear, left top, left bottom,
			from(			 rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.6)), 
			to(				 rgba(255, 255, 255, 0.6))
			);
	background-image: -webkit-linear-gradient(top,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -moz-linear-gradient(top,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -o-linear-gradient(top,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: linear-gradient(to bottom,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
			z-index:-1;
}
h3:after{
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
	background-image: -webkit-gradient(linear, left top, right top,
			from(			 rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.6)), 
			to(				 rgba(255, 255, 255, 0.6))
			);
	background-image: -webkit-linear-gradient(left,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -moz-linear-gradient(left,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -o-linear-gradient(left,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: linear-gradient(to right,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
			z-index:-1;
}


.bar3 {
	display:block;
	width: 98%;
	height: 10px;
	border: 0;
	border: 1px solid #cacaca;
	-webkit-border-radius: 10px;
	background: #005500;
	background: -moz-linear-gradient(left,  #005500 0%, #52b152 20%, #83c783 51%, #008a00 76%, #005500 96%, #005700 100%, #005500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005500), color-stop(20%,#52b152), color-stop(51%,#83c783), color-stop(76%,#008a00), color-stop(96%,#005500), color-stop(100%,#005700), color-stop(100%,#005500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #005500 0%,#52b152 20%,#83c783 51%,#008a00 76%,#005500 96%,#005700 100%,#005500 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to right,  #005500 0%,#52b152 20%,#83c783 51%,#008a00 76%,#005500 96%,#005700 100%,#005500 100%); /* W3C */
}


a{
	text-decoration: none;
	color: #03c;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
 
a:hover {
	color: #fff;
	text-shadow: -1px 1px 5px #03c, 1px -1px 5px #03c;
}

#wrapper {
	background: #FFF;
	color: #333;
	margin: 0 auto;
	width: 820px;
}

header {
	background: #fef000;
	color: #fff;
	padding: 10px 10px;
	-moz-border-radius: 0 0  5px 5px;
	-webkit-border-radius: 0 0  5px 5px;
	border-radius: 0 0  5px 5px;
}

nav {
	background: #fef000;
}

ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
/*	zoom: 1;*/
}

nav li {
	margin: 0 10px;
	list-style: none;
	float: left;
}

ol#topicPath {
	margin: 10px 0 40px 10px ;
	padding: 0;
	list-style: none;
}

ol#topicPath li {
	float: left;
	margin-right: 5px;
}

ol#topicPath li a {
	display: block;
	position: relative;
	padding: 5px 2em 5px 1em;
	background-image: url(../common/bg_pankuzu.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

ol#topicPath li a:link,
ol#topicPath li a:visited {
	background-color: #FF6633;
	color: #FFFFFF;
	text-decoration: none;
}

ol#topicPath li a:hover,
ol#topicPath li a:active {
	background-color: #3366FF;
	color: #FFFFFF;
	text-decoration: none;
}

ol#topicPath li em {
	display: block;
	padding: 5px 1em;
	background-color: #CCCCCC;
	font-style: normal;
	font-weight: bold;
}

#main {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
}
#main:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

section {
	width: 800px;
}

footer {
	position: relative;
	clear: both;
	margin: 30px 0;
	background: #eee;
	padding: 10px;
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
p {
	font-size: 1em;
	margin-bottom: 10px;
}


img {
	border: 0;
}
img.f_left {
	float: left;
	margin: 0 5px 5px 0;
}
img.f_right {
	float: right;
	margin: 0 0 5px 5px;
}
img.f_center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#pagetop {
	display: inline-block;
	position: absolute;
	top: -33px;
	right: 10px;
}
#copyright {
  text-align: center;
}

.txt_right {
  text-align: right;
}
.txt_center {
  text-align: center;
}

.annai{
	width: 100%;
	border-collapse: separate;
}
.annai th{
	width: 25%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #ffff99;
	border: 2px solid #fff;
 }
.annai td{
	width: 25%;
	text-align:center;
	padding: 6px;
	background-color: #fff;
	border: 2px solid #fff;
}

.sangyou{
	width: 100%;
}
.sangyou td{
	width: 33%;
	text-align:center;
}

.kenchyou{
	margin-left: auto;
	margin-right: auto;
	border: none;
}

.kouryu{
	border-spacing:0;
	border:solid #F90 2px;
	border-radius:5px;
	margin-left:auto;
	margin-right:auto;	
}
.kouryu tr:nth-child(odd){
	background:#FC6;
}
.kouryu tr:nth-child(even){
	background:#FE9;
}
.kouryu th{
	border-right:solid #F90 1px;
	padding:10px;
	background:linear-gradient(#F90,#FC6);
	box-shadow:2px 2px 4px #FE9 inset;
	color:#FFF;
	text-shadow:1px 1px 1px #F90;
}
.kouryu th:first-child{
	border-radius:3px 0 0;
}
.kouryu th:last-child{
	border-right:none;
	border-radius:0 3px 0 0;
}
.kouryu td{
	border-top:solid #F90 1px;
	border-right:solid #F90 1px;
	padding:10px
}
.kouryu tr:last-child td:first-child{
	border-radius:0 0 0 3px;
}
.kouryu td:last-child{
	border-right:none;
}
.kouryu tr:last-child td:last-child{
	border-radius:0 0 3px;
}


.gikai{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.gikai th{
	width:25%;
	padding:4px;
	text-align: left;
	vertical-align: top;
	color: #444;
	background-color: #feedf3;
	border-left: 3px double #999;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.gikai td{
	width:75%;
	padding:4px;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.site1{
	width: 80%;
	border-collapse: separate;
	border-spacing: 0px;
}
.site1 th{
	width:20%;
	padding:4px;
	text-align: left;
	vertical-align: top;
	color: #444;
	background-color: #feedf3;
 }
.site1 td{
	width:60%;
	padding:4px;
	background-color: #fafafa;
}

.rist-menu {
	list-style: none;
	overflow: hidden;
	width: 700px;
	padding: 0;
	margin: 50px auto 100px;
}
.rist-menu li {
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #879c18;
}
.rist-menu li:last-child {
	border-bottom: 0px;
}
.rist-menu li a {
	display: block;
	position: relative;
	z-index: 10;
/*	height: 40px;*/
	height: 80px;
	margin: 0;
	padding: 0px 10px 0px 50px;
	background: #a1b91d;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
}
.rist-menu li a:hover {
	background: #879c18;
}

#list9 li a {
	background: #a1b91d;
}
#list9 li a:before {
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 25px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #bbd622;
	transition: .5s;
}
#list9 li a:hover:before {
	left: -271px;
	width: 1000px;
	height: 400px;
	margin-top: -200px;
}

.eve_01{
	width: 98%;
	border-collapse: collapse;
	border-right: 1px solid #999;
}
.eve_01 th{
	width: 33%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	background-color: #555;
	border-left: 5px solid #ff6633; 
	border-top: 1px solid #fff;
}
.eve_01 td{
	width: 33%;
	padding: 6px;
	background-color: #fff;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 36px;
	z-index: 3;
}
#page-top a {
	background: #FF6633;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding:  0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #3366FF;
}



#globalnavi{
  margin: 0;
  padding: 0;
  width: ***;
  height:48px;
}

#globalnavi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  height:48px;
}

#globalnavi li{
  float: left;
  width: 33%;
  margin: 0;
  padding: 0;
}

#globalnavi a{
  text-align: center;
  display:block;
  padding: 0.5em 0;
  width: 100%;
  background-color: #FF6633;
  color: white;
  height:48px;

}

#globalnavi a:hover{
  background-color: #3366FF;
  color: white;
}