@charset "utf-8";

* {
	word-break: normal !important;
}

html {
	overflow-y: scroll;
}

body {
	*overflow: visible;
	/* IE7以下 */
	overflow: visible¥9;
	/* IE8 */
}

/* IE9 */
body:not(:target) {
	overflow: visible¥9;
}

/* IE10 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	body {
		overflow: visible;
	}
}

.w100 {
	width: 100%;
	height: auto;
}

.flex {
	display: flex !important;
	margin: 10px !important;
}


.flex-container {
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin: 0px !important;
}

.nowrap {
	white-space: nowrap;
}

/* ---------------------------------------- 各種初期設定 -- */
a:link {
	color: #060;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	color: #6F3;
}

a img {
	border: 0;
}

a:visited {
	color: #060;
	text-decoration: none;
}

a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.left {
	float: left;
	*display: inline;
	width: 650px !important;
}

.left_960 {
	float: left;
	width: 960px !important;
}

.left_960 .search_head {
	padding: 0;
	background: url(../images/search_headbg.jpg) no-repeat top center;
	min-height: 320px;
	width: 960px;
	display: block;
	position: relative;
}

.form_bt {
	display: inline;
}

.add_search {
	position: absolute;
	top: 80px;
	left: 360px;
}

.adv_search {
	position: absolute;
	top: 80px;
	left: 380px;
	text-align: left;
}

.hidden {
	display: none;
}

.right {
	float: right;
	*display: inline;
	*padding: 0 0 0 25px;
}

.text-left {
	text-align: left;
	float: none;
}

.text-right {
	text-align: right;
	float: none;
}

.text-center {
	text-align: center;
	float: none;
}

.center {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
}

h1 {
	margin: 0px 0px 20px -30px;
	padding: 35px 10px 10px 75px;
	border: none;
	min-height: 35px;
	width: 565px;
	display: block;
	background: url(../images/h1title.png) no-repeat;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.25;
	vertical-align: middle;
}

h1.search {
	margin: 0px 0px 20px 0px;
	padding: 35px 10px 10px 75px;
	border: none;
	min-height: 35px;
	width: 960px;
	display: block;
	background: url(../images/h1title_search.jpg) no-repeat;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.25;
	vertical-align: middle;
}

.nintei {
	background: #900;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
	/* CSS3草案 */
	-webkit-border-radius: 2px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;
	/* Firefox用 */
	padding: 2px 5px 0px;
	text-align: center;
	width: 45px;
}

h1.catlist,
h1.listc {
	margin: -20px 0px 0px 0px !important;
	padding: 33px 10px 5px 75px;
}

h1.bulletin_title {
	position: static;
	top: 10px;
	left: 20px;
	margin: 0 0 20px 0;
	padding: 35px 20px 20px 70px;
	width: 550px;
	min-height: 15px;
	display: block;
}

h1.pico_title {
	margin: 0px 0px 20px 0px;
	padding: 20px;
	border: none;
	min-height: 15px;
	width: 97%;
	display: block;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.25;
	position: static;
	background-image: none;
	background: #060;
}

h1 a {
	color: #fff !important;
	text-decoration: none !important;
	margin: 0 -20px 0 0 !important;
	padding: 25px 10px 0;
}

h2 {
	font-size: 1.35em;
	/*margin:0 -20px 20px 20px !important;*/
	margin: 0 0px 10px;
	padding: 5px 5px !important;
	text-align: left;
	border-left: 12px solid #090;
	border-bottom: dotted 1px #666;
	height: auto;
	width: 97%;
	display: block;
	font-weight: bold;
	line-height: 1.25;
}

p.cat_wrap {
	margin: 0 0 20px !important;
	padding: 0 !important;
}

span.catname {
	margin: 0 5px 0 !important;
	padding: 2px 10px 0 !important;
	background-color: #D8EED0;
	color: #093;
	font-size: 0.85em;
}

h2.viewc {
	margin: 0 0 20px 0px !important;
	padding: 0 10px 5px 10px !important;
	line-height: 1.25;
	width: 97%;
}

h2.viewc+p {
	margin: 0 20px 30px 20px;
}

h2.catlist,
h2.listc {
	background: #fff;
	font-size: 1.2em;
	font-weight: normal;
	width: 97%;
	margin: 0 !important;
}

h2.listc {
	margin: 0px !important;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 0px 20px;
	padding: 7px 7px 5px !important;
	/*border: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;*/
	border-left: 5px solid #393;
	border-bottom: dotted 1px #ccc;
	background: #f1f1f1;
	text-align: left;
	width: 97%;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0px 20px;
	padding: 0 0px 0px !important;
	border-bottom: 2px solid #090;
	background: #fff;
	text-align: left;
	width: 97%;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 15px 10px !important;
	padding: 0 0px 2px !important;
	border-bottom: 1px dotted #666;
	background: #fff;
	text-align: left;
	width: 97%;
}

h6 {
	font-size: 1.0em;
	font-weight: normal;
	margin: 0 20px 5px;
	padding: 0 0px 2px !important;
	background: #fff;
	text-align: left;
	width: 97%;
}

.red {
	color: #ff0000;
}

.wh {
	color: #fff !important;
}

.nowrap {
	white-space: nowrap;
}

.cate {
	padding: 2px 4px;
	background-color: #930;
	color: #fff;
}

td strong {
	padding: 2px 5px 1px 5px;

}

.shadow01 {
	-moz-box-shadow: 1px 3px 3px #999;
	-webkit-box-shadow: 1px 3px 3px #999;
	box-shadow: 1px 3px 3px #999;
}

.shadow02 {
	-webkit-box-shadow: 0px 2px 2px 2px #eee;
	-moz-box-shadow: 0px 2px 2px 2px #eee;
	box-shadow: 0px 2px 2px 2px #eee;
}

.justify {
	text-align: justify;
	text-justify: distribute-all-lines;
}

/* --FORM-- */
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 0 1em 1em 1em;
}

legend {
	background: #fff;
	padding: 0.3em;
}

/*  
input[type="text"],
input[type="password"],
 textarea {  
line-height:1.4;  
padding:5px !important;  
vertical-align:middle;
background:#FCFEE2;
border:solid 1px #999;
}  
  
input[type="checkbox"],  
input[type="radio"] {  
vertical-align:text-bottom;  
}  
*/
input[type="submit"],
input[type=button] {
	padding: 0.1em;
}

input#keyword1 {
	height: 30px !important;
}

select {
	padding: 0;
	font-size: 14px !important;
	height: 30px !important;
}

/*select {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
}*/
.form_wrap {
	margin: 5px auto;
}

.form_wrap_bt {
	margin: 15px auto;
}

