@charset "utf-8";


body {
	font:12px/1 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}

body *{
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}


#top #wallpaper {
	text-align: center;
	width: 100%; 
}

#top {
	background-color: #CBCBCB;
}

#top h1 {
	margin-bottom: 70px;
	margin-top: 361px;
	text-align: center;
}

#top nav li{
	display: inline-block;
	margin: 0 2px;
	*display: inline;	/*for IE*/
	*zoom: 1;	/*for IE*/
}



/*@media screen and (min-width: 480px) and (max-width: 769px) {
*/

@media screen and (max-width: 769px) {

	li img {
		height: auto;
		max-width:100%;
	}
	li {
		margin: 0;
	}
	#profileImg {
		width: 60px;
	}
	#worksImg {
		width: 53px;
	}
	#writingImg {
		width: 62px;
	}
	#top h1 {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 0px) and (max-width: 479px) {
	#profileImg {
		width: 60px;
	}
	#worksImg {
		width: 53px;
	}
	#writingImg {
		width: 62px;
	}
	#top h1 {
		margin-bottom: 27px;
	}
}