@charset "utf-8";
/**************************
property reset,tool
**************************/

* {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style-type: none;
}

img {
	border: 0;
}

table, th, td {
	border: none;
}

form {
	display: inline;
}

br.clear, p.clear {
	clear: both;
	/* font-size:0;
	line-height:0; */
	height: 0;
}

#contents p.clear {
	clear: both;
	/* font-size:0;
	line-height:0; */
	height: 0;
	margin: 0 1em 0;
}

.clear {
	clear: both;
}

.clearfix:after, #headerWrap:after, #contentsWrap:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
	/* for IE6/7 */
}

a {
	overflow: hidden;
}

body {
	font-size: 90%;
	/*	text-align: center;
	font-size:small !important;
	font-size:x-small;*/
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, Sans-Serif;
	color: #000000;
	line-height: 1.5;
}

body {
	-webkit-text-size-adjust: 100%;
}

input[type="text"], textarea, select {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, Sans-Serif;
}

/*----------------------------------------------------
	link
----------------------------------------------------*/

a:link {
	color: #003296;
	text-decoration: underline;
}

a:visited {
	color: #880088;
	text-decoration: underline;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

a:active {
	color: #cc0000;
	text-decoration: underline;
}

/*----------------------------------------------------
	読み飛ばし用リンク
----------------------------------------------------*/

.skip {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: -100px;
	z-index: 9999;
}

/**************************
Layout Format
**************************/

#headerWrap {
	background: url("images/headerBack.png") no-repeat center bottom;
	height: 200px;
}

#headerWrap2 {
	width: 950px;
	margin: 0 auto;
	height: 200px;
	padding: 0 15px;
	position: relative;
}

#header {
	/*	text-align: left;*/
	overflow: hidden;
}

#headerRight {
	width: 203px;
	overflow: hidden;
	position: absolute;
	top: 27px;
	left: 762px;
	z-index: 1;
}

#header h1, #header p#siteID {
	margin-top: 14px;
}

#header p#address {
	margin-left: 55px;
	margin-top: 12px;
	color: #0C3151;
	font-size: 95%;
}

#header p#toTopPage {
	margin-top: 65px;
}

#pamphL {
	float: left;
}

#pamphR {
	float: right;
}

#workers {
	position: absolute;
	top: 55px;
	left: 632px;
}

#footerBack {
	background: #EEE;
}

#footer {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	;
	padding: 25px 0;
	/*  text-align: left;*/
}

#footer p#footerID {
	font-weight: bold;
	font-size: 110%;
}

#footer p {
	font-size: 95%;
}

#footer address {
	font-size: 95%;
	font-style: normal;
	margin-left: 10px;
	margin-top: 10px;
}

#footer address a {
	padding: 3px 1px 3px 6px;
	background: #0C3151;
	border-radius: 4px;
	color: #FFF;
	text-decoration: none;
}

#footer address a:hover {
	color: #CC0;
}

#bottomBack {
	background: #062F53;
}

#bottomMenu {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 5px 0;
	color: #FFF;
	text-align: left;
	overflow: hidden;
}

#bottomBack ul {
	float: left;
}

#bottomBack ul li {
	display: inline;
	background: url("images/bottomArrow.png") no-repeat left center;
	padding-left: 10px;
	margin-right: 15px;
}

#bottomBack ul li a {
	color: #FFF;
	text-decoration: none;
}

#copyright {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

#orangeMenu {
	width: 950px;
	margin: 0 auto;
	padding: 45px 0;
	text-align: left;
	color: #0C3151;
	overflow: hidden;
}

#orangeMenu ul li {
	border: 1px solid #FAAF29;
	padding: 0 25px;
	background: url("images/blockCMenuBack.png") no-repeat right center #FAF6EB;
	width: 256px;
	float: left;
	margin: 5px;
	font-size: 110%;
}

#orangeMenu ul li.rightEnd {
	margin-right: 0;
}

