*{
	margin:auto;
	padding:auto;
	}
html{
	height:100%;
	}

body{	
	height:100%;
	text-align:center;
	font-family:Century Gothic;
	background-color:white;
	color:gray;
	}

a:link{
	color:gray;
	
	}
	
a {	color:grey;
  	text-decoration:none;
	}


li{
	margin-left:0;
	}
	
hr{	
	margin-top:0;
	margin-bottom:0;
	}

.thumbnail{
	margin-top:10;
	margin-bottom:10;
	margin-right:10;
	margin-left:0;
	padding-bottom:0;
	
	}
.logo {
	background-image:url(images/);
	position:absolute;
   	top:200px;
   	left:200px;
   	margin-right:0;
   	padding-bottom:0;
   	width:0;
   	height:0;
   	}
   	
	img{
   	border-style:none;
	}

#container{
	position:relative;
	width:960;
	height:100%;
	
	background-color:white;
	text-align:left;
	margin:auto;
	padding:auto;
	}

#header{
	color:whitesmoke;
	position:absolute;
   	background:url(images/) 0 0 no-repeat;
	font-size:100%;
	font-family:;
	top:40;
	left:20;
	margin:auto;
	padding-left:0;
	padding-right:0;
	padding-top:10;
	padding-bottom:0;

	width:960;
	height:700;
	text-align:leftr;
	}

#navi {
	background-color:white;
	position:absolute;
	top:95;
	right:820;
	padding:20;
	width:140;
	height:400;
		
	}

#navi li{
	text-align:left;
	line-height:250%;
	list-style-type:none;
	font-size:100%;
	
	  }
	  

#contents{
	line-height:200%;
	position:absolute;
	background-color:white;
	top:100;
	left:130;
	margin:0;
	margin-left:0;
	margin-right:0;
	padding:20;	
	text-align:left;
	width:650;
	height:400;
	
	font-family:"ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
	font-size:80%;
	
	}
	

	
#sidebar{
	font-family:"ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
	font-size:90%;
	color:grey;
	position:absolute;
	background-color:white;
	width:140;
	height:220;
	top:100;
	left:800;
	margin-right:50;
	margin-top:0;
	padding-top:20;
	padding-right:30;

	}
	
#sidebar li{
	color:red;
	line-height:250%;
	list-style-type:none;
	text-align:right;
	}

#footer{
	width:960;
   	height:10;
	clear:both;
	position:absolute;
	bottom: 10px; 
	padding: 10px 0;
	text-align:center;
	font-size:50%;

	margin-right:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:4;

   	
}