@charset "utf-8";
/*  メインページ　基本
---------------------------------------------------------------------*/
#rakutenNavigation {
	padding-bottom: 52px;
	padding-top: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
#index {
	width:980px;
	margin-right: auto;
	margin-left: auto;
}
#headerIndex {
	width: 980px;
}
#leftNavigationIndex {
	width: 340px;
	float: left;
}
#mainPageIndex {
	width: 600px;
	text-align: left;
}
#mainPageIndex * {
	margin: 0px;
	padding: 0px;
}

#mainPageIndex ul {
	margin: 0px;
	padding: 0px;
}

#mainPageIndex iframe {
	float: left;

}

/*  メインページ　メインコンテンツ
---------------------------------------------------------------------*/
#IFrameRanking {
	height: 1153px;
	width: 600px;
}
#IFrameFreeShipping {
	width: 600px;
}
#IFrameNewItem {
	width: 600px;
}
#IFrameChoiceItem {
	width: 600px;
}
#IFrameCosmeChoiceItem {
	width: 600px;
}

/*  メインページ　各ページ　タイトル
---------------------------------------------------------------------*/
#mainPageIndex #eachTitle {
	font-size: 20px;
	margin: 0 0 30px 0;
	text-indent: 25px;
	height: 45px;
	line-height: 45px;
	color: #ec0880;
	border-bottom: solid 2px #eee;
	font-family: "游ゴシック","ヒラギノ角ゴ Pro W3";
	font-weight: bold;
}

/*  フッター
---------------------------------------------------------------------*/
#footerIndex {
	clear: left;
	width: 980px;
}

#footerIndex iframe {
	float: left;
}