#orangeMenu ul li a {
	color: #0C3151;
	text-decoration: none;
	display: block;
	padding: 20px 0;
}

#topicPath {
	background: #EEE;
}

#topicPath p {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	color: #666;
	font-size: 95%;
	padding: 10px 0;
}

#topicPath p a {
	color: #666;
	text-decoration: none;
}

#contentsWrap {
	padding-top: 35px;
	overflow: hidden;
	background-color: #FFF;
}

#container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	/*	text-align: left;*/
	overflow: hidden;
}

#contents {
	width: calc(100% - 290px);
	float: right;
}

#wide #contents {
	width: 950px;
	float: none;
	margin: auto;
}

#localNavi {
	width: 240px;
	float: left;
	font-size: 100%;
	margin-bottom: 30px;
}

#localNavi h2 {
	padding: 10px 15px;
}

#localNavi ul {
	margin: 5px 10px 10px;
}

#localNavi ul li {
	border-bottom: 1px solid #D2D2D2;
}

#localNavi ul li a {
	display: block;
	padding: 10px 5px 10px 27px;
	color: #1F1F1F;
	text-decoration: none;
}

#localNavi ul li ul {
	margin: 5px 0 10px 20px;
	display: none;
}

#localNavi ul li.open ul,
#localNavi ul li a.active+ul {
	display: block;
}

#localNavi ul li ul li {
	border: none;
}

#localNavi ul li ul li a {
	padding: 3px 0 3px 12px;
}

#localNavi ul li ul li ul {
	margin: 0 0 20px 10px;
}

#red #localNavi ul li ul li ul li a {
	background: url("images/bullet.png") no-repeat left 10px;
}

#red #localNavi ul li ul li ul li a:hover, #red #localNavi ul li ul li ul li a.active {
	background: url("images/bullet.png") no-repeat left 10px #F8DADA;
}

/**************************
Green Template
**************************/

#green #contentsWrap {
	border-bottom: 2px solid #0F890F;
}

#green #contents h1 {
	color: #10550B;
	background: url("images/h1BackGreen.png") no-repeat left top #E1F0E1;
}

#green #contents h2 {
	color: #10550B;
	background: url("images/h2BackGreen.png") no-repeat left center;
	border-bottom: 2px solid #0F890F;
}

#green #localNavi {
	background: #F3FFF3;
	border: 1px solid #33A437;
	color: #1F1F1F;
}

#green #localNavi h2 {
	color: #FFF;
	background: url("images/localNaviGreen.png") no-repeat left top #2DA530;
}

#green #localNavi ul li a {
	background: url("images/liNaviGreen.png") no-repeat 5px 13px;
}

#green #localNavi ul li a:hover, #green #localNavi ul li a.active {
	background: url("images/liNaviGreen_on.png") no-repeat 5px 13px #CDE9CF;
	color: #C00;
}

#green #localNavi ul li ul li a {
	background: url("images/liNaviGreen2.png") no-repeat left 10px;
}

#green #localNavi ul li ul li a:hover, #green #localNavi ul li ul li a.active {
	background: url("images/liNaviGreen2_on.png") no-repeat left 10px #CDE9CF;
	color: #C00;
}

/**************************
Red Template
**************************/

#red #contentsWrap {
	border-bottom: 2px solid #B7585D;
}

#red #contents h1 {
	color: #651217;
	background: url("images/h1BackRed.png") no-repeat left top #F2DCE1;
}

#red #contents h2 {
	color: #651217;
	background: url("images/h2BackRed.png") no-repeat left center;
	border-bottom: 2px solid #651217;
}

#red #localNavi {
	background: #FFF1F2;
	border: 1px solid #B7585D;
	color: #1F1F1F;
}

#red #localNavi h2 {
	color: #FFF;
	background: url("images/localNaviRed.png") no-repeat left top #B7585D;
}

#red #localNavi ul li a {
	background: url("images/liNaviRed.png") no-repeat 5px 13px;
}

