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


/*index

01 Base
02 Header
03 Main image
04 contents


/*===========================================================================
01 Base
===========================================================================*/


/*===========================================================================
02 Header
===========================================================================*/


/*===========================================================================
03 Main image
===========================================================================*/

#Imagebox {
width:898px;
margin:0 auto;
	}


/*==========================================================================
コンテンツ部分
============================================================================*/

#Top_cont{
width:902px;
margin:0 auto;
padding:0 0 ;
background:url(../img/common/bg_Main.jpg) no-repeat center top;
}

#Main_cont{
width:876px;
margin:0 auto;
padding:0 0 ;
}

.boxItem h3.mi_item{
margin-bottom:6px;
}


/*===========================================================================
 左カラム
===========================================================================*/
#col_Left{
margin-top:46px;
}





