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

body{
font-family:Arial, Helvetica, sans-serif;
font-size:0.875em;
}

.chapter{
margin:5em 3em 10em 3em;
}

.section{
margin:1em 1em 1em 1em;
width:650px;
}

.paragraph{

}

.para{
width:700px;
}

.indent{
text-indent:1em;
}

.source{
border-style:solid;
border-width:thin;
border-color:#ccccff;
font-size:70%;
padding:1em 5em 1em 5em;
}

.result{
border:double;
border-color:#cc9999;
padding:1em 5em 1em 5em;
margin:1em 0em 1em 0em;
}

a{
font-weight:700;
}

strong{
color:#FF0000;
font-size:1em;
}

h1{
font-size: 1.5em;
text-align:center;
}

h2{
text-align:center;
font-size: 1.2em;
color:#ffffff;
background:#000000;
}

h3{
font-size: 1.2em;
}


h4{
font-size: 1em;
}
.danraku{
text-indent:1em;
}


.center{
text-align:center;
}

.under{
position:relative;
top:10%;
}

.box{
border:solid;
padding:1% 5% 1% 5%;
}


