/* CSS Document */

html {
	height:100%;
}
body {
	width:100%;
	height:101%;
	
	margin:0px;
	padding:0px;
	
	background-image:url(../_images/_bg/bg.gif);
	background-repeat:repeat;
	
	background-color:#769C9C;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:15px;
}

table, form, div {
	margin:0px;
	padding:0px;
}

div {
	position:relative;
}


input, textarea,select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;

	margin-top:2px;
	margin-bottom:2px;
}

input.box {
	margin-right:3px;
}


a {
	text-decoration:underline;
	color:#5E7D7D;
}

a.but {
	font-family:"Times New Roman", Times, serif;
	color:#5E7D7D;
	font-size:12px;
	line-height:21px;
	text-decoration:none;
	
	height:20px;
	
	padding-left:18px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	border:1px solid #5E7D7D;
	
	background-color:#BDD0C1;
	background-image:url(../_images/_but/but_bg_lo.gif);
	background-repeat:no-repeat;
}
a.but:hover {
	background-color:#C8ECD0;
	background-image:url(../_images/_but/but_bg_hi.gif);
}
a.but2 {
	font-family:"Times New Roman", Times, serif;
	color:#5E7D7D;
	font-size:12px;
	line-height:21px;
	text-decoration:none;
	
	height:20px;
	
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:1px;
	border:1px solid #5E7D7D;
	
	background-color:#BDD0C1;
}
a.but2:hover {
	background-color:#C8ECD0;
}




div.bg {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	z-index:50;
}

td.lyrMain {
	background-color:#EEFAF1;
}
div.lyrMain {
	width:800px;
	padding-bottom:50px;	
}

div.lyrNav1,div.lyrNav1txt {
	position:absolute;
	top:20px;
	width:800px;
	height:30px;
	
	line-height:29px;
	
	background-color:#BDD0C1;
	z-index:60;
	
	white-space:nowrap;
}
div.lyrNav2, div.lyrNav2txt {
	width:auto;
	
	height:20px;	
	line-height:20px;
	
	background-color:#BDD0C1;
	
	white-space:nowrap;
}

div.lyrNav1txt a, div.lyrNav2txt a {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	
	padding-left:8px;
	padding-right:8px;
	
	float:left;
	
	white-space:nowrap;
}
div.lyrNav1txt a.hi, div.lyrNav1txt a:hover, div.lyrNav2txt a.hi, div.lyrNav2txt a:hover {
	color:white;
}



img.portrait {
	border:1px solid #59706F; 
	margin-right:20px;
	
	z-index:4;
}
img.label {
	position:absolute;
	
	margin-left:10px;
	margin-top:60px;
	
	z-index:5;
}

img.new {
	margin-left:20px;
}




div.cnt {
	padding-left:30px;
	padding-right:100px;
}

p.tit {
	margin-top:20px;
	margin-bottom:30px;
	
	font-family:"Times New Roman", Times, serif;
	color:#5E7D7D;
	font-size:24px;
}

p.subtit,span.subtit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#5E7D7D;
	
	margin:0px;
	margin-bottom:3px;
}
.err {
	color:#FF0000;
}


div.grid table.tit {
	background-color:#C1CFC0;
	border-top:1px solid #677C7C;
	height:19px;
}
div.grid table.tit td {
	padding:0px;
	margin:0px;
}

div.grid table.tit td a {
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;
	color:#5E7D7D;
}
div.grid table.tit td a.hi {
	color:white;
}

div.grid td.line {
	height:1px;
	background-color:#677C7C;
}
div.grid table.cnt td.tit {
	font-weight:bold;
	padding-left:22px;
	padding-top:12px;
}
div.grid table.cnt td.date {
	padding-top:12px;
	padding-right:22px;
}
div.grid table.cnt td.txt {
	padding:22px;
	padding-top:10px;
	padding-bottom:6px;
}



div.xmas {
	position:absolute;
	left:78px;
	top:100px;
	width:122px;
	height:97px;
	
	z-index:100;
}



div.butHallofFame {
	position:absolute;
	left:759px;
	top:175px;
	width:122px;
	height:97px;
	
	z-index:60;
	
	background-image:url(../_images/_but/but_hall_of_fame_shadow.png);
	background-repeat:no-repeat;
}
div.butHallofFame img {
	margin-top:6px;
	margin-left:7px;
}


div.textbox {
	margin-left:20px;
	width:230px;
	height:161px;
	
	border:1px solid #BDD0C1;
}
div.textbox p {
	padding:7px;
	margin:0px;
}
div.textbox div.tit {
	
	width:auto;
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:3px;
	
	background-color:#BDD0C1;
	
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}