.form_wrap_bt input[type="submit"] {
	background: #ddfcdd;
	background-image: -webkit-linear-gradient(top, #ddfcdd, #93c795);
	background-image: -moz-linear-gradient(top, #ddfcdd, #93c795);
	background-image: -ms-linear-gradient(top, #ddfcdd, #93c795);
	background-image: -o-linear-gradient(top, #ddfcdd, #93c795);
	background-image: linear-gradient(to bottom, #ddfcdd, #93c795);
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	border: solid #fff 2px;
	text-decoration: none;
	width: 80px;
}

.form_wrap_bt input[type="submit"]:hover {
	background: #0ac720;
	background-image: -webkit-linear-gradient(top, #0ac720, #1b961b);
	background-image: -moz-linear-gradient(top, #0ac720, #1b961b);
	background-image: -ms-linear-gradient(top, #0ac720, #1b961b);
	background-image: -o-linear-gradient(top, #0ac720, #1b961b);
	background-image: linear-gradient(to bottom, #0ac720, #1b961b);
	text-decoration: none;
}

.form_wrap_bt input[type="button"] {
	background: #ebebeb;
	background-image: -webkit-linear-gradient(top, #ebebeb, #b0b0b0);
	background-image: -moz-linear-gradient(top, #ebebeb, #b0b0b0);
	background-image: -ms-linear-gradient(top, #ebebeb, #b0b0b0);
	background-image: -o-linear-gradient(top, #ebebeb, #b0b0b0);
	background-image: linear-gradient(to bottom, #ebebeb, #b0b0b0);
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	border: solid #ccc 2px;
	text-decoration: none;
	width: 80px;
}

.form_wrap_bt input[type="button"]:hover {
	background: #c4c4c4;
	background-image: -webkit-linear-gradient(top, #c4c4c4, #949494);
	background-image: -moz-linear-gradient(top, #c4c4c4, #949494);
	background-image: -ms-linear-gradient(top, #c4c4c4, #949494);
	background-image: -o-linear-gradient(top, #c4c4c4, #949494);
	background-image: linear-gradient(to bottom, #c4c4c4, #949494);
	text-decoration: none;
}

/* for IE6 */
* html input {
	padding: 0.1em;
}

* html input.checkbox,
* html input.radio {
	vertical-align: -0.3em;
}

* html input.submit {
	line-height: 1.2;
	padding-top: 0.2em;
}

* html select {
	vertical-align: -0.2em;
}

/* for IE7 */
*+html input {
	padding: 0.1em;
}

*+html input.submit {
	line-height: 1.2;
	padding-top: 0.2em;
}

*+html select {
	vertical-align: -0.2em;
}

/* for Opera9.27 */
html:first-child input {
	padding: 0.1em;
}

html:first-child input[type="checkbox"],
html:first-child input[type="radio"] {
	vertical-align: middle;
}

html:first-child input[type="submit"] {
	padding: 0.3em;
}

html:first-child select {
	padding: 0.2em;
}

/* for Opera9.5 [Safari3] */
body:first-of-type input {
	padding: 0.1em;
}

body:first-of-type input[type="checkbox"],
body:first-of-type input[type="radio"] {
	vertical-align: -0.3em;
}

body:first-of-type input[type="submit"],
body:first-of-type input[type=button] {
	padding: 0.3em 0.3em 0.2em 0.3em;
}

/* for Safari3 */
html:not(:only-child:only-child) input {
	padding: 0;
	vertical-align: baseline;
}

html:not(:only-child:only-child) input[type="checkbox"],
html:not(:only-child:only-child) input[type="radio"] {
	vertical-align: baseline;
}

html:not(:only-child:only-child) select {
	vertical-align: 0.1em;
}

input[type=button],
input[type=button]:hover {
	padding: 0.3em 0.3em 0.2em 0.3em;
}

table {
	border: none;
	border-spacing: 0;
	margin: 0 auto 20px;
	font-size: 1.0em;
	width: 98%;
}

th,
td {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	padding: 10px;
}

caption {
	text-align: left;
}

/* ---------------------------------------- font */
body {
	font-size: 16px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0 auto;
	background: url(../images/bodybg.gif) repeat-x center top #F0EEE8;
	width: 100%;
	display: table;
	/* background-attachment:fixed;*/
	word-break: break-all;
}

#pagewrap {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

/* ---------------------------------------- header */
#header {
	margin: 0 auto;
	padding: 0;
	height: 137px;
	width: 960px;
	display: block;
}

#header .header_wrap {
	width: 100%;
	height: 90px;
	display: block;
	position: relative;
}

#header .header_wrap .left p.logo {
	z-index: 1;
	margin: 0;
	padding: 15px 0 0;
}

#header .header_wrap .left p.logo a {
	width: 330px;
	height: 64px;
	display: block;
	/*text-indent:-9999em;*/
	z-index: 1;
}

#header .header_wrap .left p.logo a:hover {
	background-color: #fff;
	opacity: 0.2;
}

#header .header_wrap .right {
	width: 163px;
	height: 70px;
	display: block;
	position: relative;
}

#header .header_wrap .right .login {
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.stxt {
	font-size: 0.7em;
	line-height: 1.3;
	color: #666;
}

.sstxt {
	font-size: 0.8em;
	line-height: 1.3;
	color: #666;
	background: #f0f0f0;
	text-align: center;
	border-bottom: solid 1px #ccc;
}

.ltxt {
	font-size: 1.5em;
	line-height: 1.3;
}

/* ---------------------------------------- navi
naviは、gnavi.css
*/



/* ---------------------------------------- contents */
.content_body {
	width: 960px;
	margin: 0px;
	padding: 0;
	position: relative;
}

.c_wrap {
	width: 100%;
	display: block;
	margin: 0px auto;
	background: #FFF;
}

.main_image {
	width: 100%;
	height: 380px;
	display: block;
	background: url(../images/bg_80.png) repeat;
	margin-bottom: 0;
	padding: 15px 0 0;
}

#content {
	min-height: 600px;
	display: block;
	width: auto;
	margin: 10px auto;
	padding: 0 0 20px 0;
}

#content_makecontent {
	background: #f5f5f5;
	min-height: 600px;
	display: block;
	width: 920px;
	margin: 20px auto;
	padding: 20px;
}

.contents {
	margin: 0 auto 0px;
	padding: 0;
	/*background:#FFF !important;*/
}

.contents .left {
	width: auto;
	float: left;
	/*margin-right:20px;*/
}

.contents .right {
	width: 281px !important;
	float: right;
	margin: 28px 0 0 0;
}

.pico_body .right {
	text-align: right;
}

/* ---------------------------------------- 文字 -- */
.contents p {
	margin: 0 0 20px 0;
	padding: 0;
}

/* ---------------------------------------- Topic Path -- */
.contents .topic-path {
	font-size: 0.8em;
	line-height: 1.5;
	margin: 0px 0px 10px 0px;
	padding: 0 3px 3px 3px;
	color: #666;
	background: #eee;
	text-align: left;
}

.contents .topic-path a {
	color: #F00;
	padding: 3px;
}

.contents .topic-path a:hover {
	color: #000;
	background-color: #600;
}

.sub_cont {
	clear: both;
}

.sub_image {
	height: 100px;
	margin-left: 65px;
}

ul.inner_list {
	margin: 10px 15px;
}

/* -- カテゴリタイトル -- */
.sidetitle {
	padding: 0.5em 0;
	border-bottom: 1px solid #666666;
}

#sidebar a:hover img,
img.imghover:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#sidebar {
	float: right;
	width: 281px;
	min-height: 250px;
	margin: 17px 0px 0 0;
	padding: 5px 0px;
}

#sidebar div {
	margin: 0 auto;
	padding: 5px 0px;
	width: 274px;
	text-align: center;
}

#sidebar div.right div.RightBlock div.BlockContent p {
	margin: 0;
	padding: 0;
}

div.dial {
	width: 240px !important;
	height: auto;
	margin: 0 !important;
	padding: 5px;
	background: #fff;
	-moz-box-shadow: 1px 2px 2px #999;
	-webkit-box-shadow: 1px 2px 2px #999;
	box-shadow: 1px 2px 2px #999;
	border: solid 3px #093;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	/* Firefox用 */
}

table.thism {
	margin: 0 0 0 0 !important;
	padding: 0 !important;
	width: 100%;
}

table.thism tr td.ten {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

table.thism tr td.st {
	margin: 0 auto;
	padding: 0 0 5px 3px;
	text-align: center;
}

div.c_wrap {
	margin: 10px 0;
	width: 100%;
}

.pico_breadcrumbs,
.bulletin_breadcrumbs,
#flatdata_Breadcrumbs {
	font-size: 10px !important;
	margin: 0px 0px 20px 0px;
	border-bottom: dotted 1px #666 !important;
	width: auto;
	color: #666;
}

.pico_breadcrumbs a,
.bulletin_breadcrumbs a,
#flatdata_Breadcrumbs a {
	color: #063;
	text-decoration: none;
}

.pico_breadcrumbs a:hover,
.bulletin_breadcrumbs a:hover,
#flatdata_Breadcrumbs a:hover {
	background: #FFC;
}

.rightBlock {
	margin: 20px 0 0 0;
	padding: 0 !important;
	overflow: hidden;
	width: 281px;
}

.rightblockTitle {
	margin: 0;
	padding: 5px 0 5px 15px !important;
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	background: url(../images/cmenutitlebg.png) no-repeat;
	/*border-left:solid 5px #060;*/
	color: #fff;
}

.rightblockContent {
	min-height: 20px;
	padding: 0 0 20px 0 !important;
	margin: 0 !important;
	width: 281px;
}

.rightblockContent p {
	margin: 0;
	padding: 0;
}

.rightblockContent dl {
	margin: 0;
	padding: 0;
}

.rightblockContent dl li {
	margin: 0;
	padding: 0 !important;
	border-bottom: solid 1px #fff;
	border-left: solid 2px #0F0;
	color: #060;
	background: #F9F8ED !important;
	/*box-shadow:inset 0 0 50px rgba(0,0,0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.3);*/
}

.rightblockContent dl li a {
	min-height: 10px;
	width: 265px !important;
	display: block;
	margin: 0;
	padding: 5px !important;
}

.rightblockContent dl li a:hover {
	background: #090;
	color: #fff;
}

.RightBlock h2.BlockTitle {
	width: 100%;
	margin: 0 0 0px 0 !important;
	padding: 5px 15px;
	border-left: solid 5px #063;
	background: #fff;
}

.BlockContent {
	margin: 0;
	padding: 0 !important;
}

ul.menu_list {
	margin: 0;
	border-top: solid 1px #ccc;
}

ul.menu_list li {
	list-style-type: none;
}

ul.menu_list li a {
	padding: 10px;
	width: 100%;
	min-height: 20px;
	display: block;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-size: 0.9em;
	background: #FAF9F1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

ul.menu_list li a:hover {
	background: #090;
	color: #fff;
	text-decoration: none;
}

/* ---------------------------------------- #footer */
#footer {
	clear: both;
	margin: 0px auto;
}

.mapicon {
	background: url(../images/mapicon.png) no-repeat bottom left;
	padding: 10px 0 0 25px;
}

.mapicon a {
	color: #000;
	text-decoration: underline;
}

.mapicon a:hover {}

.footerbody a:hover img {
	color: #ccc;
}

.copyright {
	margin: 0 auto;
	padding: 20px 0 50px 0;
	text-align: center;
	color: #000;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

.copyright_f {
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	color: #666;
	font-size: 0.7em;
}

.f_menu {
	font-size: 0.75em;
}

.f_menu a {
	color: #333;
	padding: 0 5px;
}

.f_menu a:hover {
	color: #039;
}

#bg {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 100%;
	height: 100%;
}

#bg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}

button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	padding: 9px 14px;
	background: #060;
}

button.css3button:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	cursor: pointer;
}

.form_txt {
	font-size: 0.8em;
	color: #000;
	padding: 0 50px;
}

.form_txt input {
	padding-bottom: 5px;
}

.form_txt input[type="text"],
.form_txt textarea,
.form_txt select {
	border: #663 solid 1px;
	padding: 3px;
	background: #FFC;
}

.form_txt input[type="submit"] {
	border: #F60 solid 1px;
	margin: 10px;
	padding: 3px 3px 3px 3px;
	background: #F60;
	color: #fff;
	font-weight: bold;
}

.form_txt input[type="reset"],
.form_txt input[type="button"] {
	border: #666 solid 1px;
	padding: 3px;
	background: #eee;
	color: #333;
	font-weight: normal;
}

#access {
	margin: 10px auto;
	width: 830px;
}

#access iframe {
	width: 830px;
	border: solid 1px #ccc;
}

.block {
	display: block;
}

.block_index {
	width: 100%;
	min-height: 100px;
	display: block;
	margin: 0;
	padding: 0;
}

.block_index p {
	width: 860px;
	margin: 0 auto;
	padding: 0;
}

.cont_block {
	width: 630px;
	margin: 0 30px 50px;
	padding: 0;
	display: block;
}

.cont_block h2 {
	background: url(../contents/images/h1bg.png) no-repeat;
	width: 629px;
	height: 52px;
	display: block;
	margin: 0 auto;
	padding: 13px 28px;
	border: none;
}

.cont_block h3 {
	width: 610px;
	border-bottom: dotted 1px #ccc;
}

.cont_block p {
	width: 600px;
	margin: 0 20px 30px !important;
	padding: 0;
	display: block;
}

.cont_block ol {
	margin: 0 40px 30px !important;
	width: 560px;
}

.none {
	display: none;
}

.fade,
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

div.img {
	margin: 0 auto 100px;
	width: 619px;
}

hr {
	border: none;
	border-bottom: dotted 1px #666;
	margin: 0 auto 30px;
	page-break-before: always;
}

#floatMenu {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* ---------------------------------------- table deco */
.bordered {
	border: solid #ccc 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
}

.bordered tr:hover {
	background: #fbf8e9;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.bordered td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}

.bordered th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
	text-align: center !important;
}

.bordered th {
	background-color: #f9f1dc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf9eb), to(#f9f1dc));
	background-image: -webkit-linear-gradient(top, #fcf9eb, #f9f1dc);
	background-image: -moz-linear-gradient(top, #fcf9eb, #f9f1dc);
	background-image: -ms-linear-gradient(top, #fcf9eb, #f9f1dc);
	background-image: -o-linear-gradient(top, #fcf9eb, #f9f1dc);
	background-image: linear-gradient(top, #fcf9eb, #f9f1dc);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	max-width: 750px !important;

}

.bordered td:first-child,
.bordered th:first-child {
	border-left: none;
}

.bordered th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

.bordered th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

.bordered th:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}

table.ichiran {}

table.ichiran td {
	text-align: center;
	width: 16.6%;
}

table.seibi {
	width: 560px;
	border-collapse: collapse;
}

table.seibi tbody th,
table.seibi tbody tr {
	width: 90%;
	padding: 0;
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}

table.seibi tbody td {
	width: 46px;
	text-align: center;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

table.seibi tbody td a {
	width: 46px;
	height: 25px;
	vertical-align: middle;
}

table.seibi tbody td a:hover {
	background: #FF9;
}


ul#usermenu li {
	display: inline;
	margin-right: 1px;
	padding: 5px 10px;
	background: #fff;
	font-size: 0.8em;
}

.rightblock {
	width: 281px;
	overflow: hidden;
}

.rightblockContent ul {
	margin: 0;
	padding: 0;
}

.rightblockContent ul li {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	background: #fff;
}

.rightblockContent ul li a {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	width: 100%;
	height: auto;
	display: block;
}

.jquery-ui-accordion-contents {
	min-height: 70px !important;
	background: #F0EAE1 !important;
}

table.pico_form_table {
	padding: 20px;
	border: solid 10px #fff;
	width: 920px !important;
}

table.pico_form_table th {
	background: #eee;
	border-bottom: dotted 1px #ccc;
	padding: 10px;
	font-size: 0.75em;
}

table.pico_form_table td {
	background: #f5f5f5;
	border-bottom: dotted 1px #ccc;
	padding: 10px;
	font-size: 0.85em;
}

.pico_breadcrumbs {
	margin: 0 0 20px 0;
	padding: 0;
}

/* ---------------------------------------- pico */
.pico_wrap {
	background: #FFF;
	width: 650px;
}

.pico_body {
	background: #FFF;
	margin: 0 !important;
	padding: 0px 30px 40px !important;
	min-height: 500px;
	width: 590px;
	position: relative;
	overflow: hidden;
}

.pico_body h1+p {
	margin: 30px 0 20px 0;
	padding: 0 25px;
}

.pico_body p,
.pico_body table,
.pico_body h2,
.pico_body h3,
.pico_body h4,
.pico_body h5,
.pico_body h6,
.itemBody p {
	text-align: justify;
	text-justify: inter-ideograph;
}

.pico_body p,
.pico_body div div,
.pico_body div p.noshade {
	margin: 0 20px 20px 20px;
	/*padding:0 10px 10px !important;*/
	width: auto;
	line-break: strict;
	display: block;
}

.pico_body div p {
	min-height: 100px;
	width: auto;
	display: block;
}

.pico_body div p.noshade {
	min-height: 150px;
	width: auto;
	display: block;
}

.pico_body div.kakomi p {
	min-height: 20px;
	width: auto;
	display: block;
	margin: 10px 0 !important;
	padding: 0 !important;
}

.pico_body div.left {
	margin: 0 0 20px;
	width: 540px;
}

.pico_body ul {
	margin: 10px 0px 20px 10px;
	padding: 0 25px 5px !important;
}

.pico_body table td ul {
	margin: 10px 0px 10px 10px;
	padding: 5px 5px 5px 10px !important;
}

.pico_body table td ul li {
	margin-bottom: 0px !important;
}

.pico_body ul.m90 {
	margin: 10px 0px 20px 90px;
	padding: 0 10px 5px !important;
	width: 400px;
}

.pico_body ul.m90 li {
	width: 470px;
}

.pico_body ol {
	margin: 10px 0px 20px 30px;
	padding: 0 10px 5px !important;
}

.pico_body ol.kakko {
	margin: 10px 0px 10px 0px;
	padding: 0 10px 5px !important;
}

ul li,
ol li {
	width: auto;
	margin-bottom: 10px;
}

.pico_body ol.kakko li {
	width: auto;
	margin-bottom: 0px;
}



table.list tbody tr:nth-child(odd) {
	background-color: #eee;
}

.pico_body table tbody tr th,
table.border tbody tr th {
	color: #ffffff;
	padding: 5px;
	background-color: #63B544;
	white-space: nowrap;
	vertical-align: middle !important;
	text-align: center !important;
	font-size: 1.0em !important;
}

div.recruit {
	margin: 0;
	padding: 0;
}

div.recruit h4 {
	margin: 0 10px 15px 10px;
	padding: 0 0 0 0 !important;
}

.pico_body .recruit table th {
	width: 140px;
}

.pico_body table tbody tr td {
	padding: 5px;
}

.pico_body table tbody tr td img {
	margin: 5px;
	text-align: center;
	/*-webkit-box-shadow: 0px 1px 1px 1px #999;
	-moz-box-shadow: 0px 1px 1px 1px #999;
	box-shadow: 0px 1px 1px 1px #999;*/
}

.pico_body table tbody tr td.center {
	text-align: center;
}

table.border,
table.border tbody tr th,
table.border tbody tr td {
	border-collapse: collapse;
	border: solid 1px #ccc !important;
}

table.border tr td ul {
	margin: 0 0 0 20px !important;
}

/* search */
table.border_none {
	background-color: transparent;
	margin: 0 20px 0px;
}

table.border_none th {
	color: #fff;
	text-align: right;
	background-color: transparent;
	white-space: nowrap;
	padding: 5px;
}

table.border_none td {
	text-align: left;
	background-color: transparent;
	padding: 5px;
}

table.w580 {
	width: 560px !important;
}

table.w580 tr td table {
	max-width: 200px !important;
	margin: 0 !important;
}

.middle,
table.middle tr td,
table.middle tr th {
	vertical-align: middle !important;
}

.pico_body table tbody tr td p {
	margin: 0;
	padding: 0px;
}

.pico_body table tbody tr td ul {
	margin: 10px 0 10px 20px;
	padding: 0px 0px 5px 0px;
}

.itemBody {
	background: #FFF;
	margin: 0px 0 0 0 !important;
	padding: 0px !important;
	min-height: 500px;
	width: 630px;
	position: relative;
	overflow: hidden;
}

.itemBody+p {
	margin: 30px 0 20px 0;
	padding: 0 25px;
	width: 540px;
}

.itemText {
	padding: 0 40px 40px !important;
}

.itemText p,
.itemText table,
.itemText h2,
.itemText h3,
.itemText h4,
.itemText h5,
.itemText h6 {
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: strict;
}

.itemText h3 {
	padding: 5px 0 0 15px !important;
}

.itemBody p {
	margin: 0 0px 20px !important;
	padding: 0 0px 5px;
	width: auto;
	line-break: strict;
	display: block;
}

.itemBody ul,
.itemBody ol {
	margin: 0 0px 20px 35px !important;
	padding: 0 10px 5px !important;
}

.itemBody ul ol,
.itemBody ol ol {
	margin: 5px 0px 20px 0px !important;
	padding: 10px 10px 10px !important;
}

.itemBody ul li,
.itemBody ol li {}

.itemBody table td img {
	margin: 5px;
	text-align: center;
	/*	-webkit-box-shadow: 0px 1px 1px 1px #999;
	-moz-box-shadow: 0px 1px 1px 1px #999;
	box-shadow: 0px 1px 1px 1px #999;*/
}

.pico_body div p img,
.itemBody div p img {
	margin: 0px 10px;
	text-align: center;
	/*-webkit-box-shadow: 0px 1px 1px 1px #999;
	-moz-box-shadow: 0px 1px 1px 1px #999;
	box-shadow: 0px 1px 1px 1px #999;*/
}

div p.shadow img,
td.shadow img {
	margin: 0px auto;
	text-align: center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.itemBody table td.center {
	text-align: center;
}

.itemBody table td.middle {
	vertical-align: middle;
}

.itemText p:first-child {
	margin: 20px 0 20px 0;
}

hr.notification {
	display: none;
}

.pico_controllers {
	font-size: 0.8em;
	margin: 15px 0;
}

#content form {
	width: 100%;
	padding: 20px 0;
}

#content form.adv_search_form {
	width: 100%;
	padding: 0 0 0 0;
}

table.outer {
	font-size: 0.8em;
	margin: 0 auto;
	/*min-height:300px;*/
	/*max-width:600px;*/
	/* X */
}

table.outer td.head {
	padding: 5px;
	vertical-align: middle;
	background: #F5F2EB;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
	color: #69655c;
}

table.outer td.odd {
	padding: 10px;
	background: #f1f1f1;
}

form table.bordered {
	max-width: 650px !important;
	overflow: hidden !important;
}

table.bordered th {
	padding: 10px;
	vertical-align: middle;
	background: #CECBB9;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
	color: #333;
	max-width: 650px !important;
}

td.head {
	padding: 5px;
	vertical-align: middle;
	background: #F2EFEC;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
	color: #69655c;
	max-width: 650px !important;
}

td.odd {
	padding: 10px;
	background: #f1f1f1 !important;
	max-width: 490px !important;
}

td.even {
	padding: 10px;
	background: #eee;
	max-width: 490px !important;
}

/* --------------------------------------------------
   coder Table
-------------------------------------------------- */
.outer {
	border-spacing: 0;
	border: 1px solid #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 1px 1px #CCC;
}

.outer th,
.outer td {
	padding: 10px;
	background: #fff;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
}

.outer th {
	/*background:#e3dcd5;*/
	background: #278024;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
	/*color:#69655c;*/
	color: #fff;
	font-size: 1.2em;
}

/* -----------------------
  左上角丸　最初の行の最初のセル
----------------------- */
.outer tr:first-child th:first-child,
.outer tr:first-child td:first-child {
	-webkit-border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	-o-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

/* -----------------------
  右上角丸　最初の行の最後のセル
----------------------- */
.outer tr:first-child th:last-child,
.outer tr:first-child td:last-child {
	-webkit-border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0;
	-o-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

/* -----------------------
  左下角丸　最後の行の最初のセル
----------------------- */
.outer tr:last-child th:first-child,
.outer tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
	-o-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}

/* -----------------------
  右下角丸　最後の行の最後のセル
----------------------- */
.outer tr:last-child th:last-child,
.outer tr:last-child td:last-child {
	-webkit-border-radius: 0 0 6px 0;
	-moz-border-radius: 0 0 6px 0;
	-o-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}

/* --------------------------------------------
  thaed,tbodyを使う場合の設定
-------------------------------------------- */
.outer thead th {
	background: #e3dcd5;
}

.outer thead+tbody th {
	background: #f4ede6;
}

.outer tbody th {
	text-align: left;
}

/*IE*/
/* -----------------------
  左上角丸 thead内　最初の行の最初のセル
----------------------- */
.outer thead tr:first-child th:first-child,
.outer thead tr:first-child td:first-child {
	-webkit-border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	-o-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

/* -----------------------
  右上角丸 thead内　最初の行の最後のセル
----------------------- */
.outer thead tr:first-child th:last-child,
.outer thead tr:first-child td:last-child {
	-webkit-border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0;
	-o-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

/* -----------------------
  角丸なし　thaedの後のtbody 最初の行の最初のセル
  角丸なし　thaedの後のtbody 最初の行の最後のセル
----------------------- */
.outer thead+tbody tr:first-child th:first-child,
.outer thead+tbody tr:first-child td:first-child,
.outer thead+tbody tr:first-child th:last-child,
.outer thead+tbody tr:first-child td:last-child {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

/* -----------------------
  左下角丸　thaedの後のtbody 最後の行の最初のセル
----------------------- */
.outer thead+tbody tr:last-child th:first-child,
.outer thead+tbody tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
	-o-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}

/* -----------------------
  右下角丸　thaedの後のtbody 最後の行の最後のセル
----------------------- */
.outer thead+tbody tr:last-child th:last-child,
.outer thead+tbody tr:last-child td:last-child {
	-webkit-border-radius: 0 0 6px 0;
	-moz-border-radius: 0 0 6px 0;
	-o-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}

form#storyform {
	padding: 10px;
	background: #E6E0D9;
}

form#storyform input.inp_news_title {
	margin: 0px 0px 0px;
	padding: 5px;
	width: 636px;
	border-bottom: solid 1px #666;
}

h3.sf {
	width: 630px;
	font-size: 1.0em;
	margin: 0 0px 0px;
	padding: 5px 10px 2px !important;
	border-bottom: 1px solid #090;
	background: url(../images/cmenutitlebg.png) repeat-x;
	color: #fff !important;
	font-weight: normal !important;
	text-align: left;
}

ul.bulletin_block_category_new {
	list-style-type: none !important;
}

.arrow,
ul.bulletin_block_category_new li {
	background: url(../images/ss_arrow.png) no-repeat left bottom !important;
	padding: 5px 10px 5px 25px !important;
	font-size: 0.8em !important;
}

#centerBlocks,
#centerBlocksContainer {
	max-width: 630px;
	background-color: transparent;
}

.bulletin_cont {
	float: left;
}

.bulletin_body {
	width: 630px;
}

.itemBody {}

ul.bulletin_submenu {
	margin: 0;
	padding: 0 !important;
	border-bottom: solid 1px #fff;
	color: #060;
	width: 280px;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.3);
}

ul.bulletin_submenu li {
	margin: 0;
	padding: 0;
	position: relative;
}

ul.bulletin_submenu li div.bulletin_date {
	position: absolute;
	top: 8px;
	left: 5px;
	width: 70px;
	font-size: 0.8em;
	margin: 0;
	padding: 0 !important;
	color: #666;
}

ul.bulletin_submenu li a {
	margin: 0;
	padding: 5px 5px 5px 80px;
	width: 195px;
	min-height: 20px;
	border-top: dotted 1px #fff;
	border-bottom: dotted 1px #BABDB7;
	background: #EDFDE3 !important;
	font-size: 0.9em;
}

ul.bulletin_submenu li a:hover {
	background: #060 !important;
	color: #fff !important;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* flat */
table.bordered_flat {
	*border-collapse: collapse;
	/* IE7 and lower */
	border-spacing: 0;
	width: 960px;
	margin: 0px auto 0 !important;
	background: #FFF;
	border: solid #ccc 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
	font-size: 0.9em;
}

.bordered_flat tr:hover {
	background: #fbf8e9;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.bordered_flat td,
.bordered_flat th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}

.bordered_flat th {
	background-color: #f9f1dc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf9eb), to(#f9f1dc));
	background-image: -webkit-linear-gradient(top, #fcf9eb, #f9f1dc);
	background-image: -moz-linear-gradient(top, #fcf9eb, #f9f1dc);
	background-image: -ms-linear-gradient(top, #fcf9eb, #f9f1dc);
	background-image: -o-linear-gradient(top, #fcf9eb, #f9f1dc);
	background-image: linear-gradient(top, #fcf9eb, #f9f1dc);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	max-width: 750px !important;
}

.bordered_flat td:first-child,
.bordered_flat th:first-child {
	border-left: none;
}

.bordered_flat th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

.bordered_flat th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

.bordered_flat th:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.bordered_flat tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}

.bordered_flat tr:last-child td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}

th.head {
	color: #666;
}

.pico_container {
	width: auto;
	height: auto;
	display: block;
	overflow: hidden;
}

.login {
	width: 100% !important;
	height: auto;
}

.pico_controllers_in_menu a {
	font-size: 0.8em !important;
	color: #C6C6C6 !important;
}

.pico_submit {
	width: 50%;
	text-align: center;
	margin: 10px auto !important;
	padding: 10px !important;
}

ul.pico_list_contents {
	margin: 0px;
	padding: 20px;
	width: 610px;
	min-height: 400px;
	background: #FFF;
}

ul.pico_list_contents li {
	margin: 0 20px;
}

ul.pico_list_contents_in_menu {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	clear: both;
	background: #FFF;
}

ul.pico_list_contents_in_menu li {
	display: block;
	margin: 0;
	padding: 10px 0;
	border-bottom: dotted 1px #666;
	width: auto;
	height: auto;
}

ul.pico_list_contents_in_menu li div.date {
	margin: 0 0 0 25px;
	color: #666;
	font-size: 0.9em;
	width: 90px;
	float: left;
}

ul.pico_list_contents_in_menu li div.menu_title {
	float: right;
	margin: 0;
	width: 530px;
}

dl.pico_subcategory {
	padding: 20px;
}

dl.pico_subcategory dt {
	background: url(../images/ico_dir.gif) no-repeat;
	padding: 5px 0 5px 35px;
	margin: 5px 0;
}

dl.cmenu {
	margin: 0 0 10px;
	width: 100%;
	font-size: 0.9em;
}

dl.cmenu dd ul li {
	background: #fff !important;
}

dt.cmenuTitle:nth-of-type(1) {
	margin: 0;
	padding: 5px 0 5px 15px !important;
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	background: #060;
}

dt.cmenuTitle a {
	color: #fff;
	text-decoration: none;
}

dt.cmenuTitle {
	margin: 0;
	padding: 5px 0 5px 15px !important;
	display: block;
	font-size: 1.0em;
	text-decoration: none;
	background: url(../images/cmenutitlebg.png) no-repeat;
	border-left: solid 5px #060;
	width: auto;
}

li.cmenucont {
	margin: 0;
	padding: 0 !important;
	border: none !important;
	width: auto;
}

li.cmenucont div.active {
	margin: 0 !important;
	padding: 5px 10px !important;
	border-bottom: solid 1px #ccc;
	border-left: solid 5px #060;
	color: #060 !important;
	height: auto;
	width: 260px !important;
	display: block;
	background: #FF6 !important;
	vertical-align: middle;
	font-weight: bold;
}

li.cmenucont a.fade {
	margin: 0 !important;
	padding: 5px 5px 5px 10px !important;
	border-bottom: solid 1px #ccc;
	border-left: solid 5px #060;
	color: #060;
	width: 260px !important;
	background: #fff !important;
	text-decoration: none;
}

li.cmenucont a:hover.fade {
	background: #060 !important;
}

ul#usermenu {
	background: #fff;
	width: 280px;
	overflow: hidden;
}

ul#usermenu li {
	border-left: none !important;
	margin: 0;
	padding: 0;
}

ul#usermenu li a {
	padding: 5px 25px;
	width: auto;
}

li.userMenuAdmin {
	margin: 0;
	padding: 0;
	height: 10px !important;
}

.loginb {
	width: 100%;
	text-align: center;
}

.loginb input[type="submit"] {
	width: 200px;
	margin: 10px auto !important;
	padding: 5px 10px;
	font-size: 1.0em;
	font-weight: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #74b807;
	padding: 9px 18px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #77d42a), color-stop(100%, #5cb811));
	background: -moz-linear-gradient(center top, #77d42a 5%, #5cb811 100%);
	background: -ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color: #77d42a;
	color: #ffffff;
	display: inline-block;
	text-shadow: 1px 1px 0px #528009;
}

.loginb input[type="submit"]:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #b8e356), color-stop(100%, #a5cc52));
	background: -moz-linear-gradient(center top, #b8e356 5%, #a5cc52 100%);
	background: -ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color: #77a809;
}

table.pico_pagenavigation {
	margin: 0;
	padding: 0;
	width: 610px;
}

table.pico_pagenavigation tr td {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

table.pico_pagenavigation tr td div.pico_nav_arrow_left {
	background: url(../images/pico_nav_arrow_left.png) no-repeat left middle;
	padding-left: 30px;
	text-align: left;
}

table.pico_pagenavigation tr td div.pico_nav_arrow_center {
	background: url(../images/pico_nav_arrow_top.png) no-repeat center top;
	padding: 0px;
	text-align: center;
}

table.pico_pagenavigation tr td div.pico_nav_arrow_right {
	background: url(../images/pico_nav_arrow_right.png) no-repeat right middle;
	padding-right: 30px;
	text-align: right;
}

/* ---------------------------------------- contents */

.end {
	background: #eee;
	color: #666;
}

.bold {
	font-weight: bold;
}

.under {
	text-decoration: underline;
}

.red {
	color: #F00;
}

.green {
	color: #063;
}

.orange {
	color: #F90;
}

.no1 {
	/* */
}

.stxt {
	/* */
}

.gmap {
	background: url(../images/ico_gmap.gif) no-repeat;
	padding: 0 0 0 20px;
}

.pdf {
	background: url(../images/ico_pdf.gif) no-repeat;
	padding: 0 0 0 20px;
}

.excel {
	background: url(../images/ico_xls.gif) no-repeat;
	padding: 0 0 0 20px;
}

.word {
	background: url(../images/ico_doc.gif) no-repeat;
	padding: 0 0 0 20px;
}

table.folder td a {
	background: url(../images/ico_folder-16.png) no-repeat;
	padding: 0 0 0 20px;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.zip {}

div.title {
	margin: 0 5px 5px;
	padding: 0 !important;
	font-weight: bold;
}

td.td_title {
	background: #CAECC6;
	width: 300px !important;
}

.pic_txt {
	min-height: 50px;
	width: 550px !important;
	display: block;
}

.link_gyosei {
	background: #B0DF97 !important;
}

.link_hotline {
	background: #FF9 !important;
}

.link_sjss {
	background: #FFE6A2 !important;
}

div.imp {
	background: #FF9;
	margin-bottom: 20px;
	padding: 20px 20px 10px !important;
}

div.imp h4 {
	font-size: 1.35em;
	font-weight: normal;
	margin: 0 auto 10px;
	padding: 0 5px !important;
	border-bottom: 2px solid #F00;
	background: #fff;
	text-align: left;
	width: auto;
}

div.imp h5 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 auto 10px !important;
	padding: 0;
	border-bottom: 1px dotted #666;
	background: #FEFFD9;
	text-align: left;
	width: auto;
}

div.imp p {
	margin: 0 auto 20px;
	padding: 0 !important;
}

div.imp dl dd {
	margin: 0 auto;
}

div.imp ol,
div.imp ul,
div.imp dl {
	margin: 0 auto 10px;
	padding: 0;
	width: auto;
}

.lead {
	font-weight: bold;
}

.caution {
	margin: 10px 5px;
	padding: 5px;
	background: #FF9;
	font-size: 0.9em;
}

.kakomi {
	margin: 0 20px 20px;
	padding: 0 15px !important;
	border: solid 1px #999;
	background: #FF9;
}

.kakomi-wh {
	margin: 0 0 20px !important;
	padding: 0 0px !important;
	border: solid 2px #202a57;
	background: #fff;
}

table.recall,
table.recall tbody tr th,
table.recall tbody tr td {
	border-collapse: collapse;
	border: solid 1px #fff !important;
	margin: 0;
	padding: 0;
}

table.recall tbody tr td a {
	margin: 1px;
	padding: 3px;
	min-width: 100px;
	height: 20px;
	display: block;
	text-align: center;
	background: #FF9;
}

table.recall tbody tr td:hover a:hover {
	color: #fff;
	background: #090;
}

.point {
	background: #FAC8FB;
	clear: both;
}

div.point {
	margin: 10px 20px !important;
	padding: 5px 10px 3px !important;
	line-height: 1.0;
}

ol,
ul,
dl {
	margin: 10px 0 10px 0;
	padding: 10px 0 0 25px;
	width: auto;
}

li,
dd {
	margin: 0;
	padding: 0 0px 0px 0;
}

ol ol {
	margin: 0px 0px 10px 0px !important;
	padding: 10px !important;
	/*border:solid 1px #ccc;*/
	width: 100%;
}

li ol,
ol ul,
ol ul li:last-child {
	margin-bottom: 0 !important;
}

ol ol li,
ol.kakko li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	padding-left: 2.65em;
	/*1em（1文字）分、右に動かす*/
	text-indent: -2.65em;
	/*最初の行だけ1em（1文字）分、左に動かす*/
}

ol ol li:before,
ol.kakko li:before {
	display: marker;
	content: "（" counter(cnt) "）";

}

ol ol li:last-child,
ol.kakko li:last-child {
	/*padding: 0px 0px 0px 0;*/
	/*text-indent: -2.65em;*/
	/*最初の行だけ1em（1文字）分、左に動かす*/
	/*margin-bottom: 0 !important;*/
}

ol.kome {
	list-style-type: none;
	padding-left: 1em !important;
	display: block;
}

ol.kome li {
	text-indent: -1em;
	padding-left: 1em;
}

ol.kome li:before {
	display: marker;
	content: "※";
	text-indent: -3.5em;
	/*最初の行だけ1em（1文字）分、左に動かす*/
}

.edit_icon {
	float: left;
}

.centerCcolumn,
.centerCblock {
	width: 630px !important;
	overflow: hidden;
}

.kakomi ol,
.kakomi ul {
	margin: 15px 20px 0 20px !important;
	padding: 0;
}

.kakomi ol li,
.kakomi ul li {
	width: 500px;
	margin-bottom: 10px;
}

.kakomi p {
	margin: 15px 20px !important;
	padding: 0;
}

div.kakomi table {
	width: 100% !important;
	margin: 5px !important;
	padding: 0 !important;
}

.fukidashi {
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
	width: 300px !important;
	float: right;
}

.fukidashi p:first-child {
	margin: 10px !important;
	padding: 10px !important;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5;
}

.fukidashi:after,
.fukidashi:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.fukidashi:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #88b7d5;
	border-width: 15px;
	top: 50%;
	margin-top: -15px;
}

.fukidashi:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #c2e1f5;
	border-width: 20px;
	top: 50%;
	margin-top: -20px;
}

.imgright10px img {
	padding-right: 10px;
}

.about_this {
	width: 281px !important;
	min-height: 40px;
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
}

.about_this ul {
	list-style-type: none;
	position: absolute;
	top: 10px;
	left: 10px;

}

.about_this ul li {
	background: url(../../top/images/ss_arrow.png) no-repeat left bottom;
	padding: 5px 10px 5px 25px;
	font-size: 0.8em;

}


.tab_list table {
	background: #fff;
}

.tab_list table tr td {
	font-size: 1.2em !important;
	background: #DEF3DA !important;
	border-collapse: collapse;
}

#sf {
	/*background:#f1f1f1;
	border:solid #fff 1px;*/
	width: 100%;
}

#sf form {
	/*	width:94%;
	margin:0px auto 0;
	text-align:center;
	padding:10px 0;*/
}

td.saitama-shi-title {
	background: #DEF2AA;
	padding: 0 5px !important;
	border-bottom: dotted 2px #090;
}

td.saitama-shi-td a {
	background: #70B542 !important;
}

form.searhform {
	width: 100%;
	margin: 0 auto !important;
	padding: 0 !important;
	text-align: left;
	vertical-align: middle;
}

form.sform {
	width: 100%;
	margin: 0 auto !important;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
}

form.sform input#keyword1,
form.sform select#select1,
form.sform select#select2 {
	padding: 2px;
	background: #060;
	color: #fff;
}

*form.sform select {
	vertical-align: middle;
	height: 21px;
}

*input#keyword1 {
	/* IE7 */
	vertical-align: bottom;
	height: 14px;
}

/* ---------------------------------------- FAQ */
ul.simpleFAQ_list {
	margin: 0;
	padding: 0;
}

.simpleFAQ_list li {
	list-style: none;
}

.simpleFAQ_item {
	margin: 0 10px !important;
}

.simpleFAQ_list .question {
	margin: 0 0 20px 10px;
	padding: 0 0 0 62px !important;
	background: transparent url('../images/plus.png') left center no-repeat;
	cursor: pointer;
	text-indent: -45px;
	/*border-bottom:dotted 1px #090;
		min-height:50px;*/
}

.simpleFAQShowing .question {
	padding-left: 18px;
	background: transparent url('../images/minus.png') left center no-repeat;
	font-weight: bold;
}

.simpleFAQ_list .simpleFAQHover {
	color: #060;
	background: url('../images/plus.png') left center no-repeat #FFC;
}

.simpleFAQ_item .answer {
	margin: 0 0 2em 1em;
	border: 3px solid #FF9;
	padding: 0.4em;
}

.simpleFAQ_item .answer table,
.simpleFAQ_item .answer table tr td table {
	width: 94% !important;
}

.simpleFAQ_item .answer img {
	margin: 0 0 1em 0;
	padding: 10px;
	border: solid 1px #ccc;
}

.simpleFAQ_item .answer table tr td blockquote {
	margin: 0 !important;
	padding: 0 !important;
}

.simpleFAQ_item .tags {
	display: none;
}

.search_body {
	background: #fff;
	margin: 0 auto;
	padding: 20px;
	width: 600px;
}

.search_body h3 {
	width: 585px;
	background: #393;
	color: #fff;
	padding: 7px 0 3px 10px !important;
}

.search_body h4.search {
	font-size: 1.0em;
	font-weight: normal;
	margin: 0 auto 5px;
	padding: 3px 0px 0px 10px !important;
	border-bottom: 1px dotted #666;
	background: #f0f0f0;
	text-align: left;
	width: 585px;
}

form.search_box {
	background: #51A23B;
	padding: 10px;
	margin: 0;
}

ul.search_result {
	width: 580px;
	margin: 0 auto 20px;
	overflow: hidden;
}

.more {
	text-align: center;
	background: #fff;
	padding: 3px 5px;
	width: 30%;
	margin: 0 auto 20px;
	font-size: 0.8em;
}

.search_navi {
	margin: 0 auto;
	width: 25%;
	height: 10px;
	display: block;
	text-align: center;
}

.search_body form {
	width: 600px !important;
	margin: 0 auto;
}

.itemPermaLink {
	display: none;
}

.bnr_search_d {
	width: 100%;
	margin: 50px auto 20px;
}

.bnr_search_d .dial_search {
	width: 300px;
	margin: 0 auto;
	padding: 5px;
	background: #fff;
	-moz-box-shadow: 1px 2px 2px #999;
	-webkit-box-shadow: 1px 2px 2px #999;
	box-shadow: 1px 2px 2px #999;
	border: solid 3px #093;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	/* Firefox用 */
}

/* ----------------------------- 20191026 add */

.btnk {
	display: inline-block;
	max-width: 90%;
	min-width: 120px;
	background-color: #fff;
	text-align: center;
	border: 2px solid #3A8F2E;
	font-size: 16px;
	color: #9ec34b;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 16px;
	border-radius: 4px;
	transition: .4s;
}

.btnk:hover {
	background-color: #3A8F2E;
	border-color: #3A8F2E;
	color: #FFF;
}

.btnk_no {
	display: inline-block;
	max-width: 90%;
	min-width: 120px;
	background-color: #f0f0f0;
	text-align: center;
	border: 2px solid #bbb;
	font-size: 16px;
	color: #666 !important;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 16px;
	border-radius: 4px;
	transition: .4s;
}

.btnk_no:hover {
	background-color: #ccc;
	border-color: #ccc;
	color: #FFF;
}

/* 20181201-ダウンロード */
/* アコーディオン */
.accordion_accept {
	background-color: #f0f0f0;
	padding: 10px 0 10px;
	width: 90%;
	margin: 0 auto 20px;
}

.ac_container {
	width: auto;
	margin: 0 auto;
}

.ac_container {
	width: 80%;
	text-align: center;
	background: #ff9b9b;
	margin: 0 auto 20px;
	padding: 20px 20px 10px;
	position: relative;
	display: block;
	min-height: 80px;
	color: #fff;
}

.ac_container label {
	font-weight: bold;
	vertical-align: bottom;
	cursor: pointer;
}

.ac_container label:hover {
	background: rgba(255, 155, 155, 0.9);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ac_container label:after {
	color: #fff;
}

.ac_container input:checked~label::after {
	color: #fff;
}

.ac_container input {
	/*display: none;*/
}

.ac_container div.ac_small {
	background: rgba(255, 255, 255, 0.9);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	padding: 0;
	z-index: 10;
	transition:
		height 0.3s ease-in-out,
		box-shadow 0.6s linear;
}

.ac_container input:checked~div.ac_small {
	transition:
		height 0.5s ease-in-out,
		box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3);
}

.ac_container div.ac_small p {
	color: #000;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
}

.ac_small dd {
	color: #000;
	text-align: left;
	width: 90%;
}

/* 高さの定義 */
.ac_container input:checked~div.ac_small {
	min-height: 120px;
}

.ac_container input:checked~div.ac_medium {
	height: 200px;
}

.ac_container input:checked~div.ac_large {
	height: 300px;
}

/* ------------------------------ */

.accordion {
	width: 550px;
	margin: 0 auto 10px;
	padding: 10px;
}

.accordion .ac-content {
	margin: 0 10px;

	background: #fff;
}

.accordion .ac-content div,
.accordion .ac-content label {
	display: inline-block;
}

.accordion .ac-content-close {
	width: 100%;
	text-align: right;
}

.accordion .ac-content-close label {
	background-color: #eee !important;
	text-align: center;
	font-size: 12px;
	background-image: none;
	width: 80px;
	margin: 0 auto;
	padding: 5px !important;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	/* Firefox用 */
}

.accordion .ac-content-close label:hover {
	background: #ccc !important;
	color: #fff !important;
}

.accordion input {
	display: none;
}

.accordion .ac-content label.head_acc {
	/*background-image:url(images/arrow_down.png);
	background-repeat:no-repeat;
	background-position:2% 50%;*/
	display: block;
	cursor: pointer;
	padding: 10px 10px 10px 10px;
	border: 1px solid #063;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Goole Chrome用 */
	-moz-border-radius: 5px;
	/* Firefox用 */
	text-align: center;
}

.accordion label:hover.head_acc {
	background: #063;
	color: #fff;
	/*background-image:url(images/arrow_down_wh.png);
	background-repeat:no-repeat;
	background-position:2% 50%;*/
}

.accordion .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	background: #fff;
	padding: 0 10px;
	text-align: left;
}