#red #localNavi ul li a:hover, #red #localNavi ul li a.active {
	background: url("images/liNaviRed_on.png") no-repeat 5px 13px #F8DADA;
	color: #C00;
}

#red #localNavi ul li ul li a {
	background: url("images/liNaviRed2.png") no-repeat left 10px;
}

#red #localNavi ul li ul li a:hover, #red #localNavi ul li ul li a.active {
	background: url("images/liNaviRed2_on.png") no-repeat left 10px #F8DADA;
	color: #000;
}

/**************************
Blue Template
**************************/

#wide #contentsWrap {
	border-bottom: 2px solid #062F53;
}

#wide #contents h1 {
	color: #002685;
	background: url("images/h1BackBlue.png") no-repeat left top #E5EFF8;
}

#wide #contents h2 {
	color: #0C3151;
	background: url("images/h2BackBlue.png") no-repeat left center;
	border-bottom: 2px solid #1C7DC1;
}

/**************************
Text Format
**************************/

#contents h1 {
	font-size: 160%;
	padding: 10px 25px;
	margin: 0 0 5px 0;
}

#contents h1.byImage {
	margin: 0 0 5px 0;
}

#contents h2 {
	margin: 0 0 15px 0;
	font-size: 140%;
	padding: 8px 0 8px 25px;
}

#contents h3 {
	font-size: 130%;
	color: #D83500;
	margin: 10px 0 10px 0;
	padding: 4px 0;
	border-bottom: 1px dotted #999;
}

#contents h4 {
	font-size: 110%;
	color: #6C4C26;
	margin: 10px 15px 10px 0;
}

#contents h5 {
	font-size: 95%;
	color: #333;
	margin: 0 0 5px 0;
}

#contents h6 {
	font-size: 95%;
	color: #333;
	margin: 0 0 5px 0;
}

#contents p {
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 15px;
	color: #333;
	/*	text-align:justify;*/
	text-justify: distribute;
}

#contents ul {
	margin: 0 20px 20px 10px;
}

#green #contents ul li {
	background: url("images/liGreen.png") no-repeat left 4px;
	padding-left: 17px;
}

#red #contents ul li {
	background: url("images/liRed.png") no-repeat left 4px;
	padding-left: 17px;
}

#wide #contents ul li {
	background: url("images/liBlue.png") no-repeat left 4px;
	padding-left: 17px;
}

#contents ol {
	margin: 0 20px 20px 35px;
}

#contents ol li {
	list-style-type: decimal;
	margin-left: 0.5em;
}

#contents ol.alpha li {
	list-style-type: lower-alpha;
}

#contents li {
	margin: 0 auto 5px;
	line-height: 180%;
	font-size: 100%;
}

#contents ul li ul {
	margin: 10px 0 0 0;
	font-size: 100%;
}

#wide #contents ul li ul li, #red #contents ul li ul li, #green #contents ul li ul li {
	background: url("images/liNaviRed2_on.png") no-repeat left 8px;
}

#contents ol li ul {
	margin: 10px 0;
	font-size: 100%;
}

#contents ol li ul li {
	list-style-type: none;
	background: url("images/liNaviRed2_on.png") no-repeat left 8px;
}

#wide #contents ul li ol li, #green #contents ul li ol li, #red #contents ul li ol li {
	background: none;
	padding-left: 10px;
}

#contents dl {
	margin-left: 10px;
	font-size: 90%;
}

#contents dt {
	font-weight: bold;
}

#contents dd {
	margin: 10px 0 20px 1em;
	line-height: 180%;
}

hr {
	border: dotted #999;
	border-width: 1px 0px 0px 0px;
	height: 1px;
	overflow: hidden;
	margin: 8px 0 16px;
	clear: both;
}

#contents table {
	margin: 0 15px 20px 0;
	border-collapse: collapse;
	border: 1px solid #999;
	line-height: 180%;
	empty-cells: show;
	font-size: 100%;
}

#contents caption {
	font-size: 105%;
	color: #000;
	text-align: left;
	margin-bottom: 5px;
}

