﻿body {
}
.all
{
}
.title_body
{
    padding:10px; font-size:30px; font-weight:bold;
}
.space_title
{
    background-image: url('../images/title_bg.gif'); background-repeat: repeat-x; height:10px; margin-bottom:15px;
}
.index
{
    border:solid 1px #dedfe1; line-height:150%; padding:5px;      
}
.index ol
{
    margin-left:18px; margin-top:0px; margin-bottom:5px;
}
.index li
{
    color:#999999;
    list-style-type: square;   
}
.index li a
{
    color:#3366cc; text-decoration:underline;
}
.title_content
{
    border-bottom:solid 1px #dedfe1; padding-bottom:5px; margin-bottom:15px; margin-top:20px; font-size:20px; font-weight:bold;
}
.title_content table
{
    width:100%;
}

.content
{
    font-size:16px; text-align:left; line-height:180%; 
}
.space_bottom
{
    height:300px;
}