﻿#main2{
	position:relative;
    width: 100%;
    height: 175px;
}
#main3
{
    position:relative;
    width: 178px;
    float: left;
}
#main4{
    width: 562px;
    float: left;
    margin-left: -10px;
}
#main5{
    width: 270px;
    height: 180px;
    float: left;
    margin-top:15px;
}
#main6{
    width: 664px;
    height: 72px;
    float: left;
    margin-right: 8px;
}
#player{
	height:40px;
	background:#79d8e3;
    list-style-type: none;
    list-style-position: outside;
}
#player li{
    float: left;
    position: relative;
    height:40px;
    width:40px;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#ffffff;
    font-size:16px;
    line-height:2.4em;
    cursor:pointer;
}
#nav2{
	margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    margin-top:20px;
    width:99.9%;
}
#nav2 li{
    margin-bottom:10px;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #cf642e;
    text-decoration: none;
    white-space: nowrap; 
}
#nav2 a{
	display:block;
    line-height: 20px;
    padding: 0px 0px 0px 9px;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #cf642e;
    text-decoration: none;
    white-space: nowrap; 
    width:163px;
}
#nav2 a:hover{
    background-color:#cf642e;
    background-image:url('../images/gradient2.gif');
    color:White;
}
#nav2 li:hover a{
    color:White;
}

.reward
{
    border-top:1px solid silver;
    padding-top:15px;
    margin-top:20px;
}

.reward div
{
    width:150px;
    float:left;
    margin-right:10px;
    text-align:center;
}

#hrule {
	background-color: #41331D;
	height: 1px;
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
