@charset 'UTF-8'; 
/* test-border
border: 1px solid #F00 !important;
/* -- */
 
/* default.css */ 
 
/* tags */ 
	 
div 
{
	border-style: none;
}
 
a.noborder, img.noborder, .noborder a, .noborder img 
{
	border-style: none !important;
}
 
div 
{
	zoom: 1;
}
.fixfloat:after
{
	content: "";

	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
/* Start of IE */
/* MacIE */
.fixfloat
{
	display: inline-table;
}
/* WinIE \*/
* html .fixfloat
{
	height: 1%;
}
.fixfloat
{
	display: block;
}
/* End of IE */
 
.afview a 
{
	border-style: none !important;
}
	 
.afview a img 
{
	border-style: solid;
	border-width: 1px;
	border-color: #666 #DDD #DDD #666;
}
   
html 
{
	color: #303282;
	background-color: #D6E2FF;
}
	 
body 
{
}
	 
div#page 
{
	width: 828px;

	margin: 0 auto;

	background-color: #FFF;
}
	 
div#head 
{
	width: 100%;

	color: #FFF;
	background-color: #1417A8;

	font-size: small;
}
	 
div#head h1 
{
	width: 348px;
	height: 108px;
	float: left;

	margin; 0;
	border-style: none !important;
	padding: 0;
}
 
div#head div.afview 
{
	width: 480px;
	height: 108px;
	float: right;

	margin; 0;
	border-style: none !important;
	padding: 0;
}
  
div#menu 
{
	width: 810px; /* 828px = 810+8*2+1*2 */
	clear: both;
	border-style: solid none solid;
	border-width: 1px;
	border-color: #FFF #FFF #E6E6E6;
	padding: .1em 8px .2em;

	font-size: x-small;
}
 	
div#body /* wrapper */ 
{
	width: 100%;
}
	 
div#contents /* wrapper */ 
{
	width: 694px;
	float: right;
}
	 
div#main 
{
	width: 692px;
	/*
	  Extra   960 = 132 + (826+2)
	    Banner 480(*H108) = 960-480
	  Default 826 = 132 + (692+2)
	    Banner 346(*H108) = 826-480
	*/
	float: left;

	border-style: solid;
	border-width: 1px;
	border-color: #FFF;
}
	 
div#main h2 
{
	display: none;
}
  
div#extra 
{
	display: none;
}
	 
div#extra div.afview 
{
	width: 125px;

	margin: .3em 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #F5F5F5;
	padding: 0;
}
	 
div#extra div.afview img 
{
	margin: .1em 0 0;
}
    
div#side 
{
	width: 132px;
	float: left;

	text-align: center;
}
	 
div#side div.afview 
{
	width: 125px;

	margin: .3em 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFF;
	padding: 0;
}
	 
div#side div.afview img 
{
	margin: .1em 0 0;
}
  
div#pick_list, div#news_list, div#link_list 
{
	width: 125px;

	margin: .3em 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #5859A8;
	padding: 0;

	background-color: #FFF;
	font-size: x-small;
}
	 
div#pick_list h3, div#news_list h3, div#link_list h3 
{
	margin: 0;
	padding: .1em .3em;

	color: #FFF;
	background-color: #1417A8;

	text-align: center;
	font-size: small;
}
 
div#news_list ul 
{
	text-align: left;
}
 
div#link_list dl 
{
	margin: 0;
    padding: 0 2px;
	text-align: left;
}
	 
div#link_list dt 
{
	margin: 0;
	border-style: none;
	padding: 0;

	text-align: right;
}
 
div#link_list dd 
{
	margin: 0 0 .2em;
	border-style: none none solid;
	border-width: 1px;
	border-color: #ADBAD8;
	padding: .2em 0;

	text-align: left;
}
     
div#foot 
{
	width: 100%;

	color: #FFF;
	background-color: #1417A8;

	font-size: small;
}
	 
div#foot p 
{
	padding: .2em 1em;
	text-align: right;
}
     
