* {
	margin: 0;
	padding: 0;
	}

/* ３段組レイアウト（左160px・右160px固定・中央可変） */

#container {
	width: 100%;
	margin: 5;
	}
	
#header {
	width: auto;
	margin: 5;
	margin-bottom: 6px;
	}
	
#header td {
	font-size: x-small;
	}

#main {
	width: auto;
	margin:0 190px 0 170px;
	padding-top: 10px;
	text-align: left;	
	font-family: trebuchet ms;   
	}
	
#footer {
	color: #333333;
	width: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#footer p {
	margin-top: 10px;
	margin-bottom: 10px;
	}


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

a:hover {
	color: #ff00ff;
	}

body {
	background-color: #ffffff;
	background-image: url(../Parts/background.gif);
	font: normal 12px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	font-family: trebuchet ms;   
	color: #333;
	border-bottom: 10px solid #ad0353;  
	}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ad0353;
	margin-left: 10px;
	margin-bottom: 5px;
	}

h2 {
	font-size: 100%;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 5px;
	}

h3 {
	font-size: 100%;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 5px;
	}
	
ul {
	color: #333;
	font-size: 100%;
	font-weight: normal;
	margin: 10px 5px 20px 5px;
	}
	
ol {
	color: #333;
	font-size: 100%;
	font-weight: normal;
	margin: 10px 5px 20px 5px;
	}
	
li {
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
	margin-right: 0;
	}

#main h2 {
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 5px;
	}

#main li {
	font-size: 13px;
	font-weight: normal;
	font-family: trebuchet ms;   
	margin: 3px 260px 3px 15px;
	list-style: none;
	border-bottom: 1px solid #ccc
	}

strong {
	font-weight: normal;
	color: #ff0000;
	}
	
span {
	font-weight: normal;
	color: #ff0000;
	}
	
.thispage {
	color: #ff0000;
	}

.pricedown {
	color: #ff0000;
	}

.proper {
	color: #999;
	}

.soldout {
	color: #ff0000;
	}

.order {
	margin-left: 20px;
	}
	
.centering {
	margin-left: auto;
	margin-right: auto;
	}
	
.center {
	text-align: center;
	}
	
.left {
	text-align: left;
	margin-left: 10px;
	}

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


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

.description {
	color: #333;
	font-size: 110%;
	margin: 10px;
	}
	
.comment {
	color: #333;
	margin: 10px 20px 10px 20px;
	}
	
.itemtext {
	font-size: 100%;
	color: #333;
	margin: 10px 15px 5px 20px;
	}
	
#main table {
	margin-bottom: 10px;
	}

#main td {
	font: normal 12px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	}


/* 左・ナビゲーションのスタイル */

#navi {
	position: absolute;
	left: 5;
	width: 160px;
	top: 180px;
	padding-top: 10px;
	}
	
#navi h2 {
	font-size: 110%;
	font-weight: normal;
	margin-left: 5px;
	margin-bottom: 5px;
	}

#navi h3 {
	font-size: 110%;
	font-weight: normal;
	margin-left: 5px;
	margin-bottom: 5px;
	}

#navi a {
    text-decoration: none;
}

#navi li {
	font-size: 90%;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0;
	margin-right: 0;
	list-style: none;
	border-bottom: 1px solid #ccc
	}

#navi p {
	margin-left: 5px;
	margin-bottom: 5px;
	}


/* 右・サブコンテンツのスタイル */

#sub {
	position: absolute;
	right: 5;
	width: 180px;
	top: 180px;
	padding-top: 10px;
	}
	
#sub h2 {
	font-size: 110%;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 0;
	margin-bottom: 5px;
	}

#sub h3 {
	font-size: 110%;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	}

#sub p {
	margin-left: 5px;
	margin-bottom: 10px;
	}

.column {
	width: auto;
	margin-bottom: 10px;
	border-width: 1px;
	border-top-width: 16px;
	border-style: solid;
	border-color: #6699ff;
	}

.ohyamalink {
	width: 160px;
	padding-top: 5px;
	margin-bottom: 10px;
	border-width: 1px;
	border-top-width: 16px;
	border-style: solid;
	border-color: #6699ff;
	}

.column h2 {
	font-size: 110%;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 0;
	margin-bottom: 5px;
	}