#contents td, #contents th {
	border: 1px solid #999;
	padding: 5px 10px;
	vertical-align: top;
	line-height: 150%;
}

#contents th {
	color: #000;
	background: #EEE;
	text-align: left;
	font-weight: normal;
}

#contents td {
	background: #FFF;
}

#contents td p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

#contents td ul {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

#contents td ol {
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 100%;
}

#contents th.thCenter {
	text-align: center;
}

#contents th.thRignt {
	text-align: right;
}

#contents table td.vMiddle {
	vertical-align: middle;
}

#contents blockquote {
	color: #333;
	margin: 10px 20px;
	line-height: 150%;
	font-size: 90%;
	font-style: italic;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=90)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

p#toPageTop {
	width: 100%;
	max-width: 1100px;
	margin: 40px auto 0;
	text-align: right;
}

.otoiawase {
	border: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 50px;
}

#contents .otoiawase h2 {
	font-size: 110%;
	font-weight: bold;
	padding: 5px 10px;
	margin: 8px;
	border: none;
}

#contents .otoiawase p {
	margin: 0 10px 0 20px;
	font-size: 90%;
}

#contents .otoiawase p img {
	vertical-align: middle;
}

#green #contents .otoiawase {
	border: 1px solid #33A437;
}

#green #contents .otoiawase h2 {
	background: #E1F0E1;
	border-bottom: none;
}

#red #contents .otoiawase {
	border: 1px solid #B7585D;
}

#red #contents .otoiawase h2 {
	background: #F3DCE1;
	border-bottom: none;
}

#wide #contents .otoiawase {
	border: 1px solid #107BC4;
}

#wide #contents .otoiawase h2 {
	background: #D7E5F2;
	border-bottom: none;
}

#contents ul li ol li {
	list-style-type: decimal;
	list-style-image: none;
	background: none;
	padding: 0;
	margin: 10px 0;
}

.photoAreaL {
	float: left;
	margin: 0 20px 30px 0;
	border: 1px solid #CCC;
}

.photoAreaR {
	float: right;
	margin: 0 0 30px 20px;
	border: 1px solid #CCC;
}

#contents .photoAreaL p, #contents .photoAreaR p {
	margin: 0;
	padding: 5px;
	font-size: 90%;
	line-height: 120%;
	color: #333;
	text-align: center;
}

.photoAreaC {
	margin-bottom: 40px;
}

.photoAreaC p {
	text-align: center;
}

#contents p.marginZero {
	margin: 0;
	padding: 1px;
}

#contents p.marginZero img {
	border: 4px solid #FFF;
}

.dottedLine {
	border: dotted 2px #999;
	padding: 10px 30px;
	;
}

.kakomiDouble {
	margin: 0 0 20px;
	border: 3px #CCC double;
	padding: 15px 15px 0;
	overflow: hidden;
}

.kakomiDouble2 {
	margin: 0 0 20px;
	border: 3px #CCC double;
	padding-top: 15px;
	overflow: hidden;
}

.kakomiSingle {
	margin: 0 0 20px;
	border: 1px #CCC solid;
	padding: 0 20px;
	overflow: hidden;
}

.relative {
	position: relative;
}

.overflow {
	overflow: hidden;
}

.adobeReader {
	border: 1px solid #CCC;
	padding: 15px 20px 0;
	overflow: hidden;
}

.adobeBanner {
	float: left;
}

.adobeBanner img {
	margin-right: 20px;
}

#contents .adobeReader p {
	overflow: hidden;
	font-size: 85%;
}

#blockB table th {
	background: url("images/infoBlue.png") no-repeat left 12px;
}

table#information th {
	background: url("images/infoBlue.png") no-repeat left 12px;
}

table#information, table#information th, table#information td {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #CCC;
	padding: 8px 8px 8px 18px;
}

ul#yesNo {
	overflow: hidden;
}

#contents ul#yesNo li {
	width: 50%;
	float: left;
	background: none;
	text-align: center;
	padding: 0;
}

