/* index.html 문서의 head요소에 import.css를 연결하여
   Reset CSS 및 공통으로 사용되는 CSS 파일을 적용합니다.  */
@import url(reset.css);   
@import url(layout.css);  
@import url(board.css);  