.column h3 {
	font-size: 110%;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	}

.column p {
	margin-left: 5px;
	margin-bottom: 15px;
	}



/* アイテム一覧 */

.itemimg {
	}

a:link .itemimg {
	border: 1px solid #ffffff;
	}

a:visited .itemimg {
	border: 1px solid #ffffff;
	}

a:hover .itemimg {
	border: 1px solid #ff00ff;
	}

/* アイテム一覧（メイク） */

.itemimg_m {
	}

a:link .itemimg_m {
	border: 1px solid #ffffff;
	}

a:visited .itemimg_m {
	border: 1px solid #ffffff;
	}

a:hover .itemimg_m {
	border: 1px solid #ff50a6;
	}


/* アイテム一覧（ヘアケア） */

.itemimg_h {
	}

a:link .itemimg_h {
	border: 1px solid #ffffff;
	}

a:visited .itemimg_h {
	border: 1px solid #ffffff;
	}

a:hover .itemimg_h {
	border: 1px solid #a5adff;
	}

/* アイテム一覧（フェイシャル） */

.itemimg_f {
	}

a:link .itemimg_f {
	border: 1px solid #ffffff;
	}

a:visited .itemimg_f {
	border: 1px solid #ffffff;
	}

a:hover .itemimg_f {
	border: 1px solid #ffe400;
	}

/* アイテム一覧（バス＆ボディ） */

.itemimg_b {
	}

a:link .itemimg_b {
	border: 1px solid #ffffff;
	}

a:visited .itemimg_b {
	border: 1px solid #ffffff;
	}

a:hover .itemimg_b {
	border: 1px solid #ff7000;
	}

/* アイテム一覧（ホームエステ） */

.itemimg_e {
	}

a:link .itemimg_e {
	border: 1px solid #ffffff;
	}

a:visited .itemimg_e {
	border: 1px solid #ffffff;
	}

a:hover .itemimg_e {
	border: 1px solid #5eed00;
	}

/* アイテム一覧（ウェルネス） */

.itemimg_w {
	}

a:link .itemimg_w {
	border: 1px solid #ffffff;
	}

a:visited .itemimg_w {
	border: 1px solid #ffffff;
	}

a:hover .itemimg_w {
	border: 1px solid #9933ff;
	}

/* アイテム一覧（メンズ） */

.itemimg_men {
	}

a:link .itemimg_men {
	border: 1px solid #ffffff;
	}

a:visited .itemimg_men {
	border: 1px solid #ffffff;
	}

a:hover .itemimg_men {
	border: 1px solid #9933ff;
	}


/* パンくずナビと商品一覧ヘッドライン */

.headline {
	background-color: #ff99cc;
	width: auto;
	height: 20px;
	margin: 15px 0 15px 0;
	}
	
.footprint {
	text-align: left;
	float: left;
	font-family: "ヒラギノ角ゴ Pro","Osaka","ＭＳ ゴシック","ＭＳ Ｐゴシック";
	font-size: 8pt;
	color: #ffffff;
	margin-top: 2px;
	margin-left: 20px;
	}

.title {
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro","Osaka","ＭＳ ゴシック","ＭＳ Ｐゴシック";
	font-size: 10pt;
	color: #ffffff;
	margin-right: 30px;
	}

.headline a:link {
	color: #ffffff;
	text-decoration: none;
	}

.headline a:visited {
	color: #ffffff;
	text-decoration: none;
	}

.headline a:hover {
	color: #ff00ff;
	text-decoration: none;
	}

.headline h2 {
	font-size: 100%;
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 0px;
	}

/* ヘッドラインのカラー */

.main {
	color: #ff0066;
	}

.make {
	color: #ff50a6;
	}

.hair {
	color: #a5adff;
	}

.facial {
	color: #ffe400;
	}

.bath {
	color: #ff7000;
	}

.esthe {
	color: #5eed00;
	}

.wellness {
	color: #9933ff;
	}

.men {
	color: #9933ff;
	}

.hrbold {
	height: 4px;
	color: #0000cc;
	background-color: #0000cc;
	border: none;
	}

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

.pagetop {
	text-align: right;
	margin-right: 30px;
	margin-bottom: 10px;
	}
	
.pagenavi {
	text-align: right;
	margin: 20px 30px 10px 0;
	}
	