.accordion input:checked+.ac-cont {
	height: auto;
	padding: 10px;
}

.arrow_wrap {
	display: block;
	vertical-align: bottom;
	margin: 0 auto;
	padding: 15px;
}

table td p,
table.list td p {
	line-height: 1.5 !important;
	margin: 0 0 4px !important;
	padding: 2px 5px 0 !important;
	min-height: 1px !important;
}

.mailmag {
	width: 203px;
	margin: 0;
	padding: 0;
}

ul.inline {
	margin: 0;
	padding: 0;
	display: inline-table;
	width: 780px;
}

ul.inline li {
	margin: 0;
	padding: 0;
	display: table-cell;
	list-style-type: none;
}

.greenbg {
	padding: 4px 5px;
	background-color: #FF0;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}

h3.fes {
	padding: 5px 0 2px 5px;
	position: relative;

}

.fes:after {
	clear: both;
}

div.urllink {
	margin: 0 0 10px !important;
}

.urllink>a {
	background-color: #f0f0f0;

	padding: 4px 8px;
	border-radius: 3px;
}

.ijyo {
	width: 100%;
	margin-bottom: 40px;
	display: block;
	text-align: right;
}


.table_underborder {
	border-collapse: collapse;
	width: 100%;
}

.table_underborder th,
.table_underborder td {
	border-bottom: 1px solid #bebebe;
	padding: 1em;
}

.table_underborder th {
	border-bottom: 1px solid #8b8b8b;
	;
	font-weight: bold;
	text-align: center;
	width: 70%;
	min-width: 4em;
}