@charset "utf-8";
/* CSS Document */

/* CSS初期リセット */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: middle;
}
body {
	line-height: 1;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ここまでCSS初期リセット */

/* 共通設定*/

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.fl{
	float:left;
}
.fr{
	float:right;
}
	
.fs10{
	font-size:84%;
}
.fs11{
	font-size:92%;
}
.fs12{
	font-size:100%;
}
.fs13{
	font-size:109%;
}
.fs14{
	font-size:117%;
}
.fs15{
	font-size:125%;
}
.fs16{
	font-size:134%;
}
.fs17{
	font-size:142%;
}
.fs18{
	font-size:150%;
}

.ml3 {
	margin-left: 3px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml7 {
	margin-left: 7px !important;
}
.ml8 {
	margin-left: 8px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.mt3 {
	margin-top: 3px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt8 {
	margin-top: 8px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mr3 {
	margin-right: 3px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr8 {
	margin-right: 8px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr32 {
	margin-right: 32px !important;
}
.mb3 {
	margin-bottom: 3px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb8 {
	margin-bottom: 8px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.fs9 {
	font-size: 72%;
}
.fs10 {
	font-size: 84%;
}
.fs11 {
	font-size: 92%;
}
.fs12 {
	font-size: 100%;
}
.fs13 {
	font-size: 109%;
}
.fs14 {
	font-size: 117%;
}
.fs15 {
	font-size: 125%;
}
.bold {
	font-weight: bold;
}
.red {
	color: #C03;
}
.blue {
	color: #039;
}
.orange {
	color: #F63;
}
.green {
	color: #060;
}
.black {
	color: #333;
}
.gray {
	color: #999;
}
.sblue {
	color: #3690af;
}
.lorange {
	color: #ff7f4d;
}
.clear {
	clear: both;
}
a {
	color: #d7421a;

}
/*フォント大きさ、色*/
a{
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: #696969;
}
a:hover{
  text-decoration: underline;
}
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

p.txt{
	margin: 10px 10px 0 10px;
	line-height: 1.4;
}
/*　共通テンプレート　*/
#pan{
  margin-top: 10px;
  list-style: none;
  margin-bottom: 5px;
}
#pan ol li{
  display: inline-block;
  font-size: 14px;
}
#pan ol li span{
  font-size: 14px;
}
#pan ol li:last-of-type span{
  color: #3F7D5A;
}
#pan ol li:after{
  content: '>';
}
#pan ol li:last-child:after{
  content: '';
}
#main #pageTitle{
  height: 80px;
  background: #cfe0d6;
background: -webkit-linear-gradient(#f0fcf4 0%, #cfe0d6 100%);
background: -o-linear-gradient(#f0fcf4 0%, #cfe0d6 100%);
background: linear-gradient(#f0fcf4 0%, #cfe0d6 100%);
  border-bottom: 3px solid #777;
  margin-bottom: 20px;
}
#pageTitle h1{
  width: calc(100% - 40px);
  color: #3F7D5A;
  font-size: 24px;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px solid #fff;
  padding-top: 30px;
  line-height: 100%
}

#main p{
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  line-height: 180%;
}
#main h2{
  font-size: 18px;
  font-weight: bold;
  border-top: 3px solid #3F7D5A;
  border-bottom: 3px solid #3F7D5A;
  padding: 5px 5px 5px 20px;
  margin-bottom: 10px;
  color: #4E5651;
}
.column_box {
    border-right: 1px solid #3F7D5A;
    border-bottom: 1px solid #3F7D5A;
      border-left: 1px solid #cfe0d6;
    border-top: 1px solid #cfe0d6;
    padding: 20px;
    margin: 10px 20px 20px 20px;
  background-color: rgba(207,224,214,0.1);
}
#main .column_box p{
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
#main .column_box p:last-of-type{
  margin-bottom: 0px;
}

h3{
	padding: 5px 0;
	margin: 0 0 10px 10px;
	border-bottom: 1px dotted #bbb;
	}

h3.mark{
	background-image: url(../img/h3mark.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #f8bec3;
	padding: 8px 20px;
	margin: 10px 0px 10px 10px;
	border-bottom: 1px dotted #CCC;
	background-position: 0 10px;
	}
	
#pan{
	padding:10px;
	font-size:84%;
}

.contents_box{
	padding-left: 25px;
	padding-bottom: 10px;
	}


.contents_box ul{
	margin: 0 0 0 15px;
	padding: 0;
}

.contents_box ul li{
	padding-left: 18px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-image: url(../img/mark_con.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 1.3;
}

.contents_box table{
	margin:0;
	padding:0;
	border-collapse: separate;
border-spacing: 3px;

}
.contents_box table td{
	border-bottom: 1px solid #adaa96;
	border-right: 1px solid #adaa96;
	padding: 5px;
	vertical-align: top;

}
.contents_box table td.td_ttl{
	background-color: #f4f3ea;
	text-align: right;
}
/*　メインレイアウト設定　*/

body{
	font-size: 92%;
	color: #333;
	line-height: 1.2;
}
#container {
	width: 980px;
	margin: 0 auto;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
	background: #FFF;
}
#header {
	height: 40px;
	border-bottom: 3px solid #3F7D5A;
	padding: 8px 10px 7px 10px;

}
#header_menu{
	float: right;
	width: 90px;
	padding: 20px 0px 10px 10px;
}

