@charset "UTF-8";
@import  "../../common/css/common.css";
/* :::::::::::::::::::::::::::::::::::::::::
	協議会用CSS
	kyougikai.css
	
:::::::::::::::::::::::::::::::::::::::::::: */


/* - - - - - - - - - - - - - - - - - - - - ヘッダ */
#header {
	background: url(../images/header.jpg) 20px 10px no-repeat;
}

/* - - - - - - - - - - - - - - - - - - - - 協議会ページのみ適用 */
.kyougikai > h3:before {
	content: '■';
}

.kyougikai table {
	margin-bottom: 0;
}
/* - - - - - - - - - - - - - - - - - - - - 事業概要 */
.kyougikai dl {
	margin-bottom: 4em !important;
}
.kyougikai dl dt {
	text-indent: 1em;
	font-weight: bold;
	color: #333;
}
.kyougikai dl dd {
	margin-bottom: 1em;
}
.kyougikai dl dd p{
	margin: 0;
	text-indent: 1em;
}


/* - - - - - - - - - - - - - - - - - - - - 設置要綱要 */
.settiyoukou h3 {
	text-align: center;
	font-weight: normal;
}
.settiyoukou dt {
	margin-left: 1.5em;
	color: #333;
}
.settiyoukou dd {
	padding-right: 1em;
	margin-bottom: 1em;
}


/* - - - - - - - - - - - - - - - - - - - - メンバー詳細 */
ul.detail {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.detail li {
	float: left;
	margin: 8px;
	padding: 8px;
	width: 325px;
	height: 11em;
	border: 1px solid  #aaa;
	background: url(images/bg_detail.gif) repeat-x bottom;
	font-size: small;
	position: relative;
}
ul.detail li a {
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}
ul.detail li span.exlink {
	position: absolute;
	right: 8px;
	bottom: 0px;
}
/* IE7だと落ちる。なんで！？
ul.detail li:first-line {
	font-weight: bold;
	color: #333;
}
 */

/* - - - - - - - - - - - - - - - - - - - - テーブル・リスト */
td ul li {margin-left: 1em; text-align: left;}
li ul li {margin-left: 1em;}


/* - - - - - - - - - - - - - - - - - - - - 入会申込み方法 */
dl.apply dt {
	font-weight: bold;
	color: #333;
}
dl.apply dd {
	margin-left: 1em;
	margin-bottom: 1em;
	padding-left: 1em; 
	border-left: 4px solid #ccc;
}




