@charset "utf-8";
/* CSS Document */


/*----------------------------------------
	ページ全体
----------------------------------------*/
#header {
	background: url(../img/conts/bg_header.jpg) repeat-x;
	padding-bottom: 15px;
	height: 110px;
}
#conts {
	border: 1px solid #5A1700;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contsInner {
	padding: 10px;
	min-height: 300px;
	font-weight: bold;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*タイトル(h)*/
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h4 {
	line-height: 52px;
	font-size: 18px;
	color: #00456D;
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: center;
	background-image: url(../img/conts/bg_h4.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/*リンクボックス*/
.linkBox {
	border: 1px solid #00456D;
	background: #F0F0E1;
	padding: 15px 10px;
	text-decoration: none;
	color: #000;
	display: block;
}
.linkBox:hover {
	background: #00456D;
	color: #fff;
}
.linkBox.noLink:hover {
	background: #F0F0E1;
	color: #000;
}
.linkBox .pdf {
	display: block;
	float: right;
	font-size: 13px;
}
.cont-day {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}

/*----------------------------------------
	サイドコンテンツ
----------------------------------------*/
#side {
	width: 300px;
	margin-left: 4px;
	float: left;
}

/*サイドメニュー*/
#sideMenu{
	margin-bottom: 30px;
	border: 1px solid #5A1700;
	background: #fff;
}
#sideMenu ul li {
	line-height: 50px;
	font-size: 18px;
	border-bottom: 1px solid #E6E6D2;
}

#sideMenu ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	width: 258px;
	height: 100%;
	padding-left: 40px;
}
#sideMenu ul li a:hover,
#sideMenu ul li a.on {
	background: #F0F0E1;
}

#sideMenu ul li a.on:before {
	content: url(../img/conts/ico_hover.png);
	margin-left: -45px;
	padding-right: 13px;
}
	
/*バナー*/
#side ul.bnr li {
	margin-bottom: 20px;
}

	
	
/*----------------------------------------
	リストスタイル
----------------------------------------*/
/*無*/
ul.none li {
	list-style-type:none;
	text-indent:-40px;
	padding-left: 40px;
}


/*点*/
ul.disc li:before { content:"・"; }
ul.disc li {
	text-indent:-1em;
	padding-left: 1em;
}

ul.disc2 li:before { content:"○"; }
ul.disc2 li {
	text-indent: 1em;
	padding-left: 1em;
}

/*数字*/
ol.decimal {
	list-style-type: decimal;
	padding-left: 30px;
}

/*画像*/
ul.triangle li:before {
	content: url(../img/conts/ico_triangle.jpg);
	padding-right: 3px;
}
ul.triangle li {
	text-indent: -1em;
	padding-left: 1em;
}

/*※印*/
ul.rice li:before {
	content:"※";
}
ul.rice li {
	text-indent: -1em;
	padding-left: 1em;
}

/*カッコ付き箇条書き*/
ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
 
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

/*片カッコ付き箇条書き*/
ol.list_parentheses2{
  padding:0 0 0 2em;
  margin:0;
}
 
ol.list_parentheses2 li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses2 li:before{
  display: marker;
  content: counter(cnt) ") ";
}


/*----------------------------------------
	 表(table)
----------------------------------------*/
table.th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/*view*/
table.view{
    border-collapse: collapse;
    border-spacing:0;
	border: 1px solid #757584;
}
table.view th{
    text-align: left;
	vertical-align: middle;
	background: #00456D;
	border: 1px solid #757584;
	padding: 8px;
	text-align: center;
	color: #fff;
}
table.view th.sub {
	background: #F0F0E1;
	color: #000;
}
table.view td {
	border: 1px solid #757584;
	padding: 8px;
}

/*=各ページのスタイル==============================================*/
/*右寄せ*/
p.right {
	text-align: left
}

/*========================================
	会長挨拶
==========================================*/
dl.greeting {
	overflow: hidden;
}
dl.greeting dt {
	float: left;
	border: 1px solid #5A1700;
	padding: 2px;
}
dl.greeting dd {
	float: right;
}
li.gre-ttl{
	font-size: 18px;
	font-weight: bold;
}
	
/*========================================
	定款
==========================================*/
.burasage {
   text-indent : -4em;
   margin-left : 4em;
}


/*========================================
	沿革
==========================================*/
table.history {
    border-collapse: collapse;
    border-spacing:0;
	width: 100%;
}
table.history th{
	border-bottom: 1px solid #E6E6D2;
	padding: 5px 0;
	color: #2C6582;
	width: 35%;
	text-align: left;
}
table.history td {
	border-bottom: 1px solid #E6E6D2;
	padding: 5px 0;
}

	

/*========================================
	ワークショップ
==========================================*/
dl.workshop {
	border: 1px solid #00456D;
	background: #F0F0E1;
	padding: 15px;
	margin-bottom: 20px;
}
dl.workshop dt {
	border-bottom: 1px solid #00456D;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
dl.workshop dd.img {
	text-align: center;
	margin-top: 20px;
}

dl.workshop dd.img img{
	border: 1px solid #E6E6D2;
	padding: 2px;
	background: #fff;
}

/*========================================
	活動報告
==========================================*/
ul.link li{
	border-bottom: 1px solid #E6E6D2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/*========================================
	住所・名前の変更申請
==========================================*/
table.form th{
	text-align: left;
	background: #F0F0E1;
	color: #000;
}
	
.caution {
	font-size: 11px;
	border: 1px solid #f00;
	background: #fff;
	color: #f00;
	padding: 0 5px;
	margin-left: 5px;
}
.caption {
	font-size: 13px;
}
.error {
	color: #f00;
}
input {
	margin: 3px;
}

/*========================================
	サイトマップ
==========================================*/
dl.sitemap {
	float: left;
	width: 30%;
	margin-right: 20px;
	margin-bottom: 20px;
}
dl.sitemap dt {
	border-top: 1px solid #00456D;
	border-bottom: 1px solid #00456D;
	padding: 8px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #00456D;
}
.sitemap ul li {
	margin-bottom: 5px;
}

/*========================================
	リンク
==========================================*/
dl.link {
	overflow: hidden;
	border-bottom: 1px solid  #E6E6D2;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

dl.link dt {
	float: left;
}
dl.link dt:before {
	content: url(../img/conts/ico_triangle.jpg);
	padding-right: 3px;
}
dl.link dd {
	margin-left: 150px;
}
