/*-- 目次(リフォーム) --*/
div.re_navi {
    margin: 10px 0px 0px 0px;
    width:100%;
    background-color:#FFFFFF;
}

/*-- 目次(本体) --*/
div.re_index {
    margin: 5px 0px 0px 0px;
    width:100%;
    padding:0em 0 0.5em 0;
    background-color:#d9ffd9;
}

/* リフォーム日記　目次 */
div.mokuji_box {
 	margin:0px 0px 10px 10px;
	width:97.5%;
}
div.mokuji_h {
 	margin:0px;
	padding: 10px 0 5px 0;
}
div.mokuji_h1 {
	margin:0px;
	float:left;
	width:39%;
}
.mokuji_h2 h2 {
	 margin:0;
	 text-align:left;
	 padding: 7px 0 0 0;
	 font-size:1.1em;
	 color:#00A73C;
	 font-weight:bolder;
}
div.mokuji_box img {
	margin:0;
}
div.mokuji_block {
	margin: 0px;
	padding: 0;
	background-color:#FFFFE1;
	border-top:1px solid #F6A453;
	border-left:1px solid #F6A453;
	border-bottom:2px solid #ffffff;
	border-right:2px solid #ffffff;
	overflow: auto;
	height:450px;
	font-size:1em;
    width:100%;
}
#mokuji table {
	width:100%;
	display:block;
}

td.mokuji_01, td.mokuji_02, td.mokuji_03, td.mokuji_04 {
	text-align:left;
	font-size:1em;
	padding: 0.1em 0 0 0.5em;
	border-bottom-color:#ECD35E;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
td.mokuji_01 {
    width:10em;
}
td.mokuji_02 {
    width:17.5%;
}
td.mokuji_03 {
	width:70%;
}
td.mokuji_04 {
    width:4%;
}
td.mokuji_02 a {
    display:block;
    text-decoration: none;
    color:#007900;
}
td.mokuji_02 a:hover {
	color:#3C3CFF;
	text-decoration: none;
}
td.mokuji_02 a:link {
	color: #0033CC;
}
td.mokuji_02 a:hover {
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFCC33
}
td.mokuji_02 a:visited {
	color: #820000
}

