@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 2px;
	padding-left: 32px;
	font-size: 12px;
	color: #333;
	padding-right: 12px;
}

a img {
	border: none;
}


a:link {
	color: #414958;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {

}

.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto;
}

.header {
	background-color: #0B1DBB;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-left: 24px;
}
.header2 {
	background-color: #0B1DBB;
	width: 960px;
}

.sidebar1 {
	float: left;
	width: 240px;
	background-color: #FFFFFF;
}
.content {
	width: 715px;
	float: left;
	padding-bottom: 24px;
	background-color: #FFFFFF;
}

.title01 {
	width: 670px;
	float: left;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #BE0501;
	padding-left: 18px;
	padding-top: 6px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../image/css_image/title01_red.jpg);
	background-repeat: repeat-x;
}
.title02 {
	width: 650px;
	float: left;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-left: 36px;
	padding-top: 6px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../image/css_image/title01_blue.gif);
}
.players-name {
	width: 730px;
	float: left;
	height: 22px;
	font-size: 16px;
	font-weight: bold;
	color: #06F;
	padding-left: 36px;
	padding-top: 6px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.title03 {
	width: 650px;
	float: left;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-left: 36px;
	padding-top: 6px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../image/css_image/title02_red.gif);
}
.title04 {
	width: 748px;
	float: left;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #FF9900;
	padding-left: 18px;
	padding-top: 6px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../image/css_image/title04_orange.jpg);
	background-repeat: repeat-x;
}
.title05 {
	width: 680px;
	float: left;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #006;
	background-color: #3399CC;
	padding-left: 18px;
	padding-top: 6px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../image/css_image/title05_skyblue.jpg);
	background-repeat: repeat-x;
}
.title06 {
	float: left;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #45B4E2;
	width: 440px;
}

.p2 {
	font-size: 12px;
	color: #000;
	padding-right: 0px;
	padding-left: 24px;
}
.container .content table tr td p {
	font-size: 13px;
	color: #333;
	padding-left: 12px;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
ul.nav {
	list-style: none;
	margin-bottom: 0px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
ul.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
ul.nav a, ul.nav a:visited {
	display: block;
	text-decoration: none;
	background-color: #005087;
	color: #FFF;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 18px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #45B4E2;
	color: #FF0;
}

ul.nav2 {
	list-style: none;
	margin-bottom: 0px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
ul.nav2 li {
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: 4px;
	margin-top: -3px;
	margin-bottom: -3px;
}
ul.nav2 a, ul.nav2 a:visited {
	display: block;
	text-decoration: none;
	background-color: #B1EFFE;
	color: #009;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 30px;
}
ul.nav2 a:hover, ul.nav2 a:active, ul.nav2 a:focus {
	background-color: #666699;
	color: #FFF;
	font-weight: bold;
}

ul.nav3 {
	font-size: 12px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-bottom: 0px;
	list-style: none;
}
ul.nav3 li {
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: 4px;
	margin-top: -3px;
	margin-bottom: -3px;
}


ul.nav3 a, ul.nav3 a:visited {
	display: block;
	text-decoration: none;
	background-color: #6699CC;
	color: #FFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 42px;
}

ul.nav3 a:hover, ul.nav3 a:active, ul.nav3 a:focus {
	background-color: #CC0033;
	color: #FFF;
}

ul.nav4 {
	list-style: none;
	margin-bottom: 0px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
ul.nav4 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
ul.nav4 a, ul.nav4 a:visited {
	display: block;
	text-decoration: none;
	background-color: #BE0501;
	color: #FFF;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 18px;
}
ul.nav4 a:hover, ul.nav4 a:active, ul.nav4 a:focus {
	background-color: #CC66FF;
	color: #FF0;
}

ul.nav5 {
	list-style: none;
	margin-bottom: 0px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
ul.nav5 li {
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: 4px;
	margin-top: -3px;
	margin-bottom: -3px;
}
ul.nav5 a, ul.nav5 a:visited {
	display: block;
	text-decoration: none;
	background-color: #FFCCFF;
	color: #900;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 30px;
}
ul.nav5 a:hover, ul.nav5 a:active, ul.nav5 a:focus {
	background-color: #CCCCCC;
	color: #C03;
	font-weight: bold;
}

.footer {
	background-color: #0B1DBB;
	position: relative;
	clear: both;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 2px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


