@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: index.css
 * style info	:メインコンテンツの設定
 -----------------------------------------------------------*/

h1#pageTtl {
background: url(../images/basic-title.gif) no-repeat;
  width: 670px; 
  height: 43px;
  margin-bottom: 15px;
}
h3#colorTtl {
  background: url(../images/color-title.jpg) no-repeat;
  width: 670px; 
  height: 144px;
  margin-bottom: 15px;
}
#main {
  padding-bottom: 0;
}




  
  
  
