@charset "euc-jp";

@import url("./layout.css");

div#pagetitle {
    background:url(../images/h1_public_bg.gif) no-repeat left;
				height:40px;
				width:510px;
				margin:0 0 15px;
}

div#pagetitle h1{
				color:#FFFFFF;
				padding:8px 0 0 15px;
}

ul#errer {
				padding:10px 20px;
				background-color:#FFCCCC;
}

ul#errer li {
    color:#FF0000;
				font-weight:bold;
}

span.example {
    font-size:10px;
}

table .select tr {
    border-bottom:none;
}

ul {
   list-style-type:disc;
			margin:0 0 0 20px;
}
li {
   list-style-type:disc;
}