@charset "UTF-8";

/************************
* サイドメニューなし用レイアウト

**************************/


#contentBox{
	/* dropDownのIE対策 */
	z-index:1;
	/* 幅は760px */
	width:				760px;
	background:			url("../img/common/bg.jpg") left top no-repeat;
	/*
	_height:			100%;
	min-height:			100%;
	*/
	_height:			510px;
	min-height:			510px;
}
#contentBox-inner{
	/* 幅は748px。中身は740px、左右4pxずつ光彩エリア */
	/*
	width:				740;
	padding:			0 4px 0 4px;
	background:			url("../img/common/content_inner_bg.jpg") left top no-repeat;
	*/
}
#contentBox-foot{
	/*
	position:			relative;
	width:				740px;
	padding:			0 4px 0 4px;
	height:				207px;
	background:			url("../img/common/content_foot.jpg") left top no-repeat;
	*/
}


/* メイン部 */
/* 全体幅は 740px。 */
#contentBox-main{
	/*
	position:			relative;
	width:				740px;
	padding-top:		15px;
	*/
}
#contentBox-main-inner{
	/* 背景画像分は最低限確保 */
	/*
	width:				740px;
	_height:			630px;
	min-height:			630px;
	*/
}

/* サイド部 */
/*
#contentBox-side{
	position:			relative;
	float:				left;
	width:				165px;
	padding-top:		15px;
}
*/
/*
#contentBox-side #contentBox-inner{
	width:				160px;
	padding-left:		20px;
}
*/


