@charset "utf-8";

/* =======================================================
	organization.css
	*This document validates as CSS level 3

	Author: Mamico Tosa
	Last modified: [ 2014/3/12 ]
	CSS構成: 委員会組織専用

	-----------------------------------------------------
	■基本骨格
	container		 980px
		main		 730px
		side		 240px
	footer
======================================================= */

/***************************************
TOC:
 *   00 : 共通
***************************************/


/*  00 : 共通
---------------------------------------------------------------------- */
article h1 { margin-bottom : 15px ; }
table {	border : solid 1px #cccccc ; }
th,
td {
	text-align : left ;
	padding : 10px ;
	border : solid 1px #cccccc ;
}

/* 組織体系図 --------- */
#figure {
	margin: 0 0 60px;
	position : relative ;
	min-height : 580px ;
}
#figure table {
	width : 480px ;
	position : absolute ;
	top : 183px ;
	left : 260px ;
	background : #ffffff ;
}
#figure th { background : #efc125 ; }


/* 理事・監事 一覧 ---------- */
#list table {
	width : 920px ;
	margin : 0 30px ;
}
#list th { background : #fdf2ef ; }

#list p { margin : 10px 0 10px 1.5em ; }
#list .box {
	border : solid 5px #efefef ;
	margin : 10px 10px 10px 1.5em ;
	padding : 8px 2em ;
	display : block ;
	line-height : 1.8 ;
}
.box a {
	background : url(../img/icon-pdf.png) no-repeat ;
	padding-left : 20px ;
}
