@charset "Shift_JIS";

@import url(reset.css);
@import url(layout.css);
@import url(font.css);

/* メインコンテンツ 
---------------------------------------------*/
.contentInr{
 position:relative;
}
/* タイトル */
#worksPage h2{
 background-position:0 -120px;
}
#detail p{
 text-align:center;
}
/* テーブル */
table{
	width:780px;
	margin-top:20px;
	margin-bottom:20px;
}
td{
	width:130px;
	height:160px;
}