/*************************************************************************************************************************
/**  GENERAL
/************************************************************************************************************************/

*
    {
    margin: 0;
    padding: 0;
    }

html
    {
    height: 100%;
    background-color: white;
    }

body
    {
    color: black;
    line-height: 1.4em;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    }

/********************** LINKS **********************/

a
    {
    text-decoration: none;
    }

a:link, a:active
    {
    color: #003366;
    }

a:visited
    {
    color: #000000;
    }

a:hover
    {
    text-decoration: none;
    }

/********************** TABLES *********************/

table
    {
    width: 100%;
    font-family: inherit;
    font-size: 12px;
    }

th
    {
    background-color: #DDDDDD;
    text-align: center;
    }

/********************** FORMS *********************/

select
    {
    font-family: inherit;
    font-size: 10px;
    }

input
    {
    font-family: inherit;
    font-size: 12px;
    }

fieldset
    {
    border: 1px dotted #DDDDDD;
    padding: 15px;
    background-color: #FDFDFD;
    }

label
    {
    font-weight: bold;
    }

legend
    {
    font-size: 14px;
    font-weight: bold;
    color: #A7A612;
    }

/*********************** ETC **********************/

img
    {
    border: 1px dotted #CCCCCC;
    }

li
    {
    margin-left: 30px;
    margin-right: 30px;
    }

/*************************************************************************************************************************
/**  MyPAGE
/************************************************************************************************************************/

#container
    {
    width: 1024px;
    margin: 0 auto;
    margin-top: 15px;
    }

#banner
    {
    /*float: left;
    position:relative;
    width: 161px;
    height: 604px;
    top: 263px;
    background-color: white;
    background: url(googlead);*/
    }

#page
    {
    width: 846px;
    margin: 0 auto;
    padding-bottom: 15px;
    text-align: left;
    }

/*************************************************************************************************************************
/**  MyHEADER
/************************************************************************************************************************/

#header
    {
    height: 140px;
    margin: 0px;
    background: url(../images/top.bg.jpg) repeat;
    }

#innerHeaderLeft
    {
    float: left;
    }

#innerHeaderRight
    {
    position: relative;
    bottom: -51px;
    left: -10px;
    font-size: 11px;
    text-align: right;
    }

#innerHeaderRight table
    {
    background-color: #DDDDDD;
    }

#innerHeaderRight th
    {
    background-color: #DDDDDD;
    text-align: center;
    }

#innerHeaderRight td
    {
    border: none;
    padding: 0px;
    text-align: left;
    }

#innerHeaderRight a:link, #innerHeaderRight a:visited
    {
    color: #506E72;
    text-decoration: none;
    }

#innerHeaderRight a:hover
    {
    color: #FFFFFF;
    text-decoration: none;
    }

/*************************************************************************************************************************
/**  MyCONTENT
/************************************************************************************************************************/

#content
    {
    margin-top: 0;
    margin: 0 auto;
    width: 100%;
    }

#content p
    {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 3px;
    margin-bottom: 25px;
    border: 1px dotted #CCCCCC;
    background-color: #FCFCFC;
    }

#content a
    {
    color: #A7A612;
    font-weight: bold;
    }

#content a:hover
    {
    font-weight: bold;
    text-decoration: underline;
    }

#code p
    {
    margin-left: 0px;
    margin-right: 16px;
    margin-top: 3px;
    margin-bottom: 25px;
    border: 1px dashed #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    background-color: #F0F0F0;
    }

.titlePage
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #778CA3;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    }

.titleChapter
    {
    color: #A7A612;
    }

.titleParagraph
    {
    font-size: 14px;
    font-weight: bold;
    color: #CC0000;
    }

.myStrong
    {
    color: #CC8800;
    font-weight: bold;
    }

.myItalic
    {
    font-style: italic;
    }

.myLink
    {
    font-weight: bold;
    text-decoration: underline;
    }

.myCode
    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    }

.name
    {
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    }

