@charset "UTF-8";

h3 {
	background: url(../images/title2.gif);
}

div#contents ul li {
	margin: 0 0 0 20px;
	list-style: circle;
}

div#contents ol li {
	margin: 5px 0 5px 5px;
	list-style: decimal;
}

div.copy {
	width: 100%;
}

div.copy img {
	margin-left: 22px;
	display: block;
}

div#contents dl {
	border-top: 1px dashed #333333;
	padding-top: 10px;
}

*html ul {
	margin-left: 40px;
	margin-bottom: 10px;
	font-weight: bold;
}

*html div#headerNavi ul
, *html dl ul {
	margin-left: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

h3 + ul {
	margin-left: 40px;
	margin-bottom: 10px;
	font-weight: bold;
}

div#contents p {
	margin-left: 60px;
	font-weight: bold;
}

div#notes {
	color:#767676;
	margin: 0px 100px 5px 0px;
	padding: 5px 10px;
	border:1px #767676 dotted;
}
div#award p{
	color:#767676;
	margin: 0 0px 0 15px;
	font-weight:normal;
}
div#award img{
	margin: 5px 0px;
}



