@charset "UTF-8";


/*----------------------------------------
	container
----------------------------------------*/

#contents {
	float: left;
	width:680px;
}

#side_area,
.widget-area {
	float: right;
	width: 220px;
	position: sticky;
	top: 80px;
}

#side_area .sub_menu {
	margin-bottom: 20px;
	border-bottom: 3px solid #f4f4f4;
}

#side_area .sub_menu p {
	padding-bottom: 6px;
	color: #ffffff;
	font-weight: bold;
	font-size: 131%;
	padding-top: 6px;
	background:url(../img/cor/sub_menu_ttl_line.jpg) bottom left no-repeat;
}

#side_area .sub_menu p span {
	display:block;
	padding: 20px 13px 14px 13px;
	background:url(../img/cor/sub_menu_ttl_bg.jpg) top left no-repeat;
}


#side_area .sub_menu ul {
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}

#side_area .sub_menu li {
	border-bottom: 1px solid #d3d3d3;
	list-style: none;
}

#side_area .sub_menu li a {
	display:block;
	padding: 15px 10px;
	background:url(../img/cor/smenu_icon.gif) 95% center no-repeat;
}


#side_area .sub_menu li a:link,
#side_area .sub_menu li a:visited {
	color: #333333;
	text-decoration: none;
}

#side_area .sub_menu li a:hover,
#side_area .sub_menu li a:active {
	color: #cdcdcd;
	text-decoration: none;
}

#side_area .side_banner{
	margin-bottom: 10px;
}

#side_area .side_banner li {
	margin-bottom: 8px;
	list-style: none;
}


/*----------------------------------------
	page_title
----------------------------------------*/

.page_title {
	width: 100%;
	margin-bottom: 15px;
	background:url(../img/cor/page_ttl_bg.gif) top center repeat-x;
}


.page_title h1 {
	width: 950px;
	height: 63px;
	margin: 0 auto;
	padding: 23px 20px 0 20px;
	background:url(../img/cor/page_ttl_in_bg.gif) top left no-repeat;
}


/*----------------------------------------
	pan
----------------------------------------*/

#pan {
	clear: both;
	width: 936px;
	margin-bottom: 30px;
	padding-left: 14px;
	background:url(../img/cor/pan_home.gif) 0 4px no-repeat;
	font-size:85%;
}

#pan li {
	float: left;
	margin-right: 8px;
	list-style: none;
}

#pan li a {
	padding-right: 14px;
	background:url(../img/cor/pan_arrow.gif) right 5px no-repeat;
}




/*----------------------------------------
	title
----------------------------------------*/

