@charset "UTF-8";

/* IE6, IE7, Firefox で動作します */

@import "../../layout_position.css";

/* layout ****************************************************************** */

html {
    background-color: #000;
}

* {
    color: #fff;
}

* a
{
    text-decoration:none;
    background-color: none;
}
* a:hover {
    text-decoration:none;
    background-color: none;
}

body {
    margin: 0 auto;
    padding: 20px;
    width: 900px;
}

#main
{
    margin: 0 auto;
	padding-top: 2px;
    width: 900px;
    position: absolute;
}

.layout_header {
    margin-top: 20px;
    position: absolute;
    top: 0;
    width: 900px;
    height: 36px;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
    clear: both;
    background-color: #000;
    color: #fff;
    z-index:10;
}

.confirm_form
{   
    clear: both;
    margin-top:55px;
    top:165px;
    height:470px;
    width:900px;
    color: #000;
    background-color: #fff;
    z-index: -1;
}

.content_form
{
    clear: both;
    margin-top: 20px;
}

.search_nav
{
    float:left;
}

.search_text
{
    float:right;
}
.menu_form
{
    position: absolute;
    left: 0;
    top: 602px;
    clear: both;
    z-index: 100;
    margin:0;
}

.category_link_form
{
    position: absolute;
    left: 20px;
    top: 65px;
    width: 500px;
    height: 30px;
    clear: both;
    font-weight: bold;
    font-size: 95%;
    color: #000;
}

.link_text
{
    color: #000;
}

.video_form
{
    position: absolute;
    left: 20px;
    top: 95px;
    width: 500px;
    height: 375px;
    clear: both;
    background-color: #fff;
    color: #000;
}

.advertisement_form
{
    position: absolute;
    left: 550px;
    top: 95px;
    width: 330px;
    height: 330px;
    clear: both;
    background-color: #fff;
    color: #000;
}

#advertisement_hr {
    position: absolute;
    left: 550px;
    top: 433px;
    width: 328px;
    height: 4px;
    background-image: url("images/advertisement_hr.png");
    background-repeat: no-repeat;
}
#main_title {
    position: absolute;
    left: 550px;
    top: 442px;
    height: 13px;
    width: 328px;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}
#main_subtitle {
    position: absolute;
    left:0;
    margin-top: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}
/* *********************************************************** search_form */
#search_form
{
    position: absolute;
    left: 0;
    top: 543px;
    width: 900px;
    height: 36px;
    clear: both;
}

#search_button {
    position: absolute;
    left: 823px;
    top: 8px;
    width: 65px;
    height: 22px;
    border:0;
    background-image: url("images/search_button.png");
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #747272;
}
#search_text {
    position: absolute;
    left: 635px;
    top: 9px;
    width: 180px;
    height: 18px;
    border: 1px solid #7f9db9;
    color: #000;
}

#search_menu_bar_1, #search_menu_bar_2, 
#search_menu_bar_3, #search_menu_bar_4 {
    position: absolute;
    left: 7px;
    top: 8px;
    width: 3px;
    height: 19px;
    background-image: url("images/search_menu_bar.png");
    background-repeat: no-repeat;
}

#search_category, #search_favorite,
#search_recommend, #search_other {
    position: absolute;
    left: 16px;
    top: 10px;
    height: 9px;
    font-weight:bold;
}

#search_menu_bar_2 {
    left: 65px;
}

#search_favorite {
    left: 75px;
}

#search_menu_bar_3 {
    left: 195px;
}

#search_recommend {
    left: 205px;
}

#search_menu_bar_4 {
    left: 360px;
}

#search_other {
    left: 369px;
}
#search_hr {
    position: absolute;
    left: 0;
    top: 579px;
    width: 900px;
    height: 4px;
    background-image: url("images/header_hr.png");
    background-repeat: no-repeat;
    background-color: #000;
}

/* ********************************************************** search_form */
#footer_image {
    position:absolute;
    margin-top: 60px;
    margin-bottom:40px;
    margin-left: 470px;
    height: 20px;
    width: 232px;
    vertical-align: bottom;
	background-image: url("images/footer.png");
	background-repeat: no-repeat;
}
/* ****************************************************************** layout */

/* table user_list ***************************************/
.list
{
    position: absolute;
    left: 174px;
    top: 603px;
    width: 714px;
    z-index: 1;
    clear:both;
}

table.user_list {
    position: absolute;
    margin-bottom: 40px;
    width:688px;
}
table.user_list th
{
    width:80px;
    vertical-align: top;
}
table.user_list td
{
    padding-left: 6px;
    width:128px;
    vertical-align: top;
    font-size: 85%;
    color: #000;
    padding-right:6px;
}
table.user_list th,
table.user_list td
{
	line-height: 1.4;
    padding-bottom: 15px;
}

.td_title
{
    font-weight: bold;
    width:142px;
}

.pager_links
{
    text-align:center;
    padding-top: 20px;
}
.pager_links a
{
    text-decoration: underline;
}
/* table user_list ***************************************/


