/* ブラウザデフォルトリセット */
html, body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, li,
table, th, td,
address, form, fieldset, input, textarea{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

img, fieldset{border: none;}

/*
全体
----------------------------------------------------------- */
#wrap {
	/*height: 100%;
	overflow-y: scroll;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color:  #006400;
	color: #333;
}

.clearfix:after {
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

.clearfix {
	min-height: 1px; /*IE6、7対策*/
}

* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}
input[type="submit"], input[type="reset"], input[type="button"], button, select{
  cursor: pointer;
}




/*
header
----------------------------------------------------------- */
header {
	margin-top: 30px;
	padding-left: 20px;
	overflow: hidden;
	position: relative;
	zoom:1;
	padding-right: 20px;
}
#username {
	color:  #006400;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	width: 550px;
}
.logo {
	float: left;
	margin-right: 10px;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 10px;
	color: #999;
	display: inline;
}

#login_btn {
	overflow: hidden;
	position: relative;
	zoom:1;
	float: right;
}
.member {
	color:  #006400;
	line-height: 1;
	margin-bottom: -5px;
}

#login_btn .input {
	width: 80px;
	margin-right: 5px;
	border: 1px solid  #006400;
	line-height: 1;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-left: 2px;
}

#login_btn .submit {
	color: #FFF;
	background-color:  #006400;
	font-size: 12px;
	line-height: 1;
	width: 80px;
	padding-top: 5px;
	padding-bottom: 4px;
	border: 1px solid  #006400;
}

#login_btn a{
	text-decoration:none;
	color: #FFF;
	background-color:  #006400;
	margin-left: 15px;
	padding: 7px;
	line-height: 1;
	display: inline-block;
}
#login_btn a:hover {
	text-decoration:none;
	color: #FFF;
	opacity: 0.7;
}

/*
ナビ
----------------------------------------------------------- */
nav {
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:  #006400;
	/*overflow: hidden;
	position: relative;
	zoom:1;*/
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
nav ul{  
  list-style-type: none;  
  margin: 0;  
  padding: 0;  
}  
  
nav li{
	display: inline-block;
}  
  
#nav a{
	text-align: center;
	color: #333;
	line-height: 250%;
	text-decoration: none;
	display: block;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}  
  
#nav a:hover{
	background-color:  #006400;
	color: #FFF;
}  

/*
content
----------------------------------------------------------- */
#content {
	margin-top: 30px;
	padding-right: 40px;
	padding-left: 40px;
}
section {
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
	zoom:1;
}
#content a{
	color: #F60;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}  
#content p {
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	color:  #006400;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #006400;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color:  #006400;
	padding-left: 10px;
	margin-bottom: 30px;
}
h4 {
	font-size: 16px;
	color:  #006400;
	margin-bottom: 5px;
	display: block;
}
h5 {
	font-size: 16px;
	line-height: 2;
	color: #FFF;
	background-color: #999;
	display: block;
	padding-left: 45px;
	background-image: url(../images/icon_check.png);
	background-repeat: no-repeat;
	background-position: 15px 7px;
}

h6 {
	font-size: 18px;
	line-height: 1.2em;
	color: #FFF;
	background-image: url(../images/copy.png);
	background-repeat: no-repeat;
	display: block;
	height: 68px;
	width: 1228px;
	margin-bottom: 20px;
	padding-left: 26px;
	padding-top: 12px;
}
#news ul {
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 15px;
	list-style-type: none;
	line-height: 200%;
}
.box_srcollbar {
	overflow:auto;
	width:100%;
	height:155px;
	margin: 0px;
}

#service a {
	color:  #006400;
	display: block;
	width: 350px;
	margin-bottom: 10px;
	border: 1px dotted  #006400;
	padding-left: 15px;
	background-image: url(../images/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: 335px 11px;
	height: 44px;
	line-height: 44px;
}
#service a:hover {
	color: #FFFFFF;
	padding-left: 15px;
	background-color:  #006400;
	text-decoration: none;
	background-image: url(../images/arrow_white.png);
}
#details .box {
	display: block;
	margin-bottom: 25px;
	padding: 15px;
	border: 1px solid #CCC;
}
#details a {
	margin-left: 15px;
}