#header_menu table td{
	padding:5px;
}

#contents {
	margin: 0;
	padding: 0 10px 10px 10px;
}
#side_menu {
	float: left;
	width: 230px;
	padding: 10px 0 0 10px;
}
#main {
	float: left;
	width: 720px;
	padding: 0;
	margin: 10px 0 0 0;
}
/*フッター*/
footer{
  border-top: 5px solid #3F7D5A;
}
footer p{
  text-align: center;
  margin-top: 10px;
}
footer p:last-of-type{
  margin-bottom: 10px;
}

/*トップページ*/

#new_info{
	padding: 10px;
	margin-bottom: 10px;
}

#new_info ul{
margin:0;
}

#new_info ul li{
	margin: 0;
	border-bottom: 1px dotted #c4c4c4;
	padding-left: 14px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-image: url(../img/mark.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin-bottom: 5px;
	font-size: 109%;
}

#information{
	padding:10px;
}

#information ul{
margin:0;
}

#information ul li{
	margin: 0;
	border-bottom: 1px dotted #c4c4c4;
	padding-left: 14px;
	padding-top: 0px;
	padding-bottom:5px;
	background-image: url(../img/mark.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin-bottom: 5px;
	font-size:109%;
}


/*　汎用設定　*/

.side_box {
	width: 200px;
	margin-bottom: 8px;
}
.side_box .side_ttl {

}
.side_box .side_contents {
	padding: 1px 2px;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
}
.side_box .side_contents ul {
	padding: 0;
}
.side_box .side_contents ul li {
	background-color: #f4f3ea;
	margin-bottom: 2px;
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 5px;
	background-image: url(../img/mark_side.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
.side_box .side_contents ul li a{
	display:block;
}
/*
.side_box .side_contents ul li a:hover {
	background-color: #dedcca;
}
*/


#info_link{
	border:1px solid #d5d5d5;
	background:#f4f3ea;
}
#info_link ul{
	padding:0 5px 5px 0px;
	
}
#info_link ul li{
	display: block;
	line-height: 1.2;
	padding: 0 0 5px 18px;
	background-image: url(../img/mark_side.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}

.pmark{
	background-image: url("../img/pmark_green.png");
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding: 0 0 0 20px;
}
	
.menu_box{
	background-color: #FAFCFB;
	margin-bottom: 10px;
	padding: 5px 8px;
  height: 220px;
}

.menu_box ul {
	padding: 0;
}
.menu_box ul li {
	margin-bottom: 0px;
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 5px;
	background-image: url(../img/mark_menu_green.png);
	background-repeat: no-repeat;
	background-position: 4px 5px;
}
.menu_box ul li.blk {
	margin-bottom: 0px;
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 5px;
	background-image: url(../img/mark_menu_b.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	font-weight: bold;
}
.menu_box ul li a{
	display:block;
}

.tborder{
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	padding-top:5px;
}

dl.officer {
	margin: 10px 10px 30px 44px;
	padding: 0 0 20px 0;
}
dl.officer dt{
	width: 450px;
	float: left;
	clear: left;
	margin-bottom: 8px;
	border-bottom: 1px solid #eee;
	padding: 3px;
}
dl.officer dd{
	width: 180px;
	float: left;
	margin-bottom: 8px;
	border-bottom: 1px solid #eee;
	padding: 3px;

}

table.member{
	border-collapse: collapse;
	margin:10px 20px; 
}

table.member td{
	border-bottom:1px dotted #ddd;

	padding:10px;
	vertical-align:top;
	
}

dl.data {
	margin: 10px 10px 30px 44px;
	padding: 0 0 20px 0;
}
dl.data dt{
	width: 300px;
	float: left;
	clear: left;
	margin-bottom: 4px;
	border-bottom: 1px solid #eee;
	padding: 3px;
}
dl.data dd{
	width: 300px;
	float: left;
	margin-bottom: 4px;
	border-bottom: 1px solid #eee;
	padding: 3px;

}

dl.data dt a{
	padding-left: 18px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-image: url(../img/mark_con.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 1.3;
}

dl.data dd a{
	padding-left: 18px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-image: url(../img/mark_con.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 1.3;
}
