@charset "utf-8";
/*==========================================================

 @sitename JPAP.JP
 @lastupdate 2008/10/20

==========================================================*/

/* table
----------------------------------------------------------*/
table.matrix {
	line-height:1.5;
}

table.matrix th,
table.matrix td {
	padding:8px 14px;
	border:1px solid #ccc;
}

table.matrix th {
	font-weight:bold;
	background:#effbff;
}



/*==========================================================

 Grid

==========================================================*/

/* section */
div.section {
	margin:0 3px 50px 8px;
	width:515px;
}

div.section h3 {
	margin-bottom:0.9em;
}

div.section div.subsection {
	margin-top:35px;
}

div.section div.subsection h4 {
	margin-bottom:0.4em;
	padding-bottom:7px;
	background:url(../img/dotline.gif) no-repeat left bottom;
}

/* section > position */
div.section div.left {
	float:left;
	padding-top:5px;
	padding-right:30px;
}

div.section div.right {
	float:right;
	padding-top:5px;
	padding-left:30px;
}



/*==========================================================

 Contents Page

==========================================================*/

/* privacy policy
----------------------------------------------------------*/
ol.policy {}

ol.policy h4 {
	padding-top:1px;
	font-size:90%;
	line-height:1.8;
}

ol.policy.icon li {
	margin-bottom:20px;
}

ol.policy.icon ul.noicon {
	margin-bottom:1.2em;
}

ol.policy.icon ul.noicon li {
	margin-left:0;
	margin-bottom:0.2em;
	list-style:none;
}

ol.policy.icon ol {
	margin:0 0 1.2em 25px;
}

ol.policy.icon ol li {
	padding-left:0;
	margin-left:0;
	margin-bottom:0.2em;
	list-style:decimal;
}



/* member
----------------------------------------------------------*/
dl.member {
	clear:left;
	margin-top:9px;
	padding-bottom:11px;
	background:url(../img/dotline.gif) no-repeat left bottom;
	line-height:1.5;
}

dl.member dt {
	float:left;
	width:130px;
	font-weight:bold;
}

dl.member dd {
	margin-left:130px;
}

dl.member.desk dt {width:230px;}
dl.member.desk dd {margin-left:230px;}


/* chairman */
table.chairman {
	margin-top:22px;
	line-height:1.3;
}

table.chairman th {
	padding-right:30px;
	padding-bottom:5px;
}

/* structure */
table.structure {
	margin-top:10px;
	* margin-top:20px;
}

table.structure th {
	width:115px;
}

table.structure li {
	margin-bottom:0.5em;
}

/* assessment */
table.assessment {
	margin-top:10px;
	* margin-top:20px;
}

table.assessment thead th,
table.assessment thead td {
	background-color:#e8f6d2;
	font-weight:bold;
}

table.assessment tbody th {
	width:110px;
	_width:140px;
	font-weight:normal;
}


/* notfound
----------------------------------------------------------*/
div.notfound {
	font-size:110%;
}



/* Clearfix
----------------------------------------------------------*/
div.section,
div.subsection {
	zoom:1;
}

div.section:after,
div.subsection:after {
	content:"";display:block;height:0;
	clear:both;visibility:hidden;
}

* html div.section,
* html div.subsection {
	display:inline-table;
	/*\*/display:block;/**/
}