@charset "utf-8";
/* CSS Document */

/*==================================================
	
  ● Title //CSS名
  ○ layout.css
  
  ● Created Date in CSS //CSS作成日
  ○ 2010.04.12
  
  ● Last Update //最終更新日
  ○ 2010.04.18
  
  ● Created by //製作元
  ○ ROM SHARING.INC
  
  ● Author //著者
  
  ● a Table of Contents //目次
  ○ Whole
  ○ Header
  ○ Navigation
  ○ Page Title
  ○ Contents
     ├Contents Left
	 └Contents Right
  ○ Footer
 
==================================================*/

/*--------------------------------------------------
  ○ Whole
--------------------------------------------------*/
#over{
	background:url(../images/intro/intro_bg.png) no-repeat center bottom;
	min-height:1414px;
}

#over_s2{
	background:url(../images/renew/intro/intro_bg.png) no-repeat center bottom;
	min-height:1414px;
}

#intro_area{
	clear:both;
	padding:28px 0px 0px 0px;
}


#intro_area p{
	padding-left:10px;
}
