#indexMenu dl {
	margin: 0 10px 20px;
}

#indexMenu dt {
	background: url("images/liBlue.png") no-repeat left center;
	border-bottom: 1px dotted #ccc;
	font-size: 120%;
	padding: 5px 20px;
}

#indexMenu dd {
	color: #666;
	font-size: 100%;
	margin: 10px 10px 30px 20px;
}

#indexMenu a {
	display: block;
	color: #525252;
	text-decoration: none;
}

#indexMenu dd a {
	color: #00E;
	text-decoration: underline;
	background: url("images/liBlue.png") no-repeat left 6px;
	padding-left: 17px;
}

#indexMenu a:hover {
	background: #e8f5f7;
}

.kakomiIndex {
	border: 1px solid #CCC;
	border-top: none;
	padding-top: 20px;
}

#contents h2.kakomiIndex {
	border-top: 1px solid #CCC;
	margin-bottom: 0;
}

.column2 {
	width: 295px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}

#contents .column2 p {
	margin: 5px;
}

#contents .column2 h3 {
	border: none;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px;
}

#contents .column2 ul {
	margin: 0 5px 5px 15px;
}

#contents .column2 ul li {
	margin: 5px 0;
}

#contents .otoiawase p {
	font-size: 90%;
	margin: 0 10px 0 20px;
}

#contents .otoiawase p img {
	vertical-align: middle;
}

#contents table.formTable {
	width: 670px;
}

#contents table.formTable th {
	width: 170px;
}

#contents table.formTable th, #contents table.formTable td {
	padding: 12px 15px;
}

#contents table.formTable input {
	padding: 2px;
}

#contents table.formTable th .chushaku, #contents table.formTable td .chushaku {
	font-weight: normal;
	color: #60C;
}

#contents table.formTable th .chushaku2 {
	font-weight: normal;
	color: #F00;
}

#contents table.formTable th .hissu {
	color: #900;
}

#contents p#sendMail {
	text-align: center;
}

#contents p#sendMail input {
	padding: 13px 15px;
}

#contents table.newsTable, #contents table.newsTable th, #contents table.newsTable td {
	border: none;
}

#contents table.newsTable th, #contents table.newsTable td {
	border-bottom: 2px dotted #CCC;
	padding: 15px 5px;
}

#contents table.newsTable th {
	background: none;
	font-weight: normal;
	white-space: nowrap;
}

#contents table.newsTable th.date {
	width: 120px;
}

#contents table.newsTable td.cateIcon {
	width: 65px;
}

/**************************
Text Format
**************************/

#contents .textGray {
	color: #999;
}

#contents .textBlueBold {
	color: #4d66cc;
	font-weight: bold;
}

#contents .textPurple {
	color: #6A5ACD;
}

#contents .textGraySmall {
	color: #999;
	font-size: 80%;
}

#contents .textStandard {
	font-size: 90%;
}

#contents .textSmallRight {
	font-size: 84%;
	text-align: right;
}

#contents .textBackBlue {
	color: #FFF;
	background-color: #036;
	padding: 2px 5px;
}

#contents .textPink {
	line-height: 1.5;
	font-weight: bold;
	font-size: 120%;
	color: #cc4d00;
	text-decoration: none;
}

#contents table.tableBorderNone3, #contents .tableBorderNone3 th, #contents .tableBorderNone3 td {
	border: none;
}

#contents .tableBorderNone3 th, #contents .tableBorderNone3 td {
	padding: 20px;
}

#contents table.tableBorderNone4, #contents .tableBorderNone4 th, #contents .tableBorderNone4 td {
	border-left: none;
	border-right: none;
}

#contents .tableBorderNone4 th, #contents .tableBorderNone4 td {
	padding: 6px;
}

#contents table.tableBorderNone5, #contents .tableBorderNone5 th, #contents .tableBorderNone5 td {
	border: none;
}

#contents .tableBorderNone5 th, #contents .tableBorderNone5 td {
	padding: 5px;
}

