@charset "UTF-8";
/*-----------------------------
       INFORMATION
----------------------------- */


/* INDEX */

.infoIndexList ul{
	margin:0 0 30px 0;
	padding:0;
	line-height:1.6em;
}
.infoIndexList li{
	list-style:none;
	margin:8px auto 8px 15px;
	padding:0 0 0 15px;
	text-indent:-15px;
}
.infoIndexList li a{
	background:url(../../common/img/linkArrow.gif) no-repeat left 2px; 
	padding-left:15px;
}
.infoIndexList li a:hover{
	background:url(../../common/img/linkArrow_f2.gif) no-repeat left 2px; 
	 padding-left:15px;
}


/* JIZEN SODAN */

.infoSodanTable {
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	width:100%;
	margin-bottom:30px;
}
.infoSodanTable th {
	padding:8px 5px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:center;
	vertical-align:top;
	background:#EDEDED;
	width:60px;
}
.infoSodanTable td{
	padding:8px 15px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:left;
}
.infoSodanTable th.name{
	background:#C5EAB6;
	vertical-align:top;
	width:50px;
}
.infoSodanTable td.borderDot {
	border-bottom:1px dotted #CCC;
}

/*------------*/
.infoSodanTable dl {
	margin-bottom:0px;
}
.infoSodanTable dt {
	float:left;
	width:150px;
	line-height:1.2em;
}
.infoSodanTable dd {
	width:auto;
	line-height:1.2em;
}


/* SETSUMEI KAI */

#infoSetsumeiTable {
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	width:100%;
	margin-bottom:30px;
}
#infoSetsumeiTable th, #infoSetsumeiTable td{
	padding:5px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:center;
}
#infoSetsumeiTable td{
	border-bottom:1px solid #CCC;
	width:170px;
	height:60px;
	line-height: 1.6em;
}
#infoSetsumeiTable td.border1{
	border-bottom:1px solid #CCC;
}
#infoSetsumeiTable th.name{
	background:#C5EAB6;
}
#setsumeiTable th.date{
	background:#EDEDED;
	color:#333;
	font-weight:normal;
}
#infoSetsumeiTable th.detail{
	background:#EDEDED;
	text-align:center;
}

