@charset "utf-8";

/* @group ***base*** */

div.box {
	margin-bottom: 15px;
}
div.box p.data {
	text-align: right;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: green;
	padding-bottom: 5px;
}

/* @group ***font*** */

div.box strong {
	font-weight: bolder;
}
div.box em {
	font-style: italic;
}

/* @end */

/* @group ***list*** */

div.box ul,div.box ol {
	margin-left: 30px;
}
div.box ul li {
	list-style-type: disc;
}
div.box ol li {
	list-style-type: decimal;
}

/* @end */

/* @group ***image*** */

div.box img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	clear: both;
	margin-bottom: 5px;
	margin-right: 5px;
}
div.box img.alignright {
	float: right;
	margin-left: 5px;
	
}
div.box img.alignleft {
	float: left;
	margin-right: 5px;
}
div.box img.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* @end */