#contents table.tableBorderNone6, #contents .tableBorderNone6 th, #contents .tableBorderNone6 td {
	border: none;
	line-height: 140%;
	font-size: 100%;
	padding: 0 0 3px 0;
	margin: 5px 10px 10px 0;
}

#contents p.noIndent {
	margin: 0 0 15px;
}

#contents p.comment3 {
	padding-left: 20px;
	text-indent: -1em;
	font-size: 90%;
}

#contents p.comment4 {
	padding-left: 40px;
	text-indent: -1em;
	font-size: 90%;
}

.arrowRight2 {
	background: url("images/arrow.png") no-repeat left 7px;
	padding-left: 20px;
}

#contents table.tableDesign1 {
	border: none;
	margin-top: 10px;
}

#contents table.tableDesign1 th, #contents table.tableDesign1 td {
	border: none;
	border-bottom: 1px solid #999;
	padding: 10px 5px;
}

#contents table.tableDesign1 th {
	background: #F9F9F9;
}

#contents table.tableDesign1 td {
	padding-left: 20px;
}

#contents table.tableDesign2 {
	border: none;
	margin-top: 10px;
}

#contents table.tableDesign2 th, #contents table.tableDesign2 td {
	border: none;
	border-bottom: 1px dotted #CCC;
	padding: 5px;
}

#contents table.tableDesign2 th {
	background: #EEE;
}

#contents table.tableDesign3, #contents .tableDesign3 th, #contents .tableDesign3 td {
	border: none;
	padding: 10px;
}

.backBlue {
	background: #E6F7FF
}

.backPink {
	background: #FFEEFF
}

.backPurple {
	background: #EEEEFF
}

.backGray {
	background: #F0F0F0;
}

.backOrange {
	background: #FFF3E8;
}

.backYellow {
	background: #FFFFF1
}

.otoiawase {
	margin-top: 40px;
	border: 2px solid #DDD;
	padding-bottom: 10px;
}

.cLeft {
	float: left;
}

.cRight {
	float: right;
}

#contents .text_Red {
	color: red;
}

#contents .text_Green {
	color: #20B2AA;
}

#contents .textSmall {
	font-size: 80%;
}

#contents .textLarge {
	font-size: 110%;
}


#contents table.tableBorderNone,
#contents .tableBorderNone th,
#contents .tableBorderNone td {
	border: none;
	padding: 0;
}

#contents table.tableBorderNone2,
#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
	border: none;
}

#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
	padding: 10px;
}

a.link_PDF {
	padding: 5px 0 5px 20px;
	background: url("images/pdficon.gif") no-repeat left 5px;
}

a.link_Word {
	padding: 5px 0 5px 20px;
	background: url("images/word.gif") no-repeat left 5px;
}

a.link_Excel {
	padding: 5px 0 5px 20px;
	background: url("images/excel.gif") no-repeat left 5px;
}

#contents ul li.link_PDF {
	padding: 5px 0 5px 25px;
	background: url("images/pdficon.gif") no-repeat left 5px;
}

#contents p.textIndent {
	margin-left: 3em;
}

#contents p.comment1 {
	background: url("images/kome.gif") no-repeat left 6px;
	padding-left: 20px;
}

#contents p.comment2 {
	text-indent: -1em;
	margin-left: 2em;
}

.arrowRight {
	background: url("images/arrow.png") no-repeat left center;
	padding-left: 20px;
}


.externalLink {
	background: url("images/link.gif") no-repeat left center;
	padding-left: 24px;
}

.backGreen {
	background: #EEFFF7
}

.backRed {
	background: #FFEEFF
}

#contents p.imgLeft {
	float: left;
	margin-right: 20px;
}

#contents p.imgRight {
	float: right;
	margin-left: 20px;
}

img.imgLeft {
	float: left;
	margin-right: 20px;
}

img.imgRight {
	float: right;
	margin-left: 20px;
}

.menuList {
	overflow: hidden;
	margin: 20px 0 50px;
}

