/* CSS Document */



/*-------------------------------------------------------
h
-----------------------------------------*/
h1{font-size:18px;
}



/*-------------------------------------------------------
p
-----------------------------------------*/
p.right {
text-align: right;
font-size: 0.95em;
line-height: 140%;
margin: 20px 0 30px 0;
}

p.one_indent {
text-indent:-1.5em;
padding-left:2.5em;
}


p.one_brackets_indent {
text-indent:-1.5em;
padding-left:1.5em;
}


p.two_round_indent {
text-indent:-1em;
padding-left:2.5em;
}


p.two_brackets_indent {
text-indent:-1.5em;
padding-left:4em;
}

p.two_indent {
padding-left:1.5em;
}

/*-------------------------------------------------------
list
-----------------------------------------*/
ul{
margin-left:30px;
line-height:200%;
}


li{
line-height:200%;
}



/*-------------------------------------------------------
table
-----------------------------------------*/
table.left{
border-collapse: collapse;
}


th.left{
width: 700px;
vertical-align: text-top;
text-align: center;
border: 1px solid #000;
padding: 5px 5px 5px 5px;
}


th.right{
width: 650px;
vertical-align: text-top;
text-align: center;
border: 1px solid #000;
padding: 5px 5px 5px 5px;
}


td.left{
width: 700px;
vertical-align: text-top;
border: 1px solid #000;
padding: 5px 5px 5px 5px;
}


td.right{
width: 650px;
vertical-align: text-top;
border: 1px solid #000;
padding: 5px 5px 5px 5px;
}



/*-------------------------------------------------------
div
-----------------------------------------*/
.content_left p{
line-height:200%;
}


.div_content{
width:720px;
border:0px solid red;
margin-left:20px;
}


.div_content ol li{
margin-left:20px;
padding-top:10px;
}

.div_content ol li ol li{
margin-left:30px;
}
