﻿@charset "UTF-8";

/* ヘッダー */
body {
	border-top: 10px #2278bf solid;
}

#bg_left {
    width: 50%;
    height: 100px;
    position: absolute;
    right: 50%;
    margin-right: 535px;
    background-image: url(/ranking/bg_left.gif);
    background-size: 1px 100px;
    background-repeat: repeat-x;
    background-position: left bottom;
    z-index: 1;
    display: block;
}

#bg_right {
	width: 50%;
    height: 100px;
    position: absolute;
    left: 50%;
    margin-left: 535px;
    background-image: url(/ranking/bg_right.gif);
    background-size: 1px 100px;
    background-repeat: repeat-x;
    background-position: right bottom;
    z-index: 1;
    display: block;
}

header {
    background: url(/obj2/master_bg.jpg) top no-repeat;
    background-size: 1200px 260px;
}

header nav ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    display: table;
}

header nav li {
    display: table-cell;
    white-space:nowrap;
}

/* GMENU TOP余白 */
.gmenu-listfirst {
    height:49px;
}
/* GMENU 要素 */
header ul li a {
    color: #fff;
    text-decoration: none;
    outline: none;
    font-weight: bold;
    font-size: small;
    display: block;
    line-height: 1;
    padding: 10px 20px 10px 20px;
}


header ul li em {
    /*background: url("/ranking/nav_a01.png") no-repeat center left;*/
    color: #fff;
    text-decoration: none;
    outline: none;
    font-style: normal;
    font-weight: bold;
    font-size: small;
    display: block;
    line-height: 1;
    /*padding: 16px 20px 16px 20px;*/
    padding: 10px 20px 10px 20px;
}

header #nav_top li.char03 a:hover, #nav_top li.char03 em {
    background: url("/ranking/nav_a01.png") no-repeat center left;
    text-decoration: none;
    background-size: 86px 36px;
}


header #nav_top li.char04 a:hover, #nav_top li.char04 em {  
    background: url("/ranking/nav_a02.png") no-repeat center left;
    text-decoration: none;
    background-size: 100px 36px;
}

header #nav_top li.char06 a:hover, #nav_top li.char06 em {
    background: url("/ranking/nav_a04.png") no-repeat center left;
    text-decoration: none;
    background-size: 128px 36px;
}

header #nav_bottom li.char03 a:hover, #nav_bottom li.char03 em {
    background: url("/ranking/nav_b01.png") no-repeat center left;
    text-decoration: none;
    background-size: 86px 36px;
}

header #nav_bottom li.char04 a:hover, #nav_bottom li.char04 em {
    background: url("/ranking/nav_b02.png") no-repeat center left;
    text-decoration: none;
    background-size: 100px 36px;
}

header #nav_bottom li.char05 a:hover, #nav_bottom li.char05 em {
    background: url("/ranking/nav_b03.png") no-repeat center left;
    text-decoration: none;
    background-size: 114px 36px;
}

header #nav_bottom li.char06 a:hover, #nav_bottom li.char06 em {
    background: url("/ranking/nav_b04.png") no-repeat center center;
    text-decoration: none;
    background-size: 128px 36px;
}

header #nav_bottom li.char07 a:hover, #nav_bottom li.char07 em {
    background: url("/ranking/nav_b05.png") no-repeat center center;
    text-decoration: none;
    background-size: 142px 36px;
}

header #nav_bottom li.char08 a:hover, #nav_bottom li.char08 em {
    background: url("/ranking/nav_b06.png") no-repeat center center;
    text-decoration: none;
    background-size: 156px 36px;
}

header #nav_bottom li.char09 a:hover, #nav_bottom li.char09 em {
    background: url("/ranking/nav_b07.png") no-repeat center center;
    text-decoration: none;
    background-size: 170px 36px;
}

header #nav_top {
	background-color: #04589E;
}

header #nav_bottom {
	background-color: #2278bf;
}