@charset "utf-8";
/* CSS Document */

h2#title01 {
	background-image:url(../img/index/h2_02.png);
}
div#editable h3 {
	margin:0 0 0.8em;
	padding:0.3em 0 0 45px;
	height:32px;
	overflow:hidden;
	font-size:1em;
	line-height:2.2em;
	color:#333;
	background-image:url(../img/h3.png);
	background-repeat:no-repeat;
}
div#editable h4 {
	margin:0 0 0.5em 1em;
	padding:0;
	color:rgb(51,153,0);
	font-size:1.25em;
}

div#editable dl {
	margin:0 2em 0.5em;
	padding:0;
}
div#editable dl dt {
	margin:0 0 0.5em 1em;
	padding:0;
	color:rgb(153,51,0);
	text-decoration: underline;	/*font-size:1.1em;*/
}
div#editable dl dd {
	margin:0 0 2em 3em;
	padding:0;
}

div#editable dl dd ul {
	margin:0 0 0 3em;
	padding:0;
}
#editable dl dd.notedd {
	background-image: url(../../img/com/noteline.png);
	line-height: 25px;
}
#editable .image {
	float: right;
	margin: 0 0 0 10px;
}

