@charset "utf-8";

body{
    background-color: #B4F0A8;
}

header {
    margin-bottom: 0px;
}

header h1 {
    color: #FFFFFF;
    padding: 6px 6px 6px 6px;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    border-bottom: 12px solid #4CCC33;
    background-image: -moz-linear-gradient(bottom, #6E6E6E 0%, #000000 100%); /*ff*/ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6E6E6E), color-stop(1, #000000)); /* Webkit*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#6E6E6E); /*ie5.5-7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000000', endColorstr='#6E6E6E')"; /*ie8*/
}

section {
    margin-top: 0px;
    margin-right:6px;
    margin-bottom:0px;
    margin-left: 6px;
    background-color: #FFFFFF;
    border: 1px solid #4CCC33;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

section h2 {
    height: auto;
    font-size: 17px;
    color: #333333;
    text-align: left;
    background-color: #4CCC33;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 8px 8px 8px 8px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
}

article p,
section p {
    line-height: 1.4em;
    margin-bottom: 1.2em;
    padding-left: 10px;
    padding-right: 10px;
}

article {
    margin-top: 0px;
    margin-right: 6px;
    margin-bottom: 20px;
    margin-left: 6px;
    background-color: #FFFFFF;
    border: 1px solid #26734C;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

article h2 {
    height: auto;
    font-size: 17px;
    color: #FFFFFF;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #26734C;
    line-height: 20px;
    padding: 8px 8px 8px 8px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
}

nav#menulist {
    margin-top:20px;
    margin-right: 6px;
    margin-left: 6px;
    border: 1px solid #000000;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

nav#menulist h2 {
    height: auto;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 0px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    padding: 8px 8px 8px 8px;
    background-image: -moz-linear-gradient(bottom, #6E6E6E 0%, #000000 100%); /*ff*/ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6E6E6E), color-stop(1, #000000)); /* Webkit*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#6E6E6E); /*ie5.5-7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000000', endColorstr='#6E6E6E')"; /*ie8*/
}

nav#menulist ul {
    margin-top: 0px;
}

nav#menulist ul li {
    height: auto;
    background:-webkit-gradient(linear, left top, left bottom, from(#E9ECF2), to(#FFFFFF)); /* Webkit*/
    background:-moz-linear-gradient(top, #E9ECF2, #FFFFFF); /*ff*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E9ECF2, endColorstr=#FFFFFF); /*ie5.5-7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E9ECF2, endColorstr=#FFFFFF)"; /*ie8*/
}

nav#menulist ul li:last-child {
    margin-bottom: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
}

nav#menulist ul li a {
    background: url(../img/arrow.png) right no-repeat;
    display: block;
    font-size: 17px;
    text-decoration: none;
    line-height: 24px;
    padding: 10px 14px 10px 8px;
    border-bottom: 1px solid #E0E0E0;
}

footer {
    height: auto;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 6px 0px 0px 0px;
    text-align: center;
    margin-top: 20px;
}

footer p {
    background-color: #4CCC33;
    clear: both;
    padding-top: 10px;
    padding-bottom: 6px;
}

footer p a {
    color: #FFFFFF;
    text-decoration: none;
}

footer a:visited {
    color: #FFFFFF;
}


/* ヘッダの文字
----------------------------------*/
#headtop {
    display: block;
    padding: 18px 10px 22px 10px;
    background-color: #FFF799;
    border-bottom: 12px solid #C0C040;
}

#headtop p {
    text-align: center;
    font-size: 24px;
    color: #000000;
}
/* ヘッダの文字終わり
----------------------------------*/

div#section {
    border-top: 20px solid #B4F0A8;
}

#slidelist {
    display: block;
    background-color: #C0C040;
    padding: 14px 10px 14px 10px;
    font-size: 18px;
    color: #666666;
    text-align: center;
}

.slidetop {
    background: url(./img/down.png) no-repeat right;
}

.open {
    background: url(./img/up.png) no-repeat right;
}

#breadcrumbs ul li {
    display: block;
    font-size: 17px;
    line-height: 24px;
    height: auto;
    background:-webkit-gradient(linear, left top, left bottom, from(#E9ECF2), to(#FFFFFF)); /* Webkit*/
    background:-moz-linear-gradient(top, #E9ECF2, #FFFFFF); /*ff*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E9ECF2, endColorstr=#FFFFFF); /*ie5.5-7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E9ECF2, endColorstr=#FFFFFF)"; /*ie8*/
    border-bottom: 1px solid #E0E0E0;
    background-color: #FFFFFF;
}
  
#breadcrumbs ul li:last-child {
    display: block;
    font-size: 17px;
    line-height: 24px;
    padding: 10px 14px 10px 8px;
}

#breadcrumbs ul li a {
    display: block;
    font-size: 17px;
    line-height: 24px;
    text-decoration: underline;
    padding: 10px 14px 10px 8px;
}

.continue p {
    line-height: 1.4em;
    color: #000000;
    text-align: right;
    padding: 6px 8px 6px 8px;
    text-decoration: underline;
    margin-bottom: 0px;
    background-color: #C0C040;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px; 
}

.back p {
    line-height: 1.4em;
    color: #000000;
    text-align: left;

    padding: 6px 8px 6px 8px;
    text-decoration: underline;
    margin-bottom: 0px;	
    background-color: #C0C040;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px; 
}

#btntop {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 7em;
    font-size: 85%;
    float: right;
    margin-right: 10px;
    border: 1px solid #CCCCCC;
    background-color: #E9ECF2;
}

#btntop a {
    display: block;
    padding: 5px 5px 5px 5px;
    color: #444444;
    text-decoration: none;
    text-align: center;
}

#btnline {
 clear:both;
 text-align:center;
}

.center {
    text-align: center;
}
.list{
	list-style:disc;
	padding-left: 1em;
	margin-left: 1em;
}
.list_num{
	list-style:decimal;
	padding-left: 1em;
	margin-left: 1em;
}
.list_num,.list li{
	margin-bottom: 1em;
	line-height: 1.2em;
}
#section h3{
	margin-bottom: 1em;
}
#section h4{
	margin: 0 0.5em 1em;
	line-height: 1.5em;
	padding: 0 0.5em;
}

