@charset "UTF-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1em;
	/*背景画像の全画面の設定*/
	background-repeat: no-repeat;  
	background-size: cover;
	background-color: #DDDBC6;
}
#siteheader {
	position: absolute;
	top: 250px;
	right: 0px;
	width: 425px;
	height: 71px;
	color: #FFF;
}

#siteheader nav {
	margin-left: -40px;
}
#siteheader nav ul li{
	list-style-type: none;
}


ul {
  list-style: none;
}
	

/*title*************************************************/
.title a{
	display:block;
	width:425px;
	height:71px;
	background-image:url("komono1.png");
	background-repeat:no-repeat;
}
/*未訪問のリンク*/
.title a:link{
}
/*訪問済みのリンク*/
.title a:visited{
}
/*マウスホバー時*/
.title a:hover{
	background-image:url("komono2.png");
}
/*選択中*/
.title a:active{
}

