@charset "Shift_JIS";

/*** アットコスメ 静的コンテンツ専用 CSS Document ******************

	created.2009/12/08
	ver.2009/12/22

	importstatic.css

	--- 2009/1/6 以降の静的コンテンツに適用するCSS

----------------------------------------------------------------***/

@import "common.css?20100129";
@import "/css/general/navi.css";

/*----------------------------------------------------------------*/

body.static div#header {
	min-height: 60px;
	height: auto !important;
	height: 60px;
}
body.static ul#path {
	width: 600px;
}

body.static div.title h2 {
	margin: 15px 0 0 0;
}
body.static div#content {
	margin: 0;
	padding: 0;
} 
body.static div#mainContent {
	text-align: left;
}

/* レクタングルボックス中央寄せ */
body.static div#pr01 {
	width: 630px;
	margin: 20px auto 0 auto;
	background-color: #fff;
}
/* レクタングルボックス左寄せ */
body.static div#contentLeft div#pr01 {
	margin: 20px 0 0 0;
	background-color: #fff;
}
/* 右カラムの下に余白 */
body.static #content #contentRight { margin-bottom:40px; }
