/*** Normalized ***/


#main_body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-position: bottom;
    background-repeat: repeat-x;
}

#container {
    margin: 0 auto 20px auto;
    width: 738px;
}

#header {
    height: 155px;
    padding: 0;
}

#logo {
    position: absolute;
    z-index: 1;
    margin-left: 0px;
    margin-top: 30px;
    width: 150px;
    height: 95px;
    background-position: left top;
    background-repeat: no-repeat;
}

#key_visual {
    position: absolute;
    width: 600px;
    height: 150px;
    margin-left: 130px;
    margin-top: 3px;
}

#slogan {
    font-family: arial, tahoma, verdana;
    font-weight: bold;
    font-size: 18px;
    padding: 0 0 10px 0;
}

#main_container {
    margin: 5px 0 0 0;
    background-position: left top;
    background-repeat: repeat-y;
}

/* Begin Menu */

#main_nav_left {
    position: absolute;
    height: 25px;
    width: 5px;
}

#main_nav_container {
	overflow: hidden;
    margin: 1px 0 0 0;
    background-position: left top;
    background-repeat: repeat-x;
}

#main_nav_list {
    height: 25px;
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: right top;
    padding: 0 5px 0 5px;
}

#main_nav_list li {
    float: left;
    padding: 0;
}

#main_nav_list a {
	overflow: hidden;
    text-align: center;
    height: 19px;
    line-height: 17px;
    width: 104px;
    padding: 6px 0 0 0;
    display: block;
    background-repeat: no-repeat;
    background-position: right top;
}

/* Begin SubMenu */

#sub_nav_container {
    padding: 0;
    width: 187px;
}

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    clear: both;
    padding: 0;
    margin: 0;
}

.sub_nav_list a {
	overflow: hidden;	
    text-decoration: none;
    text-align: left;
    height: 19px;
    line-height: 17px;    
    padding: 7px 0 0 15px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    background-repeat: no-repeat;
    background-position: left top;
}

/**/

#sub_container1 {
    padding-top: 22px;
    width: 187px;
    float: right;
    background-repeat: no-repeat;
    background-position: right top;
}

#sub_container2 {
	width: 510px;
    margin: 0;
    padding: 30px 18px 10px 18px;
    background-repeat: no-repeat;
    background-position: left top;
}


#content_container {
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    overflow: hidden;
    width: 100%;
}

#footer_text {
    clear: both;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-top: 33px;
    padding: 0 0 20px 30px;
    font-family: verdana, arial, tahoma;
    font-size: 10px;
}

/* Begin Content */

.content table {
    margin-left: 2px;
    width: 99%;
    border-left: 1px solid;
    border-top: 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 11px;
}

.content th {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
    text-align: left;
    font-weight: bold;
    font-family: tahoma, verdana, arial;
}

.content td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
}

/* End Content */

/* Begin Search */

/* End Search */

.content button {
    height: 21px;
    border: 1px solid;
    font-size: 10pt;
}

.content textarea {
    border: 1px solid;
}

.content input {
    border: 1px solid;
}

.content fieldset {
    border: 1px solid;
}

/* Begin Pager */

#pager {
    width: 250px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: left top;
    font-family: arial, tahoma, verdana;
    padding: 8px 0 0 0;
    margin: 15px 0 15px 0;
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
}

#pager a {
    text-decoration: none;
}

#pager a:hover {
    text-decoration: underline;
}

#pager #current_page {
    padding: 0 15px 0 15px;
}

#pager #previous_page {
    margin-right: 25px;
}

#pager #next_page {
    margin-left: 25px;
}

/* End Pager */

.content {
    font-family: arial, tahoma, verdana;
    font-size: 13px;
    margin: 5px 0 15px 0;
    padding: 0;
}

.content p {
    font-family: arial, tahoma, verdana;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.content a {
    font-family: arial, tahoma, verdana;
    font-size: 13px;
    text-decoration: none;
}

.content a:hover {
    font-family: arial, tahoma, verdana;
    font-size: 13px;
    text-decoration: underline;
}

.content h1 {
    font-family: arial, tahoma, verdana;
    font-size: 27px;
}

.content h2 {
    font-family: arial, tahoma, verdana;
    font-size: 20px;
}

.content h3 {
    font-family: arial, tahoma, verdana;
    font-size: 17px;
}


