/* ------------------------
記事の入力エリア
------------------------*/    
#main_comment{
	padding: 5px 0px 5px 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


#main_comment h2{
	border-bottom-width: 2px;
}


#main_comment p{
	font-size: 0.9em;
	line-height: 1.7em;
	letter-spacing: 0.2em;
}

#main_comment li{
	font-size: 0.9em;
	line-height: 1.7em;
	letter-spacing: 0.2em;
	margin: 5px;
	list-style-position: outside;
}

#main_comment strong{
	line-height: 1.7em;
	letter-spacing: 0.2em;
	color: #9C0;
	font-weight: bold;
}

#main_comment a{
	color: #00F;
	text-decoration: underline;
}

.date{
	padding: 0px;
	color: #360;
	background-color: #9C9;
	text-align: right;
	margin: 0px;
	font-size: 0.7em;
}

.back{
	font-size: 0.7em;
	padding: 2px;
	margin-bottom: 20px;
	text-align: right;
	margin-right: 5px;
}
.text_big{
	font-size: 1.5em;
}
.text_red{
	color: #F00;
}
.img-erea{
	font-size: 0.75em;
	color: #999;
	text-align: center;
	margin: 3px;
}
.clear{
	clear: both;
}
.name{
	font-size: 0.75em;
	line-height: 1.7em;
	letter-spacing: 0.2em;
	color: #666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.hr{
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9C0;
}
.hr{
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9C0;
}
.sub_comment{
	font-size: 0.85em;
	color: #666;
}
.text_b{
	color: #000;
	font-weight: bold;
}
.text_b_red{
	color: #F00;
	font-weight: bold;
}


/* ------------------------
更新日一覧エリア
------------------------*/   
#date_area{
	word-spacing: 180px;
	padding: 0px;
	width: 180px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
	line-height: 1.2em;
}
#date_area ul li{
	font-size: 0.75em;
	color: #666;
	list-style-position: outside;
	list-style-image: url(../img/baketuine/list.gif);
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: none;
}

/* ------------------------
ナビボタンエリア
------------------------*/ 

#navi_area{
	clear:both;
	width:575px;
	height:60px;
	padding:0; /* 100318_hashimoto */
	margin:0;
	float: none;

}

#navi_area_up{/* 100318_hashimoto */
	clear:both;
	width:575px;
	height:60px;
	padding:0 0 10px 0; 
	margin:0;
	float: none;
}


#navi_area ul {
	list-style:none;
	margin:0;
	padding:0;
}

#navi_area li {
	margin:0;
	padding:0;
	float:left;
}


#navi_area a {
	color:#ffffff;
`	padding:0;
}


#navi_area_up ul {
	list-style:none;
	margin:0;
	padding:0;
}

#navi_area_up li {
	margin:0;
	padding:0;
	float:left;
}


#navi_area_up a {
	color:#ffffff;
`	padding:0;
}

.caption{
	font-size: 0.6em;
	color: #999;
	text-align: center;
}

