@charset "UTF-8";

* {
	margin: 0 auto;
	padding: 0;
}

body {
	min-width: 920px;
	background: #F2F8DD;
	color: #000;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}

a {
	color: inherit;
	text-decoration: none;
	border: 0;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: normal;
}

li {
	list-style-type: none;
}

/* clearfix */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}


/* layout */
.wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 60px;
	background: #FFF;
	-webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, .5);
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, .5);
}

.main {
	width: 840px;
	margin: 20px 0 0 12px;
}

.main_left {
	width: 190px;
	float: left;
}


.main_right {
	width: 605px;
	float: right;
}


/* header */
.header {
	position: relative;
	padding: 8px 180px 0 40px;
	border-top: solid 15px #94D85D;
}

.header_logo {
	display: block;
}

.header_logo > img {
	display: block;
}

.header_member {
	display: block;
	position: absolute;
	width: 160px;
	height: 38px;
	top: 45px;
	right: 16px;
	border-radius: 19px;
	background: #F1BC29;
	background: -moz-linear-gradient(top, #F1BC29 0%, #EBA61F 100%);
	background: -webkit-linear-gradient(top, #F1BC29 0%,#EBA61F 100%);
	background: linear-gradient(to bottom, #F1BC29 0%,#EBA61F 100%);
	color: #6A3906;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	-webkit-box-shadow: 0 0 3px 1px #E6DEC9;
	box-shadow: 0 0 3px 1px #E6DEC9;
	text-align: center;
}

.header_member:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
  text-decoration: none;
}

.header_member:after {
	content: "";
	display: block;
	position: absolute;
	width: 156px;
	height: 34px;
	top: 1px;
	left: 1px;
	border: solid 1px rgba(255, 255, 255, .5);
	border-radius: 18px;
}
.header_member:hover {
	text-decoration: none;
}

.header_member_text {
	display: inline-block;
	padding: 2px 0 0;
	vertical-align: middle;
}

.header_member_text:after {
	content: "▶";
	color: #E60012;
}

/* footer */
.footer {
	padding: 11px 0;
	background: #71B033;
	background: -moz-linear-gradient(top, #71B033 0%, #1F8C43 100%);
	background: -webkit-linear-gradient(top, #71B033 0%, #1F8C43 100%);
	background: linear-gradient(to bottom, #71B033 0%, #1F8C43 100%);
	color: #FFF;
}

.footer_copy {
	margin: 0 auto;
	padding: 0 20px;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}


/* nav menu */
.navMenu {
	margin: 0 0 50px;
}

.navMenu_li {
	position: relative;
	height: 40px;
}

.navMenu_li + .navMenu_li {
	margin-top: 5px;
}

.navMenu_li > a {
	display: block;
	height: 100%;
	padding: 0 0 0 40px;
	border: solid 2px #D3E3C0;
	border-radius: 3px;
	background: #71B033;
	background: -moz-linear-gradient(top, #71B033 0%, #1F8C43 100%);
	background: -webkit-linear-gradient(top, #71B033 0%, #1F8C43 100%);
	background: linear-gradient(to bottom, #71B033 0%, #1F8C43 100%);
	color: #FFF;
	font-size: 14px;
	line-height: 1.2;
	box-sizing: border-box;
}

.navMenu_li-current > a {
	border: 0;
	background: #F29043;
	background: -moz-linear-gradient(top, #F29043 0%, #E35E37 100%);
	background: -webkit-linear-gradient(top, #F29043 0%, #E35E37 100%);
	background: linear-gradient(to bottom, #F29043 0%, #E35E37 100%);
	color: #FF0;
	cursor: default;
}

.navMenu_li > a:before {
	content: url(../images/navmenu_icon.png);
	display: block;
	position: absolute;
	width: 13px;
	height: 31px;
	top: 50%;
	left: 12px;
	margin-top: -16px;
}

.navMenu_li > a:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}

.navMenu_text {
	display: inline-block;
	vertical-align: middle;
}

.navMenu_text.navMenu_text-wide {
	letter-spacing: 14px;
}

.navMenu_li-noncurrent > a {
	border: 0;
	background: #F29043;
	background: -moz-linear-gradient(top, #dddad9 0%, #c6c3c2 100%);
	background: -webkit-linear-gradient(top, #dddad9 0%, #c6c3c2 100%);
	background: linear-gradient(to bottom, #dddad9 0%, #c6c3c2 100%);
	color: #919191;
	cursor: default;
}

/* index page */
.indexMain {
	display: block;
	margin: -95px 0 0px;
	z-index: 100;
}

.indexTopics {
	position: relative;
	margin: 0 0 0;
	border: solid 1px #BECCCC;
	background: #FFF;
	z-index: 200;
}

.indexTopics_title {
	font-family: "Century Gothic";
	padding: 8px 10px;
	background: #71B033;
	background: -moz-linear-gradient(top, #71B033 0%, #1F8C43 100%);
	background: -webkit-linear-gradient(top, #71B033 0%, #1F8C43 100%);
	background: linear-gradient(to bottom, #71B033 0%, #1F8C43 100%);
	color: #FFF;
	font-size: 20px;
	line-height: 1.1;
	letter-spacing: 1px;
}

.indexTopics_dl {
	height: 500px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 1.5;
	overflow: scroll;
}

.indexTopics2_dl {
	height: 550px;
	padding: 0 8px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
}


.indexTopics_dl > dt {
	display: block;
	margin-top: 3px;
	color: #F37700;
}

.indexTopics_dl > dd {
	display: block;
	margin: 0 0 5px;
	padding: 0 0 10px;
	border-bottom: dotted 1px #828282;
}


.indexTopics2_dl > dd {
	display: block;
	margin: 0 0 5px;
	border-bottom: dotted 1px #828282;
}

.indexTopics_dl > dd + dt {
	margin-top: 10px;
}


.officeAddress {
	display: table;
	margin: 70px 0 0;
}

.officeAddress_title {
	display: table-cell;
	min-width: 52px;
	color: #00913A;
	font-size: 15px;
	vertical-align: top;
}

.officeAddress_content {
	display: table-cell;
	padding: 0 0 0 8px;
	border-left: solid 1px #00913A;
	font-size: 13px;
	line-height: 1.5;
	vertical-align: top;
}

.officeAddress_content > a {
	color: #FF7121;
}

.index_btn{
	display: table;
	margin:  30px auto 0;
	padding: 0 20px;
}
.btn {
	border: 3px solid #F90;
	color: #633;
	width: 200px;
	padding: 10px 20px;
	background-color: #FC3;
}

/* greeting */
.pageTitle {
	height: 80px;
	padding: 0 0 0 35px;
	background: #71B033;
	background: -moz-linear-gradient(top, #71B033 0%, #1F8C43 100%);
	background: -webkit-linear-gradient(top, #71B033 0%, #1F8C43 100%);
	background: linear-gradient(to bottom, #71B033 0%, #1F8C43 100%);
	white-space: nowrap;
}

.pageTitle:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}

.pageTitle_text {
	font-family: serif;
	display: inline-block;
	color: #FFF;
	font-size: 27px;
	letter-spacing: 2px;
	vertical-align: middle;
}

.greeting_header {
	margin: 20px 0 0;
	text-align: center;
}

.greeting_person {
	font-family: serif;
	display: inline-block;
	line-height: 1.2;
	text-align: left;
	vertical-align: middle;
}

.greeting_org {
	display: block;
	padding: 0 0 5px 5px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}

.greeting_name {
	display: block;
	padding: 5px 50px 0 5px;
	border-top: solid 1px #0F9144;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}

.greeting_name > strong {
	font-size: 28px;
}

.greeting_pic {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
}


.greeting_content {
	margin: 20px 0 0;
}

.greeting_content > p {
	font-size: 1em;
	line-height: 1.7;
	text-align: justify;
}

.greeting_content > p + p {
	margin-top: 20px;
	text-indent: 2em;
}

.greeting_signature {
	margin: 20px 0 0;
	line-height: 1.7;
	text-align: right;
}

/* rule  ADM1128*/
.rule_content {
	margin: 20px 0 0;
}

.rule_content > p {
	line-height: 1.9;
	text-align: justify;
}

.rule_content ul {
	list-style-type: none;
	line-height: 1.9;
}

.rule_content ul li ul {
	margin-left: 50px;
}


/* agre  ADM1128*/
.agre_title {
	margin: 20px 0 0;
	text-align: center;
}
.agre_name {
	font-family: serif;
	display: block;
	padding: 5px 50px 0 5px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}
.agre_dl {
	padding: 0 8px;
}

.agre_dl > dt {
	display: block;
	margin-top: 20px;
}

.agre_dl > dd {
	display: block;
	margin: 0 0 5px;
	padding: 0 0 0 60px;
}


/* rule  ADM1128*/
.appli_title {
	margin: 20px 0 0;
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
}

/* list  ADM1202*/

ul.pdflist{
	margin-left: 30px;
	margin-top: 10px;
}

.pdflist li{
	border-bottom:dotted 1px #666;
	line-height: 2em;
	background-image: url(../images/pdf.png);
	padding-left: 30px;
	background-repeat: no-repeat;
	padding-top: 5px;
	background-position: 2px;
}


/* table  ADM0801*/
table#table-01 {
	width: 100%;
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.9em;
}

table#table-01 th {
	padding: 5px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
table#table-01 td {
	padding: 5px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#table-01 .linenone {
	border-right: none;
}
#table-01 a {
	color: #06F;
	text-decoration: underline;
}

table#table-01 td.border_clear{
	border-bottom: none;
}

.fontsize_s {
	font-size: small;
}
.textlignt {
	text-align: right;
}
.col-1{
	display: inline-block;
	width: 7em;
} 
.textindent{
    padding-left:1em;
    text-indent:-1em;
	display: inline-block;
  }
  .textindent:before{
    content:"：";
  }

.textcontents{
	font-size: 0.96em;
}

.slide{
	margin: -50 0 10;
	font-size: 10pt;
	}

.box {width: 560px;
	height: 60px;
margin:10px 15px 20px;
	padding:10px; border:0px solid 333333;
background-color: antiquewhite;
font-weight: bold;
	font-size: 10pt;
	color: #F30206;
}

.icon {
	width: 25px;
	height: auto;
}


a:hover img{
    opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}