.title01 {
	margin-bottom: 25px;
	padding-left: 5px;
	font-size: 146.5%;
	font-weight: bold;
	overflow:hidden;
	background: #404546; /* Old browsers */
	background: -moz-linear-gradient(top,  #818b8e 0%, #404546 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#818b8e), color-stop(100%,#404546)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #818b8e 0%,#404546 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #818b8e 0%,#404546 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #818b8e 0%,#404546 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #818b8e 0%,#404546 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818b8e', endColorstr='#404546',GradientType=0 ); /* IE6-9 */
}

/*IE hack*/
.title01 {
	width:675px\9; /* IE8 and below */
	*width:675px; /* IE7 and below */
	_width:675px; /* IE6 */
} 

:root .title01 {
	width:675px \0/; /* IE9 */
}

.title01_bg {
	padding: 15px 10px 15px 20px;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

/*IE hack*/
.title01_bg {
	width:654px\9; /* IE8 and below */
	*width:654px; /* IE7 and below */
	_width:654px; /* IE6 */
} 

:root .title01_bg {
	width:654px \0/; /* IE9 */
}


/*理事長挨拶のタイトル*/
.about_greeting_title01 .title01_bg{
	display:table;
	width:644px;
}

.about_greeting_title01 h2{
	display:table-cell;
	width:70%;
	vertical-align:middle;
}

.about_greeting_title01 p{
	display:table-cell;
	font-weight: normal;
	font-size:63%;
	text-align: right;
	vertical-align:bottom;
}



.title02 {
	margin-bottom: 15px;
	padding: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 116%;
	border: 1px solid #4e8ccf;
	border-radius: 5px;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	background: #71a3d9; /* Old browsers */
	background: -moz-linear-gradient(top,  #71a3d9 0%, #71a3d9 50%, #4e8ccf 50%, #4e8ccf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71a3d9), color-stop(50%,#71a3d9), color-stop(50%,#4e8ccf), color-stop(100%,#4e8ccf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #71a3d9 0%,#71a3d9 50%,#4e8ccf 50%,#4e8ccf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #71a3d9 0%,#71a3d9 50%,#4e8ccf 50%,#4e8ccf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #71a3d9 0%,#71a3d9 50%,#4e8ccf 50%,#4e8ccf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #71a3d9 0%,#71a3d9 50%,#4e8ccf 50%,#4e8ccf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71a3d9', endColorstr='#4e8ccf',GradientType=0 ); /* IE6-9 */
}

/*IE hack*/
.title02 {
	width:660px\9; /* IE8 and below */
	*width:660px; /* IE7 and below */
	_width:660px; /* IE6 */
} 

:root .title02 {
	width:660px \0/; /* IE9 */
}

.title02_bg {
	clear: both;
}

.title02 h2,
.title02 h3,
.title02 h4,
.title02_bg {
	padding: 2px 0 2px 16px;
	background:url(../img/common/title02_line.gif) left top repeat-y;
}

.title03 {
	margin-bottom: 15px;
	padding-bottom: 7px;
	font-size: 108%;
	background:url(../img/common/title03_line.gif) bottom left no-repeat;
}

.title03 h3,
.title03 h4,
.title03 h5 {
	min-height: 14px;
	height: auto !important;
	height: 14px;
	padding-left: 24px;
	background:url(../img/common/title03_icon.gif) 0 3px no-repeat;
}


.title04 {
	margin-bottom: 15px;
	padding: 10px 0;
	background:url(../img/common/title04.gif) top left repeat;
}

.title04 h3,
.title04 h4,
.title04 h5 {
	padding-left: 4px;
	background: #ffa133; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa133 0%, #ffa133 50%, #ff8a00 50%, #ff8a00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa133), color-stop(50%,#ffa133), color-stop(50%,#ff8a00), color-stop(100%,#ff8a00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffa133 0%,#ffa133 50%,#ff8a00 50%,#ff8a00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffa133 0%,#ffa133 50%,#ff8a00 50%,#ff8a00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffa133 0%,#ffa133 50%,#ff8a00 50%,#ff8a00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffa133 0%,#ffa133 50%,#ff8a00 50%,#ff8a00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa133', endColorstr='#ff8a00',GradientType=0 ); /* IE6-9 */
}

.title04 h3 span,
.title04 h4 span,
.title04 h5 span {
	display:block;
	padding-left:10px;
	background:url(../img/common/title04.gif) top left repeat;
}


.title05 {
	margin-bottom: 15px;
	color: #7e6b5a;
	font-weight: bold;
	font-size: 131%;
}


/*----------------------------------------
	txtarea
----------------------------------------*/

.txtarea {
	clear: both;
	margin: 0 10px 30px 10px;
}

.txtarea p {
	margin-bottom: 10px;
}

/*-----------------------------------------
	pager
-----------------------------------------*/

.pager {
	text-align:center;
}


.pager li {
	display:inline;
}

.pager li a {
	margin-right:5px;
	padding: 2px 8px;
	color: #666666;
	border: 1px #666666 solid;
	position:relative;
}

.pager li a:link,
.pager li a:visited {
	text-decoration: none;
}

.pager li a:hover,
.pager li a:active {
	background-color: #CCCCCC;
	text-decoration: none;
}

.pager li .current {
	margin-right:5px;
	padding: 2px 8px;
	background: #666666;
	border: 1px #666666 solid;
	color: #ffffff;
}
.pager li .prev,
.pager li .next {
	color: #999;
	padding: 0 8px;
}

.pager li a.prev,
.pager li a.next {
	border: none;
	margin: 0;
}

.pager li a.prev:link,
.pager li a.prev:visited,
.pager li a.prev:hover,
.pager li a.prev:active,
.pager li a.next:link,
.pager li a.next:visited,
.pager li a.next:hover,
.pager li a.next:active {
	background-color:#ffffff;
	color:#5abacc;
}

.pager li .grayout {
	padding-right: 15px;
	color: #999;
}

/*----------------------------------------
	table
----------------------------------------*/

.table_list01 {
	border:1px solid #d7d6c5;
	border-right:none;
	border-bottom:none;
	width:100%;
}

.table_list01 th {
	background-color:#efeddb;
	border:1px solid #d7d6c5;
	border-left:none;
	border-top:none;
	font-weight:normal;
	text-align: left;
	padding:7px 10px;
}

.table_list01 td {
	border:1px solid #d7d6c5;
	border-left:none;
	border-top:none;
	padding:7px 10px;
}



.table_list02 {
	border:1px solid #d7d6c5;
	border-right:none;
	border-bottom:none;
	width:100%;
}

.table_list02 th {
	background-color:#efeddb;
	border:1px solid #d7d6c5;
	border-left:none;
	border-top:none;
	font-weight:normal;
	padding:7px 10px;
}

.table_list02 td {
	border:1px solid #d7d6c5;
	border-left:none;
	border-top:none;
	padding:7px 10px;
}


/*----------------------------------------
	table_blue
----------------------------------------*/

.table_blue01 {
	border:1px solid #b7d2ef;
	border-right:none;
	border-bottom:none;
	margin-bottom:10px;
	width:100%;
}

.table_blue01 tr {
	text-align:left;
}

.table_blue01 tr th {
	background-color:#a6cbf6;
	border:1px solid #b7d2ef;
	border-left:none;
	border-top:none;
	border-bottom:none;
	font-weight:normal;
	text-align: center;
	padding:2%;
	color:#FFF;
}

.table_blue01 tr td {
	background-color:#f2f8ff;
	border:1px solid #b7d2ef;
	border-left:none;
	border-top:none;
	padding:2%;
	text-align:center;
}

.table_blue01 tr td.case {
	color:#4e8ccf;
	font-weight:bold;
}

.table_blue01 tr td.left {
	text-align:left;
}

.table_blue02 {
	border:1px solid #b7d2ef;
	border-right:none;
	border-bottom:none;
	margin-bottom:10px;
	width:100%;
}

.table_blue02 tr {
	text-align:left;
}

.table_blue01 tr:nth-child(odd) td,
.table_blue02 tr:nth-child(odd) td{
	background-color:#dbeafc;
}

.table_blue02 tr th {
	background-color:#a6cbf6;
	border:1px solid #b7d2ef;
	border-left:none;
	border-top:none;
	font-weight:normal;
	padding:2% 0;
	color:#FFF;
	text-align:center;
	table-layout: fixed;
}

.table_blue02 tr td {
	background-color:#f2f8ff;
	border:1px solid #b7d2ef;
	border-left:none;
	border-top:none;
	padding:2%;
	table-layout: fixed;
}

.table_blue02 tr td.case {
	color:#4e8ccf;
	font-weight:bold;
	text-align:center;
}


.table_blue_fbc {
	border:1px solid #b7d2ef;
	border-right:none;
	border-bottom:none;
	margin-bottom:10px;
	width:100%;
}

.table_blue_fbc tr {
	text-align:left;
}

.table_blue_fbc tr th {
	background-color:#a6cbf6;
	border:1px solid #b7d2ef;
	border-left:none;
	border-top:none;
	border-bottom:none;
	font-weight:normal;
	text-align: center;
	padding:2%;
	color:#FFF;
}

.table_blue_fbc tr td {
	background-color:#f2f8ff;
	border:1px solid #b7d2ef;
	border-left:none;
	border-top:none;
	padding:2%;
	text-align:center;
}

.table_blue_fbc tr td.case {
	background-color:#f2f8ff;
	border:1px solid #b7d2ef;
	border-left:none;
	border-top:none;
	padding:2%;
	color:#4e8ccf;
	font-weight:bold;
}

.table_blue_fbc tr td.blue {
	background-color:#dbeafc;
}

.table_blue_fbc tr td.left {
	text-align:left;
}


.table_blue03 {
	border:1px solid #93b9e2;
	border-right:none;
	border-bottom:none;
	width:100%;
}

.table_blue03 th {
	background-color:#4e8ccf;
	border:1px solid #93b9e2;
	border-left:none;
	border-top:none;
	font-weight:normal;
	text-align: left;
	padding:7px 10px;
	color: #fff;
}

.table_blue03 td {
	border:1px solid #93b9e2;
	border-left:none;
	border-top:none;
	padding:7px 10px;
}

/* table_orange */
.table_orange {
	border:1px solid #ccc;
	border-right:none;
	border-bottom:none;
	margin-bottom:10px;
	width:100%;
}

.table_orange tr {
	text-align:left;
}

.table_orange tr th {
	background-color:#f9654b;
	border:1px solid #c86756;
	border-left:none;
	border-top:none;
	font-weight:normal;
	padding:2% 0;
	color:#FFF;
	text-align:center;
	table-layout: fixed;
}

.table_orange tr td {
	background-color:#fff;
	border:1px solid #ccc;
	border-left:none;
	border-top:none;
	padding:2%;
	table-layout: fixed;
}

.table_orange tr td.case {
	background-color:#ff8a00;
	border:1px solid #ccc;
	border-left:none;
	border-top:none;
	padding:0;
	color:#4e8ccf;
	font-weight:bold;
	text-align:center;
}

.table_orange tr td.blue {
	background-color:#fff1e1;
}

/* table_green */
.table_green {
	border:1px solid #ccc;
	border-right:none;
	border-bottom:none;
	margin-bottom:10px;
	width:100%;
}

.table_green tr {
	text-align:left;
}

.table_green tr th {
	background-color:#b9d397;
	border:1px solid #8faa6c;
	border-left:none;
	border-top:none;
	font-weight:normal;
	padding:2% 0;
	color:#444;
	text-align:center;
	table-layout: fixed;
}

.table_green tr td {
	background-color:#fff;
	border:1px solid #ccc;
	border-left:none;
	border-top:none;
	padding:2%;
	table-layout: fixed;
}

.table_green tr td.case {
	background-color:#ff8a00;
	border:1px solid #ccc;
	border-left:none;
	border-top:none;
	padding:0;
	color:#4e8ccf;
	font-weight:bold;
	text-align:center;
}

.table_green tr td.blue {
	background-color:#fafae1;
}



/* table_pink */
.table_pink {
	border:1px solid #ccc;
	border-right:none;
	border-bottom:none;
	margin-bottom:10px;
	width:100%;
}

.table_pink tr {
	text-align:left;
}

.table_pink tr th {
	background-color:#fdaca2;
	border:1px solid #cecece;
	border-left:none;
	border-top:none;
	font-weight:normal;
	padding:2% 0;
	color:#444;
	text-align:center;
	table-layout: fixed;
}

.table_pink tr td {
	background-color:#fff;
	border:1px solid #ccc;
	border-left:none;
	border-top:none;
	padding:2%;
	table-layout: fixed;
}

.table_pink tr td.case {
	background-color:#ff8a00;
	border:1px solid #ccc;
	border-left:none;
	border-top:none;
	padding:0;
	color:#4e8ccf;
	font-weight:bold;
	text-align:center;
}

.table_pink tr td.pink {
	background-color:#ffeae7;
}

/*----------------------------------------
	背景ありBOX
----------------------------------------*/

.bg_gray_line {
	clear: both;
	background:url(../img/common/bg_gray_line.gif) repeat;
	margin: 0 10px 30px 10px;
	padding:20px;
	border-radius: 3px;
}


/*----------------------------------------
	form
----------------------------------------*/

.form20 {
}

.form50 {
	width: 60px;
	padding: 3px;
	vertical-align: middle;
}


.form100 {
	width: 82px;
	padding: 3px;
	vertical-align: middle;
}

.form120 {
	width: 114px;
	padding: 3px;
	vertical-align: middle;
}

.form200 {
	width: 194px;
	padding: 3px;
	vertical-align: middle;
	margin-bottom:5px;
}


.form300 {
	width: 294px;
	padding: 3px;
	margin-bottom: 3px;
	vertical-align: middle;
}

.form400 {
	width: 394px;
	padding: 3px;
	vertical-align: middle;
}

.form500 {
	width: 494px;
	padding: 3px;
	vertical-align: middle;
}

.form600 {
	width: 594px;
	padding: 3px;
	vertical-align: middle;
}

select {
	margin-right: 6px;
}

/*----------------------------------------
	テキストリンク
----------------------------------------*/

.txt_link {
	background:url(../img/cor/sub_list.jpg) 0 4px no-repeat;
	padding:0 0 0 20px;
}

.txt_link_li li {
	padding-left: 18px;
	list-style: none;
	background:url(../img/cor/sub_list.jpg) left 2px no-repeat;
}

.link_blank a {
	background: url(../img/common/icon_blank.gif) right center no-repeat;
	padding-right: 16px;
}

/*----------------------------------------
	リスト
----------------------------------------*/

.txt_list li {
	list-style: none;
	margin-left: 16px;
	text-indent: -16px;
}

.txt_list li::before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	margin-right: 4px;
	background-color: #535353;
	border-radius: 50%;
}

/*----------------------------------------
	PDFリスト
----------------------------------------*/
.pdf_list {
	margin: -10px 0 30px;
}

.pdf_list li {
	border-bottom: 1px dotted #666666;
	list-style: none;
}

.pdf_list li a {
	display: block;
	padding: 10px 0;
}

.pdf_list li img {
	margin-right: 5px;
	vertical-align: middle;
}