@charset "utf-8";

/*
 * ページスタイル
 */
#content_title {
	font-size: medium;
	padding: 1px 10px 1px 10px;
/*
	border: 5px solid #365f91;
*/
	border-left: #365f91 15px solid;
	border-bottom: #365f91 1px dotted;
	letter-spacing: 0.2em;
}
#clause_title {
	font-size: small;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 1px 10px 1px 10px;
/*
	border: 3px double #365f91;
*/
	border-left: #365f91 10px solid;
	border-bottom: #365f91 1px dotted;
	letter-spacing: 0.5em;

}

#clause_content {

}

#clause_edit {
	text-align: right;
}
#clause_edit a {
	border: 1px dotted #365f91;
}

#annotation_title {
	font-size: small;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 1px 10px 1px 10px;
/*
	border: 3px double #365f91;
*/
	border-left: #365f91 10px solid;
	border-bottom: #365f91 1px dotted;
	letter-spacing: 0.5em;
}

#annotation_content {

}
#annotation_edit {
	text-align: right;
}
#annotation_edit a {
	border: 1px dotted #365f91;
}

#error_content {
	font-weight: bold;
	color: #ff0000;

}




