@charset "shift-jis";

* {
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(img/background_grass_line.gif) repeat-y right;
	color: #FFFFFF;
	font-size: 80%;
}

html, body {height: 100%;}

div {
	margin: 0px;
	padding: 0px;
}


/* レイアウト関連 */


#container {
	min-height: 100%;
	height: auto !important;
	margin: 0px 155px -26px 0px;
}

#contents {
	margin: 0px;
	padding: 76px 30px 40px 40px ;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

#footer {
	clear: both;
	margin: -26px 0px 0px -155px;
	padding: 4px 0px;
	background: url(http://www.packers.jp/img/background_grass_darker.gif);
	text-align: center;
}

#header {
	position: absolute;
	left: 0px;
	right: 155px;
	top: 0px;
	height: 76px;
	padding: 0px 0px 0px 40px;
	background: #F5D70F url(img/background_yellow.gif);
}

#titlelogo {
	height: 55px;
}

#menu {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 155px;
	height: 100%;
	bottom: 0px;
	background: url(http://www.packers.jp/img/background_grass_darker.gif);
}

#menu ul{
	padding-top: 20px;
	padding-bottom: 20px;
}

#menu ul li.spacing {
	padding-bottom: 10px;
}

#next {
	width: 155px;
	height: 76px;
	background: #F5D70F;
}



/* 主要タグ */

a, a:visited {
	color : #FFE840;
}


table{
	font-size : 100%;
	text-align: center;
}
td{
	font-size : 12px;
	line-height: 1.2em;
	padding: 6px 3px;
	vertical-align: top;
}
th {
	font-weight: normal;
}
ul{
	list-style-position : outside;
	margin: 5px 5px 5px 1.6em;
	padding-left: 0.5em;
	line-height : 1.4em;
}
li{
	margin-top : 6px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : auto;
	line-height : 1.4em;
}
hr {
	margin-top: 20px;
	margin-bottom: 10px;
	height : 1px;
	border: 0px;
	border-top: 1px solid #DCD7CD;
	color: #006400;
}
h1 {
	height:1%;
	margin-top: 3em;
	margin-bottom: 3em;
	font-family: "Verdana", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 16px;
	color: #FFE840;
}
em {
	color: #FFEE00; 
	font-style: normal
}

img.portrait {
	float: right;
	padding-left: 5px;
}



h6.year {
	line-height: 2.5em;
}

h6.year a,
h6.year a:link,
h6.year a:visited,
h6.year a:active
h6.year a:hover{
	padding: 4px 4px;
	background: url(http://www.packers.jp/img/background_grass_darkest.gif);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #668866;
	box-shadow: 0px 0px 0px 1px #113311;
	-moz-box-shadow: 0px 0px 0px 1px #113311;
	-webkit-box-shadow: 0px 0px 0px 1px #113311;
	color: #FFFFFF;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	text-decoration: none;
	behavior: url(http://www.packers.jp/PIE.htc);
}

h6.year a:hover{
	background: #004000;
	color: #FFE840;
}

h6.year a:hover{
	background: #DDDEBF;
	color: #000;
}



/* 表関連 */

.roster {
	margin-bottom : 20px;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

.roster .position, .roster .positionjp {
	padding-top: 4px;
	padding-bottom: 3px;
	border-top: 1px solid #706666;
	background: #212103;
	text-align: center;
	color : #dcdcd2;
	font-size : 13px;
	font-weight: bold;
}
.roster .position {
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
}
.roster .positionjp {
	font-weight: normal;
}
.roster th {
	background: #AAAA77;
	color: #444433;
	font-size: 12px;
	border-right: 1px solid #005000;
	text-align: center;
}

.roster td {
	background: url(img/background_grass.gif);
	border-bottom: 1px solid #004000;
}

.roster td.playername, .roster td.arialbold {
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	text-align: left;
}
.roster td.note {
	text-align: left;
	font-size: 12px;
}
.roster td.spacing {
	border-width: 0px;
	border-style: none;
}
.roster p {
	margin: 0.5em;
}

td.playername, td.rookiebold, td.nflebold {
	font-family : "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	text-align: left;
	padding-left: 8px;
}
.rookie, .rookiebold {
	color: #FFE840;
}
.nflebold {
	color: #BFEBFF;
}
.roster td.title {
	font-size: 12px;
	font-weight: bold;
	text-align : center;
	border-width: 0px;
	border-style: none;
}

/* 年リスト */

.year {
	margin: 0px ;
	padding: 15px 0px 0px 0px;
	font-family: "Tahoma", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}
.year a, .year a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.year a:hover {
	text-decoration: underline;
	color: #FFE840;
}
.year strong  {
	font-weight: bold;
	color: #FFFFFF;
}


/* パーツ */

.arialbold {
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
}

.plate {
	margin: 20px 0px;
	padding: 0px;
	border: 1px solid #003000;
	color: #F4F4E3;
	font-size: 12px;
}
.plate h3 {
	margin: 2px;
	border: 1px solid #003000;
	background: #005000 url(img/background_grass_darker.gif);
	padding: 5px 0px 4px 7px;
	font-weight: bold;
	font-size: 13px;
}
.plate div {
	margin: 2px;
	padding: 5px 15px 5px 5px;
	border: 1px solid #003000;
	text-align: left;
	line-height: 1.4em;
}
.plate em {
	font-weight: bold;
}
.gray{
	color: #BEBEB4;
}
h4.updated {
	font-family: "Verdana", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	color: #AAAA88;
	text-align : left;
	padding: 20px 0px 0px;
}

.no {
	display: none;
}
