@charset "utf-8";
/* CSS Document */
#writebox .boxbox {
	height: auto;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}


#midbox .boxbox h3.subtitle {
	color: #47924D;
	padding-bottom: 20px;
	text-indent: 0px;
	font-size: 90%;
	height: auto;
	width: auto;
	padding-top: 10px;
}
.boxbox .L,.boxbox .R {
	height: auto;
	width: 290px;
	float: left;
}
#midbox .boxbox h4 {
	color: #666666;
	margin-bottom: 10px;
}
#writebox .boxbox ul {
	height: auto;
	width: auto;
	padding-left: 15px;
}
#writebox .boxbox li {
	color: #666666;
	height: auto;
	width: auto;
	font-size: small;
	display: block;
	padding-left: 10px;
	background-image: url(../common/point_arrow_R.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	line-height: 1em;
	padding-top: 5px;
	padding-bottom: 10px;
}
#writebox .boxbox li a {
	display: block;
	height: auto;
	width: 250px;
	color: #03F;
	text-decoration: none;
	vertical-align: bottom;
}
#writebox .boxbox li a:hover {
	text-decoration: underline;
}
#writebox .boxbox ol {
	height: auto;
	width: auto;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#writebox .boxbox ol li {
	background-image: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: auto;
}
#writebox .boxbox ol li a {

}
#writebox .boxbox ol li a:hover {
}