.menuList ul {
	margin: 0;
	padding: 0;
}

.menuList ul li {
	width: 100%;
	background: none;
	padding: 0;
	list-style: none;
}

.menuList ul li a {
	border: 1px solid #CCC;
	border-radius: 6px;
	display: block;
	padding: 15px 20px 15px 30px;
	margin: 0 10px 10px;
	background: url(images/liOrange.png) no-repeat 10px center;
}

.menuList ul li a:hover {
	background: url(images/liOrange.png) no-repeat 10px center #EBEFF8;
}

a.pdfLink {
	padding: 5px 0 5px 20px;
	background: url(images/pdficon.gif) no-repeat left 5px;
}

a.wordLink {
	padding: 5px 0 5px 20px;
	background: url(images/word.gif) no-repeat left 5px;
}

a.excelLink {
	padding: 5px 0 5px 20px;
	background: url(images/excel.gif) no-repeat left 5px;
}

a.movieLink {
	padding: 5px 0 5px 22px;
	background: url(images/movie.gif) no-repeat left 8px;
}

a.new {
	padding: 5px 45px 5px 0;
	background: url(images/new.gif) no-repeat right center;
}

.centering {
	margin: auto !important;
}

.menuList2c *,
.menuList3c {
	box-sizing: border-box;
}

.menuList2c ul,
.menuList3c ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.menuList2c ul li {
	width: 49%;
	padding: 0;
	margin: 0 0 10px;
	background: none;
	list-style: none;
}

.menuList3c ul li {
	width: 32%;
	padding: 0;
	margin: 0 0 10px;
	background: none;
	list-style: none;
}

.menuList2c ul li a,
.menuList3c ul li a {
	display: block;
	border: 1px solid #CCC;
	border-radius: 10px;
	background: url(images/liTriangle.png) no-repeat 10px center;
	padding: 20px;
}

img.wcv_ww_newwindowicon {
	padding-left: 6px;
}

.linkBox {
	background: #F3F3F3;
	padding: 20px 20px 15px;
}

.linkBox p {
	background: url(images/linkBoxBack.png) no-repeat right center #FFF;
	border: 1px solid #CCC;
	padding: 8px 20px;
	margin: 0 0 5px;
}

.linkBox p a {
	display: block;
}

#home .linkBox {
	padding: 0;
}

#home .linkBox p {
	background: none;
	border: none;
	padding: 0;
}

p.none {
	visibility: hidden;
}


.text_blue {
	color: #006DD9;
}

.text_green {
	color: #006633;
}

.text_red {
	color: #990000;
}

.text_black {
	color: #000;
}

.textRed {
	color: red;
}

.textBlueBold {
	color: #4d66cc;
	font-weight: bold;
}

.textPurple {
	color: #6A5ACD;
}

.textGreen {
	color: #00827D;
}

.textGray {
	color: #999;
}

.textGraySmall {
	color: #999;
	font-size: 80%;
}

.textSmall {
	font-size: 80%;
}

.textLarge {
	font-size: 130%;
}

.backYellow {
	background: #FFFFFA;
}

.backPink {
	background: #fff6fa;
}

.backBlue {
	background: #f6faff;
}

.backOrange {
	background: #fff8ee;
}

.textRedSmall {
	color: red;
	font-size: 0.8em;
}

.textPurpleSmall {
	color: #6A5ACD;
	font-size: 0.8em;
}

.textGreenSmall {
	color: #00827D;
	font-size: 0.8em;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.wcv_ww_fileicon {
	vertical-align: middle;
}


a#btnAccess {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding: 6px 1px 6px 10px;
	background: #093052;
	border-radius: 4px;
	color: #FFF;
	text-decoration: none;
	font-size: 95%;
	margin-left: 1em;
}

a#btnAccess:hover {
	opacity: 0.9;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 20px auto;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.w80 {
	width: 80%;
	margin: auto;
}

.w50 {
	width: 50%;
	margin: auto;
}

