
/* ------------------------------------- 
 *  サイト全体に対するstyle設定
 * ------------------------------------- */


/* ------------------------------------- 
 *  common css (li, hタグなどの設定)
 * ------------------------------------- */
@import url(common.css);


/* ------------------------------------- 
 *  header css
 * ------------------------------------- */
@import url(header.css);

/* ------------------------------------- 
 *  contents css
 *  3列,2列を選んで要素を追加していきます
 * ------------------------------------- */
/* ------------------------------------- 
 *  2contents css
 * ------------------------------------- */
@import url(2contents.css);

/* ------------------------------------- 
 *  footer css
 * ------------------------------------- */
@import url(footer.css);

