@charset "utf-8";

/*
 下部コンテンツ全体
----------------------------------------------------------- */
#contentsMain {
	width:950px;
	text-align:left;
	margin:0px auto;
	margin-top:15px;
	overflow:hidden;
	padding-bottom:10px;
}

#contentsMenu {
	width:950px;
	text-align:left;
	margin:0px auto;
	overflow:hidden;
}

#contentsMenu #globalNav {
	float:left;
	width:524px;
}

#contentsMenu #globalNav ul {
	width:524px;
}

#contentsMenu #areaLogin {
	float:right;
}

/*
 下部コンテンツ左
----------------------------------------------------------- */
#contentsLeft {
	width:555px;
	float:left;
}

/* ↓20100617コーポレートページのレイアウト崩れ（Class名重複）を解消するために追加↓ */
#contentsLeft1 {
	width:555px;
	float:left;
}
/* ↑20100617コーポレートページのレイアウト崩れ（Class名重複）を解消するために追加↑ */


#contentsLeftBlog {
	width:635px;
	float:left;
}

/*
 下部コンテンツ右
----------------------------------------------------------- */
#contentsRight {
	width:358px;
	float:right;
}

#contentsRightBlog {
	width:275px;
	float:right;
}

#contentsRight #access{ width:358px;}