@charset "Shift_JIS";

/* ----------------------------------------------
　　トップページ
----------------------------------------------- */

/* 活動報告・トピックス
----------------------------------------------- */
.topTable{
	width:270px;
	margin-left:35px !important;
	margin-left/**/:0px;	/*IEのみ*/

}

/* フラッシュ部分枠
----------------------------------------------- */
#navi {
	width:760px;
	margin-bottom: 0;
	margin-left:25px !important;
	margin-left/**/:0px;	/*IEのみ*/
}

/* トップ：メインメニュー・フラッシュ枠*/
#navi_right {
	width:557px;
	float:left;
}

/* トップ：メインメニュー*/
#navi_menu {
	width:185px;
	float:left;
	height: 245px;
}

/* トップ：フラッシュ部分*/
#navi_flash {
 	width:372px;
 	float:right;
}

/* トップ：お知らせ*/
#navi_info {
	float:right;
	background-image:url(../img/top/navi_infobg.jpg);
	text-align: left;
	width:203px;
	padding-top: 40px;
	height:205px !important;
	height/**/:245px;	/*IEのみ*/
}

#infoTable {
	width: auto;
	border: none;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0.5em;
}

#infoTable td {
	border-bottom: 1px dotted #999999;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}


#infoTable a:link{text-decoration:underline ;color: #f0e68c;}
#infoTable a:visited{text-decoration:underline ;color: #f0e68c;}
#infoTable a:active{text-decoration:underline ;color: #f0e68c;}
#infoTable a:hover{text-decoration: none;color: #dc143c;}

#more{text-align: right;margin-right: 5px;}

/* トップ：floatの設定の解除 */
#navi:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* block部分枠
----------------------------------------------- */
#topBlock {
	width:760px;
	margin-bottom: 0;
	margin-left:25px !important;
	margin-left/**/:0px;	/*IEのみ*/
	background-image: url(../img/top/blockBg.gif);
	background-repeat: repeat-y;
}

#topBlock_left{
	float:left;
	text-align: left;
	width:450px;
}

#topBlock_right{
	float:right;
	width:310px;
	text-align: right;
}

#topBlock_left p{
	margin: 0;
	padding: 0;
}

#topBlock_right p.section{
	width:270px;
	text-align: left;
	margin-left: 40px;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

#topBlock_left p.section{
	width:430px;
	text-align: left;
	margin-left: 10px;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

#toplink{
	text-align: left;
	padding-left: 30px;
}

#toplink ul{
	list-style:none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#toplink li{
	line-height: 150%;
	padding: 2px 0 2px 15px;
	margin: 0px;
	list-style-type: none;
	background-image: url(../img/top/ico_mark2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 75%;
}

/* トップblock：floatの設定の解除 */
#topBlock:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* 組合についてテーブル
----------------------------------------------- */
#kumiaiTable {
	width: 440px;
	margin: 10px 0 10px 0;
	line-height: 100%;
}

#kumiaiTable th {
	padding: 2px;
	text-align: left;
	width:110px;
}

#kumiaiTable td {
	padding: 2px;
	text-align: left;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
}

/* 参加組合テーブル
----------------------------------------------- */
#sankaTable {
	width: 410px;
	margin: 10px 0 10px 0;
	line-height: 100%;
}

#sankaTable td {
	padding: 2px;
	text-align: left;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	width: 200px;
	vertical-align: top;

}

#sankaTable ul{
	list-style:none;
	margin: 0px 0px 0px 10px;
	padding: 0px;

}
#sankaTable li{
	line-height: 150%;
	padding-left: 15px;
	margin: 0px;
	list-style-type: none;
	background-image: url(../img/top/ico_mark.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* その他
----------------------------------------------- */
.clear { clear:both; }

/* 印刷パーツ
----------------------------------------------- */

#h-line,
#print-info,
#print-left,
.print-skip { display:none; }/*印刷する時だけ表示させる*/

