﻿/* --------------------------------------------------------------*/
/* sub06 css */
/* ------------------------------------------------------------- */

/* --------------------------------------------------------------*/
/* middle */
/* --------------------------------------------------------------*/

#middle {
    background-image    : url(../images/sub06_background.png);
    background-position : center top;
    background-repeat   : no-repeat;
    height              : 480px;
}

#content_container {
    background-image    : none;
}

#content {
    background-image    : none;
    height              : 478px;
}

#content_background {
    background-image    : none;
}

/* --------------------------------------------------------------*/
/* content_left */
/* --------------------------------------------------------------*/

#content_left {
    position            : absolute;
    top                 : 140px;
    left                : 90px;
    width               : 180px;
}

* html #content_left {
    left                : 70px;
}

#content_left .csc-textpic-image {
    padding-top         : 8px;
}

#content_left h1 {
    text-align          : center;
    font-weight         : normal;
}

/* --------------------------------------------------------------*/
/* content_middle */
/* --------------------------------------------------------------*/

#content_middle {
    position            : absolute;
    top                 : 125px;
    left                : 298px;
}

#content_middle table {
    width               : 334px;
    height              : 60px;
    border-collapse     : collapse;
}

#content_middle td {
    width               : 25%;
    text-align          : center;
}

#content_middle td p {
    font-size           : 12px;
    padding             : 0;
    margin              : 0;
}

#content_middle a {
    color               : #fff;
    font-family         : Helvetica, Arial, Verdana, Sans-Serif;
    font-size           : 1em;
    font-weight         : bold;
    text-decoration		: none;
    outline             : none;
}

/* --------------------------------------------------------------*/
/* content_right */
/* --------------------------------------------------------------*/

#content_right {
    position            : absolute;
    top                 : 140px;
    right               : 75px;
    width               : 195px;
}

* html #content_right {
    left:645px;
}

#content_right .csc-textpic-image {
    padding-top         : 8px;
}

* html #content_right {
    right               : 30px;
}

#content_right h1 {
    text-align          : center;
    font-weight         : normal;
}

/* --------------------------------------------------------------*/
/* flash */
/* --------------------------------------------------------------*/

#flash {
    position            : absolute;
    bottom              : 30px;
}