/*** Normalized ***/


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

#container {
    width: 764px;
    margin: 0 auto 30px 0;
    border-left: 1px solid;
}

#header {
    height: 150px;
    padding: 0;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

#logo {
    position: absolute;
    z-index: 1;
    width: 217px;
    height: 81px;
    margin: 69px 0 0 546px;
}

#key_visual {
    width: 763px;
    height: 150px;
}

#slogan {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 10px 0;
}

#main_container {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

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

/* Begin Menu */

#main_nav_container {
    margin: 0;
    height: 30px;
    border-left: 1px solid;
}

#main_nav_list {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

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

#main_nav_container a {
    display: block;
    padding: 7px 0 0 20px;
    width: 89px;
    height: 23px;
    line-height: 21px;
    float: left;
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0;
    overflow: hidden;
}

/* Begin SubMenu */

#sub_nav_container {
    margin: 0;
    height: 20px;
    border-left: 1px solid;
    background-repeat: repeat-y;
    background-position: right top;
}

.sub_nav_list {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
}

#sub_nav_container a {
    display: block;
    padding: 2px 0 0 20px;
    width: 89px;
    height: 18px;
    float: left;
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0;
    overflow: hidden;    
}

/**/

#sub_container1 {
    border-top: 1px solid;
}

#sub_container2 {
    margin: 0;
    padding: 20px 30px 10px 30px;
    border-top: 1px solid;
}

#sub_container3 {
    clear: both;
    font-size: 0pt;
    height: 1px;
    border-bottom: 1px solid;
}

#footer_text {
    font-family: verdana, arial, tahoma;	
    height: 20px;
    padding: 9px 15px 0 30px;
    font-size: 10px;
    border: 1px solid;
}

/* Begin Content */

.content table {
    width: 100%;
    border-left: 1px solid;
    border-top: 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.content th {
    background-repeat: repeat-x;
    background-position: bottom;
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 2px 5px 2px 5px;
    text-align: left;
    font-size: 11px;
    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 */

#search_block {
    width: 305px;
    height: 25px;
    padding: 6px 0 0 10px;
    border: 1px solid;
}

#search_block .caption {
    font-family: arial, verdana, tahoma;
    font-size: 9pt;
    font-weight: bold;
    width: 50px;
    float: left;
    padding-top: 3px;
}

#search_block input {
    width: 170px;
    height: 14px;
    border-color: #a9a9a9;
}

#search_block button {
    margin-left: 5px;
    border-color: #a9a9a9;
    height: 18px;
    font-size: 9px;
    margin-bottom: 1px;
}

/* End Search */

.content button {
    height: 21px;
    border: 1px solid;
}

.content textarea {
    border: 1px solid;
}

.content input {
    border: 1px solid;
}

.content fieldset {
    border: 1px solid;
}

/* Begin Pager */

#pager {
    width: 315px;
    height: 20px;
    font-family: arial, tahoma, verdana;
    padding: 4px 0 0 20px;
    margin: 15px 0 15px 0;
    /*	text-align: center;*/

    font-size: 8pt;
    border: 1px solid;
}

#pager #current_page {
    margin: 0 60px 0 60px;
}

#pager #prev {
    /*	width: 50px;*/

}

#pager #next {
    /*	width: 50px;*/

}

#pager a {
    text-decoration: none;
}

#pager a:hover {
    font-style: italic;
}

/* End Pager */

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

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

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

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

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

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

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


