/*------各記事と「somosomo」で使用----------------*/
/*------タイトル下全体----------------*/
#next_body {
	clear: both;
}
/*------記事部分　幅475px ----------------*/
#kiji {
	background-color: #FFF;
	float: left;
	width: 475px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*------各ページのタイトル（黄色部分） ----------------*/
#kiji h3 {
	font-size: medium;
	font-weight: 600;
	background-image: url(images/hu_yellow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffc833;
	border-bottom-color: #999;
}
/*------各記事のタイトル（緑部分） ----------------*/
#kiji h4 {
	font-size: 95%;
	background-image: url(images/kakupage/hu_green_mini.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99cc00;
	border-bottom-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#kiji img {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#kiji p {
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
/*↑で下ラインあるので、項目一覧にリンク無し<p>を入れるとき↓が必要*/
#kiji .li_p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 1.5em;
	vertical-align: bottom;
	margin-top: 2px;
}
/*------ただのpと違うのは、行間の指令がある（1.7em） -----------*/
#kiji .p {
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.7em;
}
#kiji .p ul {
	padding-left: 10px;
	margin-left: 5px;
	margin-top: 5px;
}
/*--↑のpadding-leftと↓は、効果は同じだ。--*/
#kiji .p ul li {
	margin-left: 5px;
}
#kiji .p ol {
	padding-left: 20px;
}
/*--これを0にしても「div.p」のulには影響ないようだ。--*/
#kiji ul {
	margin-left: 5px;
}
/*--olは1.2.3.4の方ね。--*/
ol li {
	margin-bottom: 0.1em;
}
/*------最初の項目一覧の「ul」で使う---------*/
#kiji_top {
	font-size: small;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/*法規などの項目一覧の、最初用（_1）中間用（_2）最後用（_3:下線有り）だが、最後下線なくてもいいかも*/
/*(>_<)そういえば「id」が重複しちゃいけないんじゃ・・・！！今後は「class」で使用すること！*/
#kiji_top_1 {
	font-size: small;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}
.kiji_top_1 {
	font-size: small;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}
#kiji_top_2 {
	font-size: small;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
}
.kiji_top_2 {
	font-size: small;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
}
#kiji_top_3 {
	font-size: small;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.kiji_top_3 {
	font-size: small;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
}
 .gotop {
	text-align: right;
	display: block;
}
/*---「.iromoji」だけで良さそうなので。--
p .iromoji {
	font-weight: bold;
	color: #F60;
}
----------------------------------------*/
.iromoji {
	font-weight: bold;
	color: #F60;
}
ol.num3 li {
	position: relative;
	list-style: none;
}
ol.num3 li span {
	position: absolute;
	top: 0.3ex;
	left: -1.4em;
}
* html ol.num3 li span { top: -0.1em; } /* for win ie6 */
*:first-child+html ol.num3 li span { top: -0.1em; } /* for win ie7 */

ol.num4 {
	padding-top: 0.5em;
}
ol.num4 li {
	position: relative;
	list-style: none;
	padding-left: 1.2em;
	margin-left: 0.2em;
}

ol.num4 li span {
	position: absolute;
	left: -1.4em;
}
* html ol.num4 li span { top: -0.1em; } /* for win ie6 */
*:first-child+html ol.num4 li span { top: -0.1em; } /* for win ie7 */

ol.num5 li {
	margin-left: 2em;
	position: relative;
	list-style: none;
}
ol.num5 li span {
	position: absolute;
	top: 0.3ex;
	left: -1.4em;
}
* html ol.num5 li span { top: -0.1em; } /* for win ie6 */
*:first-child+html ol.num5 li span { top: -0.1em; } /* for win ie7 */

/*------↓どっかある？
ol.num5 li {
	margin-left: 2em;
}
-------------------------------*/
/*------↓どっかある？---------*/
 .left {
	float: left;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*------記事中に公告はもう無いと思われる。削除予定---------*/
.koukoku {
	background-color: #FEDDFE;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*-----------------------------------------------------------------------------------------------
「classのnum4」と、リスト全体の上部余白部分しか違わなかったので、統一してこちら削除しました。
ol.keta li {
	position: relative;
	list-style: none;
	padding-left: 1em;
}
ol.keta li span {
	position: absolute;
	top: 0.3ex;
	left: -1.4em;
}
* html ol.keta li span { top: -0.1em; } /* for win ie6 

*:first-child+html ol.keta li span { top: -0.1em; } /* for win ie7 
-------------------------------------------------------------------------------------------------*/

/*--------------------------------------------
「table」どっかにあったっけ？あれば復活。
#kiji table {
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: small;
}
#kiji table tr td {
	padding-top: 3px;
	padding-bottom: 3px;
}
---------------------------------------------*/
/*---これも無さそうだなあ。---*/
.tr_green td {
	background-color: #CFF;
}
/*-----↓「#kiji_top」と同じなのでコメント化-------
#kiji_top_line {
	font-size: small;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
-------------------------------------------------*/

