/*全体*/

body{background-color:#000000;
	 font-family: verdana;
     font-size:12px;
	 color:#ffffff;
	 text-align:left;
	 background-color:#000000;
}
#warraper{
      margin:40px 20px;
	  width:700px;
}
#home{float:left;
      margin:0;
	  height:300px;
	  width:99px;
}
#navi{
      float:left;
	  margin:0;
	  height:300px;
	  width:99px;
}
#content{
      float:right;
	  margin:0;
	  width:400px;
	 
}



/*リンク*/
a:link {
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;

}
a:hover {
	color: #ffffff;
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
a:visited {
	color: #fffafa;
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}

/*バックイメージ*/
.top1{
      background-image:url("img/top1.jpg");
      background-repeat:no-repeat;
}

/*その他*/
h1{   
      font-size:12px;
	  margin:0;
}
h2{   
      font-size:12px;
	  margin-top:0;
	  margin-bottom:10px;
	  margin-left:30px;
}

ul{
      list-style:none;
	  margin:0;
}
