@charset "utf-8";
/* CSS Document */

body{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	line-height: 18px;
}


a	{
	cursor:pointer;
	text-decoration:none;
	color:#666;
	
}
a:visited	{
	color:#fff;
}
a:hover	{
	
	color: #000;
}
a img	{ border-width:0; vertical-align:bottom; padding-left:3px; padding-right:3px;}

#container{
	width: 750px;


}


.header{
	margin-top: 5px;
	margin-bottom: 20px;
}


.top_image{
	margin-bottom: 10px;	
}



.link{
	color: #333;
	font-size: small;
	padding: 5px;
	margin-bottom: 20px;
	
}



.top2{
	background-image: url(image/shikitop.gif);
	height: 90px;
	width: 745px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: small;
	text-align: left;
	padding-top: 3px;
	padding-left: 5px;
	color: #FFF;


	
}

.top3{
	background-image: url(image/oshirasetop.gif);
	height: 90px;
	width: 745px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: small;
	text-align: left;
	padding-top: 3px;
	padding-left: 5px;
	color: #FFF;


	
}
.top4{
	background-image: url(image/infotop.gif);
	height: 90px;
	width: 745px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: small;
	text-align: left;
	padding-top: 3px;
	padding-left: 5px;
	color: #FFF;


	
}



.guid{
	padding: 15px;
	line-height: 16px;
	
}

