/* index—pCSS */ 
	 
* 
	{
	margin : 0;
	padding : 0;
	font-size : 100%;
	font-weight : normal;
	font-style : normal;
	}
 
body 
	{
	background : #293029 url('image/unmark.jpg') no-repeat left 50px;
	color : #efe
	}
 
a 
	{
	padding : 0;
	color : #668860;
	text-decoration : none;
	}
	 
a:visited 
	{
	color : #606660;
	}
 
a:active 
	{
	color : #ccff99;
	}
 
a:hover 
	{
	color : #696;
	}
  
ul 
	{
	list-style : none;
	}
 
/* Ť\‘˘ */ 
	 
#header 
	{
	border-left:0px solid #454; border-right:0px solid #454; border-top:0px solid #454; border-bottom:5px solid #454; position : relative;
	height : 70px;
	color : #ffffff;
	background : #293029 url('image/header.jpg') no-repeat right top;
	
	}
	 
#header h1 
	{
	display : none;
	padding : 1em 5px 0 0;
	text-align : right;
	}
  
#container 
	{
	}
	 
#navigation 
	{
	}
	 
#navigation h2 
	{
	display : none;
	}
 
#navigation #language 
	{
	position : absolute;
	top : 70px;
	right : 0;
	color : #dfd;
	}
	 
#navigation #language a 
	{
	border-left:0px solid #293029; border-right:0px solid #293029; border-top:0px solid #293029; border-bottom:1px solid #293029; padding:0; color : #668860;
	text-decoration : none;
	height : 1em;
	
	}
  	
#navigation ul 
	{
	position : relative;
	left : 400px;
	}
 
#menu01, #menu02, #menu03, #menu04, #menu05, #menu06
	{
	position : absolute;
	padding-left : 20px;
	background : url('image/list.gif') no-repeat left center;
	}
 
#menu01 
	{
	display : none;
	margin-top : 0;
	left : 0;
	}
 
#menu02 
	{
	top : 100px;
	left : 125px;
	font-size : 200%;
	}
 
#menu03 
	{
	top : 170px;
	left : 125px;
	font-size : 200%;
	}
 
#menu04 
	{
	top : 240px;
	left : 95px;
	font-size : 200%;
	}
 
#menu05 
	{
	top : 310px;
	left : 60px;
	font-size : 200%;
	}
 
#menu06 
	{
	top : 380px;
	left : 25px;
	font-size : 200%;
	}
 
#navigation a 
	{
	padding : 10px 60px 2px 0;
	color : #668860;
	text-decoration : none;
	height : 50px;
	}
	 
#navigation a:visited 
	{
	color : #606660;
	}
 
#navigation a:active 
	{
	color : #ccff99;
	}
 
#navigation a:hover 
	{
	border-left:0px solid #696; border-right:0px solid #696; border-top:0px solid #696; border-bottom:1px solid #696; color : #696;
	
	}
   
#footer 
	{
	border-left:0px solid #454; border-right:0px solid #454; border-top:5px solid #454; border-bottom:0px solid #454; position : absolute;
	bottom : 0;
	left : 0;
	width : 100%;
	height : 70px;
	text-align : right;
	color : #ffffff;
	background : #293029 url('image/footer.jpg') repeat-y left bottom;
	
	}
    