#search ul {
	overflow: hidden;
	position: relative;
	zoom:1;
	margin-bottom: 20px;
}
#search li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
	margin-bottom: 10px;
	width:200px;
}



input[type="checkbox"] {
    border: 1px solid  #006400;
    vertical-align: -5px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    width: 20px;
    height: 20px;
}





input[type="checkbox"]:checked {
	background-color:  #006400;
}





input[type="checkbox"]:checked:before {
    position: absolute;
    left: 0;
    top: 13px;
    display: block;
    content: "";
    width: 8px;
    height: 2px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}



input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 7px;
    top: 13px;
    content: "";
    width: 12px;
    height: 2px;
    background: #ffffff;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left center;
}





.photo {
	margin: 0 15px 15px 0;
	float: left;
}

#login {
	background-color: #A4FE71;
	text-align: center;
	border: 1px dotted  #006400;
	width: 95%;
	padding-top: 30px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#login input {
	padding: 5px;
	border: 1px solid  #006400;
}
.submit {
	color: #FFF;
	background-color:  #006400;
	text-align: center;
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	border: 1px solid  #006400;
}
.cancel {
	color:  #006400;
	background-color: #FFFFFF;
	text-align: center;
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-right: 30px;
	border: 1px solid  #006400;
}



#login0 {
	background-color: #F5F5F5;
	text-align: center;
	border: 1px dotted  #006400;
	width: 95%;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}

.submit0 {
	color: #FFF;
	background-color:  #006400;
	text-align: center;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	border: 1px solid  #006400;
}



section table {
	border-collapse: collapse;
}
section th {
	text-align: right;
	padding: 10px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #CCC;
	vertical-align: top;
	width: 100px;
}
section td {
	text-align: left;
	padding: 10px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #CCC;
}
.list {
	margin-left: 20px;
	line-height: 1.8;
}
#partner ul {
	margin-bottom: 15px;
	margin-top: 40px;
}
#partner li {
	vertical-align: top;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#partner a {
	margin-left: 25px;
}

#view {
	overflow: hidden;
	position: relative;
	zoom:1;
	margin-top: 25px;
}
#view a {
	color: #FFF;
	background-color:  #006400;
	text-align: center;
	width: 200px;
	margin-right: 15px;
	background-image: url(../images/icon_file.png);
	background-repeat: no-repeat;
	background-position: 42px 6px;
	line-height: 1;
	display: block;
	float: left;
	padding-top: 8px;
	padding-bottom: 6px;
}
#view a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#content .btn a {
	color: #FFF;
	background-color:  #006400;
	text-align: center;
	display: block;
	width: 150px;
	line-height: 2.5;
}
#content .btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#matter dl{
}

#matter dt{
	margin-top: 10px;
}

#matter dd{
	margin:0;
	padding:15px;
}











#main_left {
	float:left; 
	width:50%;
}
#main_right {
	float:right; 
	width:50%;
}

#main_end {
	clear:both;
	float:none; 
	width:100%;
}

/*
calendar_table
----------------------------------------------------------- */
.calendar_table {
	border-collapse: collapse;
	width: 95%;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	background-color: #F8f8f8;
}
.calendar_table caption {
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}
.calendar_table caption image {
	width: 8%;
}


.calendar_table th, td{
	border: 1px #CCC solid;
	text-align: center;
	color: #333;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;    // … ［上下左右］or,［上下］ と ［左右］ or ［上］ と ［左右］ と ［下］ or ［上］ と ［右］ と ［下］ と ［左］ を指定
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 14%;
	white-space: nowrap;
}

table.calendar_table col.sun {
  	background: #ffe5e5;
}
table.calendar_table col.sat {
  	background: #8EB8FF;
}


















/*
footer
----------------------------------------------------------- */
footer {
	background-color:  #006400;
	margin-top: 30px;
	width: 100%;
}
footer #wrap {
	overflow: hidden;
	position: relative;
	zoom:1;
	padding: 0 20px 5px 20px;
	color: #FFF;
}
footer small {
	font-size: 12px;
	text-align: center;
	display: block;
}
footer .link {
	float: right;
}

footer a{
	text-decoration:none;
	color: #FFF;
}
footer a:hover {
	opacity: 0.7;
}







/*
----------------------------------------------------------- */
  
span:hover{
	background-color:  #006400;
	color: #FFFFFF;
}  