.top{
	width: 100px;
	margin-top: 10px;
	background-color: #CCC;	/*背景色*/
	height: 25px;		/*メニューの高さ*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ccc));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fff, #ccc);	/*同上*/
	background-image: linear-gradient(#fff, #ccc);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #bebebe;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #bebebe;			/*同上*/
	margin-bottom: 10px;
	color: #666;
	font-size: small;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	border: 1px solid #CCC;
}


.info{
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	padding: 5px;
	line-height: 20px;
}



.b{
	color: #39F;
	
}
.g{
	color: #6C6;		
}



.footer{
	width: 740px;
	clear: both;
	color: #666;
	padding: 5px;
	text-align: center;
	font-size: x-small;
}



#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #333333;
  display: inline-block;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: small;
  min-width: 45px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 #eeeeee;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li.active > a {
  background: #d9d9d9 url(image/grad_light.png) repeat-x left bottom;
  background: -moz-linear-gradient(top, #d9d9d9 0%, #bfbfbf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9d9), color-stop(100%, #bfbfbf));
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #bfbfbf 100%);
  background: -o-linear-gradient(top, #d9d9d9 0%, #bfbfbf 100%);
  background: -ms-linear-gradient(top, #d9d9d9 0%, #bfbfbf 100%);
  background: linear-gradient(to bottom, #d9d9d9 0%, #bfbfbf 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#bfbfbf', GradientType=0);
  box-shadow: inset 0 0 10px #979797, inset 0 10px 10px #979797;
  -moz-box-shadow: inset 0 0 10px #979797, inset 0 10px 10px #979797;
  -webkit-box-shadow: inset 0 0 10px #979797, inset 0 10px 10px #979797;
  filter: none;
}
#cssmenu > ul > li.active a:hover {
  background: -moz-linear-gradient(top, #d9d9d9 0%, #bfbfbf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9d9), color-stop(100%, #bfbfbf));
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #bfbfbf 100%);
  background: -o-linear-gradient(top, #d9d9d9 0%, #bfbfbf 100%);
  background: -ms-linear-gradient(top, #d9d9d9 0%, #bfbfbf 100%);
  background: linear-gradient(to bottom, #d9d9d9 0%, #bfbfbf 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#bfbfbf', GradientType=0);
  filter: none;
}
#cssmenu > ul > li a {
	box-shadow: inset 0 0 0 1px #ffffff;
	-moz-box-shadow: inset 0 0 0 1px #ffffff;
	-webkit-box-shadow: inset 0 0 0 1px #ffffff;
	background: #bfbfbf url(image/grad_light.png) repeat-x left top;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 50%, #d7d7d7 51%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #e5e5e5), color-stop(51%, #d7d7d7), color-stop(100%, #ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 50%, #d7d7d7 51%, #ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 50%, #d7d7d7 51%, #ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 50%, #d7d7d7 51%, #ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 50%, #d7d7d7 51%, #ededed 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	line-height: 34px;
	filter: none;
	padding-top: 0;
	padding-right: 19px;
	padding-bottom: 0;
	padding-left: 19px;
}
#cssmenu > ul > li a:hover {
  background: #ffffff url(umage/grad_light.png) repeat-x left bottom;
  background: -moz-linear-gradient(top, #d9d9d9 0%, #bfbfbf 50%, #b0b0b0 51%, #c7c7c7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9d9), color-stop(50%, #bfbfbf), color-stop(51%, #b0b0b0), color-stop(100%, #c7c7c7));
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #bfbfbf 50%, #b0b0b0 51%, #c7c7c7 100%);
  background: -o-linear-gradient(top, #d9d9d9 0%, #bfbfbf 50%, #b0b0b0 51%, #c7c7c7 100%);
  background: -ms-linear-gradient(top, #d9d9d9 0%, #bfbfbf 50%, #b0b0b0 51%, #c7c7c7 100%);
  background: linear-gradient(to bottom, #d9d9d9 0%, #bfbfbf 50%, #b0b0b0 51%, #c7c7c7 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  filter: none;
}
#cssmenu > ul > li:first-child a {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-left: 1px solid #d2d2d2;
}
#cssmenu > ul > li:last-child a {
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
#cssmenu .has-sub:hover ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  top: 36px;
  left: -1px;
  min-width: 100%;
  text-align: center;
  *width: 100%;
}
#cssmenu .has-sub ul li {
  text-align: center;
}
#cssmenu .has-sub ul li a {
  border-top: 0 none;
  border-left: 1px solid #d2d2d2;
  display: block;
  font-size: 12px;
  line-height: 120%;
  padding: 9px 5px;
  text-align: center;
}


.koubo{
	margin-right: auto;
	margin-left: auto;
	width: 350px;
	font-size: medium;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	color: #FFF;
	background-color: #6C6;
	margin-bottom: 30px;
	border: 1px solid #390;
	font-weight: bold;
	margin-top: 20px;
}


.anzen{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.anzen table{
	border: 1px solid #F93;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.dai{
	color: #FFF;
	background-color: #F96;
	margin-right: 650px;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	
}

.dai2{
	color: #FFF;
	background-color: #F96;
	margin-right: 480px;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.yakusyoku{
	background-color: #CCC;
	color: #000;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.name{
	background-color: #F96;
	color: #FFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.jisseki{
	color: #FFF;
	background-color: #F96;
	margin-right: auto;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-left: auto;
	width: 200px;
	margin-bottom: 10px;
}

.banner{
	clear: none;
	float: left;
	width: 180px;
	margin-left: 5px;
}



a.button{
	 font-family: Arial, Helvetica, sans-serif;
  
  text-decoration: none;
	display: inline-block;
	background: #9CF;
	border: 1px solid #09C;
	border-radius: 3px;
	color: #666;
	font-size: 12px;
	line-height: 1;
	text-shadow: 0px 1px 1px #ffffff;
	box-shadow: 0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
	 background: rgb(29,140,233); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(219,242,253,1) 1%, rgba(161,229,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(219,242,253,1)), color-stop(100%,rgba(161,229,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(219,242,253,1) 1%,rgba(161,229,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(219,242,253,1) 1%,rgba(161,229,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(219,242,253,1) 1%,rgba(161,229,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(219,242,253,1) 1%,rgba(161,229,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113f8c', endColorstr='#0f387d',GradientType=0 ); /* IE6-9 */
	
	
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	
	width: 140px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
    }
 

a.button:hover{
    color: #FFF;
    }

/* ▼(A)表示領域全体 */
div.tabbox {
	padding: 0px;
	width: 530px;
	clear: none;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/* ▼(B)タブ部分 */
p.tabs { margin: 0px; padding: 0px; }
p.tabs a {
	/* ▼(B-2)リンクをタブのように見せる */
   display: block;
	width: 90px;
	float: left;
	padding: 2px;
	text-align: center;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* ▼(B-3)各タブの配色 */
p.tabs a.tab1 {
	background-color: #666;
	color: white;
	font-size: x-small;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p.tabs a.tab2 {
	background-color: #666;
	color: white;
	font-size: x-small;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
	
p.tabs a.tab3 { background-color: #666;
	color: white;
	font-size: x-small; 
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
	
p.tabs a.tab4 { background-color: #666;
	color: white;
	font-size: x-small; 
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
	
p.tabs a.tab5 { background-color: #666;
	color: white;
	font-size: x-small;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
	
p.tabs a.tab6 { background-color: #666;
	color: white;
	font-size: x-small;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
	
p.tabs a.tab7 { background-color: #666;
	color: white;
	font-size: x-small;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
	
p.tabs a.tab8 { background-color: #666;
	color: white;
	font-size: x-small;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

p.tabs a.tab9 { background-color: #666;
	color: white;
	font-size: x-small; 
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
	
p.tabs a.tab10 { background-color: #666;
	color: white;
	font-size: x-small;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
	
p.tabs a:hover {
	color: #FFF;
	background-color: #999;
}

/* ▼(C)タブ中身のボックス */
div.tab {
   /* ▼(C-2)ボックス共通の装飾 */
   height: 600px; overflow: auto; clear: left;
}
/* ▼(C-3)各ボックスの配色 */
div#tab1 {
	border: 1px dotted #999;
}
div#tab2 { border: 1px dotted #999; }
div#tab3 { border: 1px dotted #999; }
div#tab4 { border: 1px dotted #999; }
div#tab5 { border: 1px dotted #999;}
div#tab6 { border: 1px dotted #999;}
div#tab7 { border: 1px dotted #999;}
div#tab8 { border: 1px dotted #999;}
div#tab9 { border: 1px dotted #999;}
div#tab10 { border: 1px dotted #999; }

div.tab p { margin: 0.5em; }

#cssm {
  padding: 0;
  margin: 0;
  border: 0;
}
#cssm ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssm ul {
  position: relative;
  z-index: 597;
  float: left;
}
#cssm ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
}
#cssm ul li.hover,
#csdm ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssm ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssm ul ul li {
  float: none;
}
#cssm ul li:hover > ul {
  visibility: visible;
}
#cssm ul ul {
  top: 0;
  left: 100%;
}
#cssm ul li {
  float: none;
}
/* Custom Stuff */
#cssm {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
	width: 170px;
	margin-top: 5px;
}
#cssm span,
#cssm a {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}
#cssm:after,
#cssm ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssm > ul > li:first-child {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssm > ul > li:last-child {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssm > ul > li ul ul {
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssm > ul > li ul ul li:first-child {
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssm > ul > li ul ul li:last-child {
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssm ul,
#cssm li {
  width: 100%;
}
#cssm li {
  background: #dddddd url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAAUVBMVEX////MzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzNzc3l5eXg4ODZ2dnMzMzi4uLS0tLe3t7Q0NDV1dXj4+PW1tbk5OTc3NzPz8/R0dH0Zv5RAAAAC3RSTlMAM2YekAmlPHuEAwArv7wAAAA/SURBVHheY2Dl5mdigABGKV5BNnYok4dHQpKFGcrkEefj5gAzQUBABM7kFYQyRcX4mUBMkEpOLrA2IWGwfgYAn0UDZszv8IwAAAAASUVORK5CYII=) repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), color-stop(1, #dddddd));
  background-image: -webkit-linear-gradient(top, #e5e5e5, #dddddd);
  background-image: -moz-linear-gradient(top, #e5e5e5, #dddddd);
  background-image: -ms-linear-gradient(top, #e5e5e5, #dddddd);
  background-image: -o-linear-gradient(top, #e5e5e5, #dddddd);
  background-image: linear-gradient(#e5e5e5, #dddddd);
}
#cssm li:hover {
  background: #f6f6f6;
}
#cssm a {
  color: #666666;
  line-height: 160%;
  padding: 11px 28px 11px 28px;
  width: 144px;
}
#cssm ul ul {
  width: 200px;
  border: 1px solid #dddddd;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
#cssm ul ul li {
  background: #f6f6f6;
}
#cssm ul ul li:hover {
  background: #dddddd;
}
#cssm ul ul li:hover a {
  color: #AE0001;
}
#cssm ul ul li ul li {
  background: #dddddd;
}
#cssm ul ul li ul li:hover {
  background: #b7b7b7;
}
#cssm .has-sub {
  position: relative;
}
#cssm .has-sub:after,
#cssm .has-sub > ul > .has-sub:hover:after {
  content: '';
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAAUVBMVEX////MzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzNzc3l5eXg4ODZ2dnMzMzi4uLS0tLe3t7Q0NDV1dXj4+PW1tbk5OTc3NzPz8/R0dH0Zv5RAAAAC3RSTlMAM2YekAmlPHuEAwArv7wAAAA/SURBVHheY2Dl5mdigABGKV5BNnYok4dHQpKFGcrkEefj5gAzQUBABM7kFYQyRcX4mUBMkEpOLrA2IWGwfgYAn0UDZszv8IwAAAAASUVORK5CYII=);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
#cssm .has-sub > ul > .has-sub:after,
#cssm .has-sub:hover:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAAUVBMVEX////d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3e3t729vbx8fHq6urd3d3z8/Pj4+Pv7+/h4eHm5ub09PTn5+f19fXt7e3g4ODi4uLUsVdlAAAAC3RSTlMAM2YekAmlPHuEAwArv7wAAAA/SURBVHheY2Dl5mdigABGKV5BNnYok4dHQpKFGcrkEefj5gAzQUBABM7kFYQyRcX4mUBMkEpOLrA2IWGwfgYAn0UDZszv8IwAAAAASUVORK5CYII=);
}





#menu {
	width: 750px;
	padding: 0;
	list-style-type: none;
	border-radius: 2px;
	
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}
#menu li {
	width: 19%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	
}
#menu li a {
	width: auto;
	color: #999;
	background: #CCC;
	background-image: -webkit-linear-gradient(rgba(251,252,253,1), rgba(233,236,237,1));
	background-image: -moz-linear-gradient(rgba(251,252,253,1), rgba(233,236,237,1));
	background-image: -o-linear-gradient(rgba(251,252,253,1), rgba(233,236,237,1));
	background-image: -ms-linear-gradient(rgba(251,252,253,1), rgba(233,236,237,1));
	background-image: linear-gradient(rgba(251,252,253,1), rgba(233,236,237,1));
	font-size: 12px;
	margin: 0;
	padding: 12px 0;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	display: block;
	border-left-width: 1px;
	border-left-color: #CCC;
	border-left-style: solid;
}
#menu li:first-child a {
  border-left: 0px;
  border-radius: 5px 0 0 5px;
}
#menu li:last-child a {
  border-right: 0px;
  border-radius: 0 5px 5px 0;
}
#menu li a:hover {
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
  background-image: -moz-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
  background-image: -o-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
  background-image: -ms-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
  background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
}

#oshirasemenu {
	background: #FFF;
	font-size: 100%;
}
#oshirasemenu ul {
margin: 0;
	list-style: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
#oshirasemenu li {
  display: inline;
  margin: 0;
  padding: 0;
}
#oshirasemenu a {
  float: left;
  
  margin: 0;
  padding: 0 0 0 4px;
  text-decoration: none;
}
#oshirasemenu a span {
	float: left;
	display: block;
	
	color: #000;
	background: -moz-linear-gradient(top,  rgba(162,208,255,1) 1%, rgba(121,188,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(162,208,255,1)), color-stop(100%,rgba(121,188,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(162,208,255,1) 1%,rgba(121,188,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(162,208,255,1) 1%,rgba(121,188,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(162,208,255,1) 1%,rgba(121,188,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(162,208,255,1) 1%,rgba(121,188,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e7',GradientType=0 ); /* IE6-9 */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
		padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* Commented Backslash Hack hides rule from IE5-Mac */
#oshirasemenu a span {
  float: none;
}
/* End IE5-Mac hack */
#oshirasemenu .active a span,
#oshirasemenu a:hover span {
   color: #000;
  background: -moz-linear-gradient(top,  rgba(121,188,255,1) 1%, rgba(102,179,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(121,188,255,1)), color-stop(100%,rgba(102,179,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(121,188,255,1) 1%,rgba(102,179,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(121,188,255,1) 1%,rgba(102,179,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(121,188,255,1) 1%,rgba(102,179,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(121,188,255,1) 1%,rgba(102,179,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e3f1', endColorstr='#e6a3ce',GradientType=0 ); /* IE6-9 */
}
#oshirasemenu .active a,
#oshirasemenu a:hover {
  background-position: 0 -42px;
}
#oshirasemenu .active a span,
#oshirasemenu a:hover span {
  background-position: 100% -42px;
}

.oshirase table {
	width:720px;
	
}


.shiki{
	width: 700px;
	margin-left: 20px;
	
}



.shiki table {
	width:650px;
	
}





table td {
	vertical-align:top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #F7F7F7;
	border-right-color: #F7F7F7;
	border-bottom-color: #F7F7F7;
	border-left-color: #F7F7F7;
}

.st1 {
	width:450px;
	line-height:1.32em;
	border: 1px solid #666;
}

.st2 {
	width:350px;

	line-height:1.32em;
	float:right;
}

.st3 {
	width:600px;
	line-height:1.32em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}


.st1 td,
.st2 td {

 padding:5px;
 font-size:100%;
}

.st1 td.title,
.st2 td.title {
	background:#C69;
	color: #FFF;
}

.no{
	font-size: small;
	color: #000;
	background-color: #C8E3FF;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#shikimenu {
	background: #FFF;
	font-size: 93%;
}
#shikimenu ul {
	margin: 0;
	list-style: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
#shikimenu li {
  display: inline;
  margin: 0;
  padding: 0;
}
#shikimenu a {
	float: left;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	
}
#shikimenu a span {
	float: left;
	display: block;
	color: #333;
	background: -moz-linear-gradient(top,  rgba(162,208,255,1) 1%, rgba(121,188,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(162,208,255,1)), color-stop(100%,rgba(121,188,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(162,208,255,1) 1%,rgba(121,188,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(162,208,255,1) 1%,rgba(121,188,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(162,208,255,1) 1%,rgba(121,188,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(162,208,255,1) 1%,rgba(121,188,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e7',GradientType=0 ); /* IE6-9 */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
}
/* Commented Backslash Hack hides rule from IE5-Mac */
#shikimenu a span {
  float: none;
}
/* End IE5-Mac hack */
#shikimenu .active a span,
#shikimenu a:hover span {
  color: #000;
  background: -moz-linear-gradient(top,  rgba(121,188,255,1) 1%, rgba(102,179,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(121,188,255,1)), color-stop(100%,rgba(102,179,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(121,188,255,1) 1%,rgba(102,179,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(121,188,255,1) 1%,rgba(102,179,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(121,188,255,1) 1%,rgba(102,179,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(121,188,255,1) 1%,rgba(102,179,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1d7f7', endColorstr='#c4b0f2',GradientType=0 ); /* IE6-9 */
	
	
}
#shikimenu .active a,
#shikimenu a:hover {
	
  background-position: 0 -42px;
}
#shikimenu .active a span,
#shikimenu a:hover span {
  background-position: 100% -42px;
}

.title{
	color: #000;
	background-color: #F90;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #C93;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.shikipdf{
	padding: 5px;	
}
