@CHARSET "UTF-8";


/*******************************************************************************

    feed

*******************************************************************************/
#header #rss_icon
{
    position: absolute;
    top: 5px;
    right: 5px;
    
    cursor: pointer;
}


/*******************************************************************************

    counter

*******************************************************************************/
#header .dt_counter_header_bottom_left
{
    position: absolute;
    top: 55px;
    left: 5px;
}

#header .dt_counter_header_bottom_right
{
    position: absolute;
    top: 55px;
    right: 5px;
}


/*******************************************************************************

    site map

*******************************************************************************/
#main .dt_siteMap li
{
    list-style-image: url("../../images/style/icon_sitemap_lv1.jpg");
}


/*******************************************************************************

    form content

*******************************************************************************/
#main .cautionFont
{
    font-size: 12px;
}

#main .cautionSymbolColor
{
    color: rgb(255, 0, 0);
    font-weight: bold;
}

#main .formTable .formRowHeader
{
    width: 170px;
    
    text-align: left;
}

.formInput, .formTextContents
{
    font-size: 12px;
    color: rgb(51, 51, 51);
    border: 1px solid rgb(170, 170, 170);
}

.form2ItemTitle
{
}

.form2ItemValue
{
    margin: 0px 0px 20px 15px;
}

.form2HeadlineMiddle
{
}

.form2Note
{
    margin: 0px 0px 20px 15px;
}

.form2Text2
{
    margin: 20px 0px 20px 0px;
}


/*******************************************************************************

    form width

*******************************************************************************/
.aThirdWidth
{
    width: 151px;
}

.halfWidth
{
    width: 227px;
}

.twoThirdsWidth
{
    width: 302px;
}

.fullWidth
{
    width: 453px;
}


/*******************************************************************************

    form height

*******************************************************************************/
.smallHeight
{
    height: 95px;
}

.mediumHeight
{
    height: 155px;
}

.largeHeight
{
    height: 285px;
}


/*******************************************************************************

    form button

*******************************************************************************/
#main .buttonLayoutTable
{
    text-align: center;
    border: none;
}

#main .buttonLayoutTable td
{
    text-align: center;
    background: rgb(10, 10, 10);
    border: none;
}

#main .formButton
{
    width: 100px;
    height: 30px;
    
    margin: 0px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    font-weight: bold;
    color: rgb(238, 238, 238);
    background: url("../../images/style/btn_form.jpg") no-repeat center top;
    border: none;
    
    cursor: pointer;
}

#main .formButton:hover
{
    background: url("../../images/style/btn_form_r.jpg") no-repeat left top;
}


/*******************************************************************************

    edit table

*******************************************************************************/
#dt_area_content table.dt_alt, #dt_area_content table.dt_alt th, #dt_area_content table.dt_alt td
{
    border: 1px dotted rgb(221, 221, 221);
}


/*******************************************************************************

    edit form tag

*******************************************************************************/
#dt_area_content form
{
    border: 1px dotted rgb(221, 221, 221);
}


/*******************************************************************************

    html parts category title

*******************************************************************************/
#dt_area_content .categoryTitle
{
    margin: 0px 0px 10px 0px;
    background: rgb(10, 10, 10);
}

#dt_area_content .categoryTitle a
{
    color: rgb(255, 255, 255);
    text-decoration: none;
    
    cursor: auto;
}


/*******************************************************************************

    html parts category title

*******************************************************************************/
#dt_area_content .categoryTitle
{
    margin: 0px 0px 10px 0px;
    background: rgb(255, 255, 255);
}

#dt_area_content .categoryTitle a
{
    color: rgb(0, 0, 0);
    text-decoration: none;
    
    cursor: auto;
}
