/*MacIE5 用ハック */
/*\*//*/
@import "macie5.css";
/**/

* { margin:0; padding:0; }

/* ３段組センタリングレイアウト（左190px・右200px固定・中央固定） */

#container {
	width: 740px;
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

#header {
	width:100%;
	background-color: #ccc;
	height: 400px;
	}

#header table {
	margin-bottom: -4px;
	}

#textarea {
	position:absolute;
	left: 30px;
	top: 140px;
	width: 370px;
	height: 210px;
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	text-align: left;
	line-height: 1.3em;
	color: #333;
	overflow: auto;
	z-index: 2;
	}

#textarea-wide {
	position:absolute;
	left: 20px;
	top: 150px;
	width: 520px;
	height: 200px;
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	text-align: left;
	line-height: 1.3em;
	color: #333;
	overflow: auto;
	z-index: 2;
	}

#footer {
	width:100%;
	background-color: #fff;
	text-align: center;
	padding: 0 0 30px 0;
	font-size: small;
	font-weight: normal;
	color: #333;
	}

#footer p {
	margin: 10px 0px 0px 0px;
	}
	

/* 中央・メインコンテンツのスタイル */

#main {
	top: 400px;
	margin: 0 200px 20px 190px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	min-height: 1080px;
	}

#main table {
	margin-bottom: 10px;
	}

#main td { font-size: x-small; }

/* IE6用ハック */

/* Hides from IE5-mac \*/
* html #navi {margin-top: 3px;}
* html #sub {margin-top: 3px;}
* html body {font-size: small;}
* html #textarea {font-size: small;}
/* End hide from IE5-mac */

/* ナビゲーション（左）・サブコンテンツ（右）のレイアウト */

#navi {
	position:absolute;
	left: 0;
	top: 400px;
	width: 190px;
	margin-top: 0;
	margin-bottom: 10px;
	}

#sub {
	position: absolute;
	right: 0;
	top: 400px;
	width: 200px;
	margin-top: 0;
	margin-bottom: 10px;
	}

#sub img {
	margin-top: 10px;
	}

/* ページ全体の制御 */

a:hover { color: #93f; }

body {
	background-color: #eee;
	background-image: url(../parts/bg.gif);
	background-repeat: repeat;
	width:100%;
	font-size: small;
	color: #333;
	}

hr {
	color: #ccc;
	height: 1px;
	margin: 0 5px 0 5px;
	}

h1 {
	font-size: 105%;
	font-weight: normal;
	margin: 10px 5px 10px 5px;
	}

h2 {
	font-size: 105%;
	font-weight: normal;
	margin: 10px 5px 10px 5px;
	}

h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 10px 5px -7px 10px;
	}
	
p {
	margin: 10px 10px 5px 10px;
	}
	
#main p {
	line-height: 1.3em;
	margin: 10px 10px 7px 10px;
	}

ul { margin-top: 10px; }

li {
	color: #333333;
	font-size: 100%;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 25px;
	margin-right: 0px;
	}

#main li {
	margin-left: 30px;
	margin-right: 10px;
	list-style-image: url(../parts/listmarker2.gif);
	}

#main li.nc {
	margin-left: 30px;
	margin-right: 10px;
	list-style-image: url(../parts/listmarker-nc.gif);
	}

#main li.tr {
	margin-left: 30px;
	margin-right: 10px;
	list-style-image: url(../parts/listmarker.gif);
	}

#main li.none {
	margin-left: 30px;
	margin-right: 10px;
	list-style-image: none;
	}

#sub li { list-style-image: url(../parts/listmarker.gif); }
#sub li.make { list-style-image: url(../parts/listmarker-m.gif); }
#sub li.hair { list-style-image: url(../parts/listmarker-h.gif); }
#sub li.facial { list-style-image: url(../parts/listmarker-f.gif); }
#sub li.bath { list-style-image: url(../parts/listmarker-b.gif); }
#sub li.esthe { list-style-image: url(../parts/listmarker-e.gif); }
#sub li.wellness { list-style-image: url(../parts/listmarker-w.gif); }

#navi li { list-style-image: url(../parts/listmarker.gif); }
#navi li.make { list-style-image: url(../parts/listmarker-m.gif); }
#navi li.hair { list-style-image: url(../parts/listmarker-h.gif); }
#navi li.facial { list-style-image: url(../parts/listmarker-f.gif); }
#navi li.bath { list-style-image: url(../parts/listmarker-b.gif); }
#navi li.esthe { list-style-image: url(../parts/listmarker-e.gif); }
#navi li.wellness { list-style-image: url(../parts/listmarker-w.gif); }

address {
	margin: 15px 10px 5px 10px;
	font-style: normal;
	}
	
#sub address {
	margin: 5px 10px 5px 10px;
	font-style: normal;
	}
	
span { color: #f00; }
span.nc { color: #666; }

strong { color: #f00; font-weight: normal; }

.thispage { color: #f00; }
.center { text-align: center; }
	
.left {
	text-align: left;
	margin-left: 10px;
	}

.right {
	text-align: right;
	margin-right: 10px;
	margin-top: -3px;
	}

.small { font-size: smaller; }

span.small {
	font-size: smaller;
	color: #333;
	}

span.hlsmall {
	font-size: smaller;
	color: #93f;
	}

/* パンくずナビ */

.border {
	background-color: #ccc;
	width: auto;
	height: 20px;
	margin: 0;
	}
	
.footprint {
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro","Osaka","ＭＳ ゴシック","ＭＳ Ｐゴシック",sans-serif;
	font-size: 9pt;
	color: #fff;
	margin-top: 2px;
	margin-right: 30px;
	}

.border a:link {
	color: #fff;
	text-decoration: none;
	}

.border a:visited {
	color: #fff;
	text-decoration: none;
	}

.border a:hover {
	color: #93f;
	text-decoration: none;
	}


/* ヘッドライン */

.headline {
	width: auto;
	height: 20px;
	border-color: #93f;
	border-style: solid;
	border-width: 1px 1px 2px 12px;
	background-color: #fff;
	margin: 20px 0px 5px 0px;
	}
	
.title {
	width: auto;
	text-align: left;
	margin-top: 1px;
	margin-left: 7px;
	float: left;
	font-family: "ヒラギノ角ゴ Pro","Osaka","ＭＳ ゴシック","ＭＳ Ｐゴシック";
	font-size: 10pt;
	color: #93f;
	}

.date {
	width: auto;
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro","Osaka","ＭＳ ゴシック","ＭＳ Ｐゴシック";
	font-size: 8pt;
	color: #999999;
	margin-top: 2px;
	margin-right: 10px;
	}

/* 商品カテゴリのカラー

.make { color: #ff50a6; }
.hair { color: #a5adff; }
.facial { color: #ffe400; }
.bath { color: #ff7000; }
.esthe { color: #5eed00; }
.wellness { color: #9933ff; }

 */

/* ページトップ・次のページへのナビゲーション */

.pagetop {
	text-align: right;
	margin-right: 30px;
	margin-bottom: 10px;
	}
	
/* IE6 & MacIE5 用ハック */
	* html #header table {margin-bottom: 0;}

