/*_________________________________________________
                                    common style */
.grayline{
	border-bottom:1px solid #666;
	margin-bottom:1em;
}

/*_________________________________________________
                                       container */
#contents{
	width: 740px;
	margin: 35px auto;
}

#contents #submenu{
	width: 180px;
	float: left;
	vertical-align: top;
}

#contents #contentsbody{
	float: right;
	width: 530px;
	vertical-align: top;
}

#contents #contents600{
	width: 600px;
	margin: 0 auto;
}

/*_________________________________________________
                                        sub menu */
#submenu_ttl{
	background: url("img/menu_title.gif") no-repeat;
	width: 180px;
	height: 43px;
	font-weight: bold;
	color: #406D17;
	text-align: center;
	padding: 8px 0 0 0;
	font-size: 12px;
}

#submenu ul,li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#submenu li.subfocus{
	background-color: #ECF5EA;
}

#submenu a.subtop{
	border-top: 1px dashed #666;
}

#submenu a{
	background: url("img/sub_arrow.gif") no-repeat;
	display: block;
	background-position: left;
	border-bottom: 1px dashed #666;
	padding: 7px 0 7px 32px;
	margin: 0 0 0 0;
}

#submenu a:link{
	text-decoration: none;
	color: #000;
}

#submenu a:visited{
	text-decoration: none;
	color: #000;
}

#submenu a:hover{
	text-decoration: none;
	color: #6EA040;
}

#submenu a:active{
	text-decoration: none;
	color: #000;
}

/*_________________________________________________
                                   contents body */
img.cttl{
	display: block;
	margin-bottom: 10px;
}

.pagetop{
	text-align: right;
	margin-top: 20px;
}

img.pageicon{
	vertical-align: middle;
}

.pagetop a:link{
	color: #59774D;
	text-decoration: none;
}

.pagetop a:visited{
	color: #59774D;
	text-decoration: none;
}

.pagetop a:active{
	color: #90AE84;
	text-decoration: none;
}

.pagetop a:hover{
	color: #90AE84;
	text-decoration: none;
}

/*_________________________________________________
                                    new contents */

span.newtxt{
	color: #f00;
	font-weight: bold;
}

.newitem{
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #666;
}

.newttl{
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #061A64;
	border-left: 5px solid #061A64;
	padding-left:10px;
	font-size: 110%;
}

.newbody{
	padding-left:1em;
	margin-top: 5px;
}

/*_________________________________________________
                                    introduction */
.ntable{
	width: 100%;
	background-color: #666;
}

.ntable td,th{
	padding: 5px;
}

.ntable th{
	background-color: #E8E8E8;
}

.ntable td{
	background-color: #fff;
}

.tdtop{
	vertical-align: top;
}

/* jimukyoku */
.jimukyoku{
	margin: 1em 0 0 0;
	padding: 0 0 1em 0;
	border-bottom: 1px dotted #333;
}

.jimukyoku dl,dt,dd{
	margin: 0;
	padding: 0;
}

.jimukyoku dt{
	text-indent: -1em;
	margin-left: 1em;
}

.jimukyoku dd{
	margin-top: 0.5em;
}

/* iinkai */
.comittees dt,dd{
	margin: 0;
	padding: 0;
}

dl.comittees{
	clear: both;
	padding-top: 1em;
	margin: 0;
}

.comittees dt{
	float: left;
	font-weight: bold;
	margin-right: 1em;
	width: 60px;
}

.comittees dd{
	float: left;
	display: block;
}

.gairai{
	text-align: center;
}

/* guide */
.idenguide li{
	list-style:decimal;
	margin-bottom: 1em;
}
.idenguide2{
	margin-bottom: 1em;
}

.idenguide2 li{
	list-style:lower-alpha;
	margin-bottom: 0;
}

/* list table */
.cligenet_list{
	width: 100%;
	font-size: 80%;
}

.cligenet_list td{
	padding: 5px;
}

.cligenet_list .bg{
	background-color: #E8E8E8;
}
