@charset "utf-8";
/* CSS Document */

html,body,div,
ul,ol,li,dl,dt.dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td	
	{
	margin: 0;
	padding: 0;
	}
	
h1,h2,h3,h4,h5,h6
	{
	font-size: 100%;
	font-weight: normal;
	display: inline;
	}
	
h1
	{
	display: none;
	}

table
	{
	border-spacing: 0;
	}
	
fieldset,img,abbr,acronym
	{
	border: 0;
	}
	
ol,ul
	{
	list-style: none;
	}
	
a img,:link img,:visited img
	{
	border: none;
	}
	
address
	{
	font-style: normal;
	display: inline;
	}					

/* Hyper text
------------------------------------------------- */

a:link
	{
	text-decoration: underline;
	color:#999999;
	}

a:visited
	{
	text-decoration: underline;
	color:#999999;
	}

a:active
	{
	text-decoration:none;
	color:#999999;
	}

a:hover
	{
	color:#666666;
	}

a 
	{ 
	text-decoration: underline;
	/*\*/
	overflow: hidden;
	/**/
	}

/* Layout
------------------------------------------------- */


body
	{
	text-align: center;
	margin: 0;
	font: normal 62.5%;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 62.5%;
	font-family: Verdana,"qMmpS Pro W3","lr oSVbN",sans-serif;
	}
	
html,body{
     scrollbar-arrow-color:#333333; 
     scrollbar-base-color:#000000; 
     scrollbar-face-color:#000000; 
     scrollbar-highlight-color:#333333; 
     scrollbar-shadow-color:#333333; 
     scrollbar-track-color: #000000; 
     scrollbar-dark-shadow-color:#000000; 
     scrollbar-3d-light-color:#000000; 
     }

#container
	{
	width: 1000px;
	text-align: center;
	margin: 0px auto;
	font-size: 100%;
	}	
	
#introduction
	{
	text-align: center;
	margin: 10px 0;
	border: 1px solid #666666;
	}
	
#introduction img
	{
	vertical-align: middle;
	}
	
#container_inner
	{
	width: 1000px;
	height: 750px;
	background: url(../images/background2.jpg);
	}
	
#header
	{
	text-align: left;
	}
	
	#header img
		{
		margin: 1px 4px 1px 4px;
		vertical-align: top;
		margin-top: 20px;
		}	

#header_left
	{
	width: 440px;
	float: left;
	}
	
#header_right
	{
	width: 520px;
	float: right;
	}	

#primary
	{
	clear: both;
	width: 380px;
	float: left;
	text-align: left;
	}	
		
	#whatsnew
		{
		width: 400px;
		height: 500px;
		background: url(../images/background.gif) repeat;
		}
		
	#menu
		{
		margin-top: 40px;
		margin-left: 26px;
		
		}
	
	#menu img
		{
		border: 1px solid #FFF;
		margin-bottom: 4px;
		}
		
	#qr_code
		{
		margin-top: 88px;
		margin-left: 26px;
		}
		

#secondary
	{
	width: 620px;
	float: right;
	text-align: left;
	}
	
#contents
	{
	/*
	background-color: #000000;
	*/
	width: 460px;
	height: 450px;
	overflow: auto;
	margin-top: 20px;
	margin-left: 20px;
	padding: 10px 35px;
	font-size: 1.2em;
	}
	
	#contents li
		{
		margin-top: 5px;
		margin-left: 30px;
		}	
	
	
#footer
	{
	clear: both;
	display: none;
	}
	
#under
	{
	background-color: #000000;
	height: 20px;
	}
	
.coretitle
	{
	display: none;
	}	
	
/* Cont
------------------------------------------------- */
#cont dl
	{
	clear: both;
	text-align: left;
	}
	
#cont dt
	{
	float: left;
	width: 70px;
	color: red;
	padding: 10px 0;
	}
	
#cont dd
	{
	float: left;
	width: 350px;
	padding: 10px 0;
	}
	
/* design
------------------------------------------------- */
#design
	{
	margin-top: 10px;
	margin-left: 80px;
	}
	
#c
	{
	margin-left: 140px;
	}							