@charset "utf-8";

/* --------基本設定-------(IE5.X用に「text-align: center;」を追加しています)*/

html {
	height: 100%;
}

body {
	color: #222222;
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-family:
		"メイリオ",
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		"ヒラギノ丸ゴ Pro W4",
		"Hiragino Maru Gothic Pro",
		"HiraMaruPro-W4",
		Osaka,
		Sans-Serif;
	text-align: center;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,li,form,fieldset,pre,blockquote {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	border: 0;
}

hr {
	display: none;
}

td,th {
	vertical-align: top;
}

.clear {
	clear: both;
}

/* --------基本テーブル（2パターン）-------- */

/* --------基本テーブル（左ナビ有り用）-------- */
#base {
	width: 640px;
	height: 100%;
	border: 0px;
	margin: 0 auto;
	text-align:left;
}

/* --------基本テーブル（左ナビ無し用）-------- */
#baseBgNone {
	width: 640px;
	height: 100%;
	border: 0px;
	margin: 0 auto;
	text-align:left;
}


/* --------リンクカラー-------- */

a:link {
	color: #BF1C1F;
	text-decoration: underline;
}
a:visited {
	color: #BF1C1F;
	text-decoration: underline;
}
a:active {
	color: #BF1C1F;
	text-decoration: underline;
}
a:hover {
	color: #BF1C1F;
	text-decoration: none;
}

/* --------外枠部分指定-------- */

#container {
	width: 640px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

/* --------#headerArea指定-------- */

#headerArea {
	width: 640px;
	top: 0px;
}

#headerArea ul {
	padding-left: 0;
	height: 23px;
}

#headerArea li,
#logo {
	display: none;
}

#logoPrint {
	display: block;
}

/* --------#headerNaviArea指定-------- */

#headerNaviArea {
	display: none;
}

/* --------#contentsAreaBg指定(サイドナビ部分の上の背景指定)-------- */

#contentsAreaBgUp {
	padding-right: 10px;
}

/*(サイトマップ等のサイドナビがないページのコンテンツ部分)*/
#contentsArea {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 78%;
	line-height: 140%;
}

/* --------#sideNaviArea指定-------- */

#sideNaviArea {
	display: none;
}

/* --------#mainArea指定-------- */

#mainArea {
	width: 600px;
	padding-top: 10px;
	font-size: 78%;
	line-height: 140%;
}

#contentsArea h1,
#mainArea h1 {
	float: left;
	padding-bottom: 25px;
	width: 90px;
	padding-right: 10px;
	font-size: 1em;
}

.explainArea {
	width: 500px;
	float: left;
}

.explain {
	width: 500px;
}

h2 {
	padding-bottom: 10px;
}

h3 {
	margin-top: 14px;
	margin-bottom: 10px;
}

/* --------インデックスのボタン指定（IEでプリント時の余白調整）-------- */
.side1 .featureArea .imgArea {
	width: 220px;
	padding-right: 9px;
	float: left;
}


/* --------ネイルアート下部ボタンの指定（IEでプリント時の余白調整）-------- */
#topics .nailartListArea li {
	list-style: none;
	padding-right: 5px;
	padding-bottom: 8px;
	float: left;
}


/* -------ネイルトピックスVol1のh3の余白指定-------- */

#topics .naiyo {
	color: #B5201A;
	padding-left: 0px;
}

#topics .naiyoDetail {
	padding-left: 0px;
}



/* -------STAFFネイルの余白の指定-------- */
#topics .name span {
	background: #FFFFFF;
	margin-left: 0px;
	padding-bottom: 2px;
}



/* --------リンクの指定-------- */
.link {
	padding-left: 0px;
	margin-top: 12px;
}

/* --------#pagetopArea指定-------- */

.pagetopArea {
	display: none;
}

/* --------#footerArea指定-------- */

#footerArea {
	padding-top:10px;
}

#footerArea ul {
	display: none;
}

#footerArea #copyright {
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid #BF1C1F;
	color: #BF1C1F;
	font-size:78%;
}



/*--- TOPページの指定 ---*/
.side1 {
	width: 565px;
	float: none;
}

.side2 {
	width: 200px;
	margin-top: 10px;
	float: none;
}

.bottomArea li {
	list-style: none;
	float: none;
}

#flashArea {
	display: none;
}
