@charset "UTF-8";

@import url(common.css);
@import url(index.css);
@import url(works.css);


body,html{
	width: 640px;
	margin: 0 auto 0;
	font-size: 90%;
	font-weight: lighter;
	line-height: 150%;
	text-decoration: none;
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",'sans-serif';
	color: #666666;
}



#wrapper{
	width: 640px;
	margin: 0 auto 0;
}

#left {
	display: none;
}

#top {
	display: none;
}

#logo {
	display: none;
}

#top h1{
	display: none;
}

#right{
	width: 640px;
	margin: 0 auto 0;
}

#header{
	width: 640px;
	height: 170px;
	margine: 0 auto 0;	
	display: block;	
}

#header img{
	width: 640px;
	height: 170px;
}

