

/*　=========　リンク設定　=========　*/

a {
    text-decoration:underline;
	color: #EE6669;
}
a:hover {
	color: #EE6669;
	text-decoration: none;}





/*　=========　ヘッダー #g_navi 設定　=========　*/


#g_navi {
background-position:right top;
background-repeat:repeat;
clear:both;
list-style-type:none;
}

#g_navi li {
	float:left;
	display: block;
	height: 30px;
	width: 130px;
}

#g_navi a {
background-image: url(../image/menu.jpg);
background-image:url(../image/menu.jpg);
background-repeat:no-repeat;
display:block;
height:30px;
text-indent:-9999px;
width:130px;
}
#g_navi #gn01 {
background-position:0 0;
}
#g_navi #gn02 {
background-position:-130px 0;
}
#g_navi #gn03 {
background-position:-260px 0;
}
#g_navi #gn04 {
background-position:-390px 0;
}
#g_navi #gn05 {
background-position:-520px 0;
}
#g_navi #gn06 {
background-position:-650px 0;
}
#g_navi #gn01:hover {
background-position:0 -30px;
}
#g_navi #gn02:hover {
background-position:-130px -30px;
}
#g_navi #gn03:hover {
background-position:-260px -30px;
}
#g_navi #gn04:hover {
background-position:-390px -30px;
}
#g_navi #gn05:hover {
background-position:-520px -30px;
}
#g_navi #gn06:hover {
background-position:-650px -30px;
}


/*　=========　フッター　リンク設定　=========　*/

#foot a,#foot a:link,#foot a:visited{
color: #003584;
text-decoration:none;
font-weight:normal;
}
#foot a:hover {
text-decoration:underline;
color:#003584;
font-weight:normal;
}








/*　=================　TOPページ以下階層　　=================　*/


/*　右上　ページナビゲーション　リンク設定　*/
#navi a {
    text-decoration:underline;
	color: #e8383d;
}
#navi a:hover {
	text-decoration: none;
	color: #e8383d;
}











/**　　sonota　　**/

td{
line-height:1.4;
}


/*　見出し　*/
.p_title {
color:#1E3D75;
font-family: "Century Gothic",Verdana,Arial,sans-serif;
font-size:14px;
font-weight:bold;
}

/*　選手　英語表記　*/
.sub_name{
font-size:10px;
font-weight:lighter;
color:#999999;
font-family:Arial, Helvetica, sans-serif;
}



/*　背景色・area余白　*/
.back_fixed{
background-color: #0b1326;
padding:10px;
text-align:left;
}

/*　画像の余白設定　*/
.back_fixed p img {
margin-right: 10px;
margin-bottom: 10px;
text-align:center;
}





.player_top img {
margin-bottom: 15px;
}


img.Left{/*画像回り込み　左*/
float:left;
margin-right:20px;
margin-bottom:10px;
position:static;
}

img.Right{/*画像回り込み　右*/
float:right;
margin-left:20px;
margin-bottom:10px;
position:static;
}

