br.spOnly {
    display: none;
}

div#nr_body h1#nr_title {
    padding-bottom: 20px;
}
div#nr_body h2 {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

div#photoArea1 {
    margin: 40px auto 70px;
    text-align: center;
}
div#photoArea1 div.photo {
    display: inline-block;
}
div#photoArea1 div.photo img {
    width: 350px;
    margin: 0 10px 0;
}
div#photoArea1 div.photo div.caption {
    margin-top: 15px;
}



div#outline {
    margin-bottom: 70px;
    position: relative;
}

div#photoArea2 {
    position: absolute;
    top: 40px;
    left: 570px;
}
div#photoArea2 img {
    width: 230px;
}
div#photoArea2 div.caption {
    margin-top: 15px;
    position: relative;
    left: 25px;
}

div#outline h3 {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    margin: 30px auto 30px;
}
div#outline dl {
    width: 800px;
    margin: 0 auto 0;
    line-height: 1.6;
}
div#outline dl dt {
    white-space: nowrap;
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
    width: 150px;
    padding: 8px;
}
div#outline dl dt::before {
    content: "● ";
    color: LightGrey;
}
div#outline dl dd {
    display: inline-block;
    padding: 8px;
    width: 600px;
}
div#outline dl dd#actDetails {
    width: 100%;
    padding-left: 25px;
}
div#outline dl dd dl#activity {
    width: 100%;
}
div#outline dl dd dl#activity dt, div#outline dl dd dl#activity dd {
    padding: 0;
    margin-bottom: 5px;
}
div#outline dl dd dl#activity dt {
    width: 80px;
    white-space: nowrap;
}
div#outline dl dd dl#activity dt::before {
    content: none;
}
div#outline dl dd dl#activity dt::after {
    content: "：";
}
div#outline dl dd dl#activity dd {
    width: 700px;
}

div#refs {
    line-height: 1.8;
    margin-bottom: 30px;
}
div#refs h3 {
    font-weight: bold;
    margin-bottom: 15px;
}
div#refs ul.relation li a {
	padding-left: 20px;
    padding-top: 10px;
	text-align: left;
	background: url(../../img/relation_icon.gif) 0 5px no-repeat transparent;
	margin: 0 auto;
}