.w50l {
	width: 50%;
}


@media screen and (max-width:479px) {
	body {
		min-width: 100%;
		-webkit-text-size-adjust: 100%;
	}

	body * {
		box-sizing: border-box;
		max-width: 100%;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	#textsize, #bgcss, #workers {
		display: none;
	}

	#accessibility_bar {
		padding: 2px;
		overflow: visible;
	}

	#accessibility_bar #accessibility_bar_inner #accessibility_bar_inner2 {
		float: none;
		overflow: visible;
	}

	#accessibility_bar #accessibility_bar_inner #accessibility_bar_inner2 #searchform {
		position: absolute;
		top: 220px;
		right: calc(50% - 155px);
		float: none;
		margin: 0 auto;
		width: 310px;
		z-index: 100;
	}

	#header p#address {
		display: none;
	}

	#searchform .formarea .formtxtarea {
		width: 144px;
		height: 25px;
		border: 1px solid #CCC !important;
	}

	#headerWrap,
	#headerWrap2 {
		height: 205px;
	}

	#header h1, #header p#siteID {
		margin-top: 10px;
		text-align: center;
	}

	#header h1 img,
	#siteID img {
		width: 90%;
		height: auto;
	}

	#headerRight {
		width: 180px;
		top: 65px;
		left: calc(50% - 90px);
	}

	#headerRight p {
		margin-bottom: 5px;
	}

	#pamphL, #pamphR {
		width: 77px;
	}

	#headerWrap {
		background-size: 185%;
	}

	#footer {
		width: 100%;
		padding: 25px;
	}

	#footerID span,
	address span,
	address a {
		display: inline-block;
	}

	#footerID,
	address a {
		margin-bottom: 1em;
	}

	#bottomBack {
		padding: 10px;
	}

	#bottomBack ul,
	#copyright {
		float: none;
	}

	#bottomBack ul {
		margin-bottom: 20px;
	}

	#copyright {
		text-align: center;
		font-size: 0.8rem;
	}

	#bottomBack ul li {
		display: block;
		width: 100%;
		background: none;
		margin: 0 0 5px;
		padding: 0;
	}

	#bottomBack ul li a {
		display: block;
		padding: 4px 20px;
		border: 1px solid #617586;
		border-radius: 20px;
		color: #8997a4;
	}

	#header p#toTopPage {
		display: none;
	}

	#topicPath {
		display: none;
	}

	#contentsWrap {
		padding-top: 55px;
	}

	#contents {
		padding: 0 15px;
		margin-bottom: 80px;
		float: none;
		width: 100%;
	}

	#contents h1 {
		max-width: none;
		margin-left: -15px;
		width: calc(100% + 30px);
	}

	.photoAreaR,
	.photoAreaL {
		float: none;
		text-align: center;
		margin: 0 0 30px 0;
	}

	img.imgRight,
	img.imgLeft,
	.imgRight,
	.imgLeft,
	#contents p.imgRight,
	#contents p.imgLeft {
		float: none;
		text-align: center;
	}

	#localNavi {
		float: none;
		width: 100%;
		margin: 0;
	}

	p#toPageTop {
		margin: 0;
	}

	#green p#toPageTop {
		background: #008A00;
	}

	#red p#toPageTop {
		background: #b7585d;
	}

	#orangeMenu {
		padding: 8px 10px;
	}

	#orangeMenu ul li {
		width: 100%;
		float: none;
		margin: 0 0 5px;
	}

	#orangeMenu ul li a {
		padding: 10px 0;
	}

	#contents img {
		float: none !important;
		display: block;
		margin: 10px auto;
	}

	.adobeReader {
		display: none;
	}

	.tableWrap {
		overflow-x: scroll;
	}

	.tableWrap table {
		max-width: none;
	}

	#sitemapL,
	#sitemapR {
		float: none !important;
		width: 100% !important;
	}
	.w80 {
		width: 100%;
	}
	.w50, .w50l {
		width: 100%;
	}
}