@charset "utf-8";

/* 階層ページのスタイル */

/*headding*/
h4{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:2.0em;
	border-left:solid 10px #333;
	padding-left:10px;
}
h5{
	font-weight:bold;
	margin:1em 0;
}
h6{
	text-decoration:underline;;
}

/* リスト */
ul.ulstyle{
	margin:1.0em;
}
ul.ulstyle li{
	list-style-type:circle;
	margin-left:2.0em;
}



/* 定義リスト */
dl.dlstyle{
	margin:1.0em 0.5em;
}
dl.dlstyle dt{
	font-weight:bold;
	text-decoration:underline;
	margin-top:20px;
}
dl.dlstyle dd{
	margin-left:1.0em;
}

/*テーブル*/
table.list-table{
	margin-bottom:2.0em;
}
table.list-table td{
	text-align:center;
}

table.kikaku-table{
	margin-top:2.0em;
	width:60%;
	border-collapse:separate;
	border-spacing:2px;
}
table.kikaku-table td{
	background-color:#ffff80;
	padding:0.5em;
}


/*展示ページ*/

table.tenji-headding{
	background-color:#ffff80;
}



.upload{
	text-align:right;
}

