/* 全てのマージンをリセット */

* { margin: 0; padding: 0; }

/* ========================================================= */
/* ３段組レイアウト（左160px・右180px固定・中央可変） */
/* 全てのボックスをcontainer でまとめる */
/* ========================================================= */

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

#container {
	width:98%;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: auto;
	margin-bottom: 0;
	text-align: left;
	}

/* header とメインナビゲーション */

#header {
	margin: 0 0 10px 0;
	width: auto;
	text-align: left;
	font-size: x-small;
	}

#header table, td, th, tr, img {
	margin: 0;
	border: 0;
	vertical-align: middle;
	}

/* wrapper でメインコンテンツとナビゲーションをまとめる */

#wrapper {
	width: 100%;
	float: left;
	margin-right: -180px;	/* sub の幅をマイナス指定 */
	}

#main {
	width: 100%;
	float: right;
	margin-bottom: 20px;
	margin-left: -160px;		/* navi の幅をマイナス指定 */
	}

#main.contents {
	margin: 0;
	border: 0;
	font-size: small;
	}

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

/* 左サイドのナビゲーション */

#navi {
	width: 160px;
	float: right;
	margin-top: 20px;
	}

/* 右サイドのサブコンテンツ */

#sub {
	width: 180px;			/* sub の幅を指定 */
	float: left;
	margin-top: 20px;
	}

#footer {
 	width: 100%;
	text-align:center;
	clear: left;
	}

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

/* main の子要素に左右マージンを指定する（class="contents"） */

.contents {
	margin-left: 170px;		/* main ＋左側マージン幅を指定 */
	margin-right: 190px;	/* sub ＋右側マージン幅を指定 */
	}

/* ========================================================= */
/* オブジェクトの配置について */
/* ========================================================= */

.centering {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	}

.center {
	text-align: center;
	}
	
.left {
	text-align: left;
	margin-left: 10px;
	}

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

/* ========================================================= */
/* テキストについて */
/* ========================================================= */

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

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

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

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

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

#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
	}

#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 h2 {
	font-size: 100%;
	font-weight: normal;
	margin-left: 2px;
	}

#navi h3 {
	font-size: 100%;
	font-weight: normal;
	margin-left: 2px;
	}

#navi a {
    text-decoration: none;
}

.contents h2,h3 {
	font-size: 105%;
	font-weight: normal;
	}

.contents li {
	font-size: 13px;
	font-weight: normal;
	margin: 3px 15px 3px 15px;
	list-style: none;
	border-bottom: 1px solid #ccc
	}

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

.description {
	font-size: 100%;
	color: #333;
	margin: 10px 20px 10px 20px;
	}
	
.comment {
	font-size: 100%;
	color: #333;
	margin: 10px;
	}
	
.itemtext {
	font-size: 100%;
	color: #333;
	margin: 10px 15px 5px 20px;
	}
	
.thispage {
	color: #f00;
	}

.pricedown {
	color: #f00;
	}

.proper {
	color: #999;
	}

.soldout {
	color: #f00;
	}

.order {
	margin-top: 15px;
	margin-left: 20px;
	}
	
/* ========================================================= */
/* リンク部分について */
/* ========================================================= */

a:hover {
	color: #ff00ff;
	}

/* 商品画像の枠線（ポイントしていない時） */

.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: #f9c;
	width: auto;
	height: 20px;
	margin: 15px 0 15px 0;
	}
	
.footprint {
	text-align: left;
	float: left;
	font-family: arial,helvetica,"ヒラギノ角ゴ Pro","Osaka","ＭＳ ゴシック","ＭＳ Ｐゴシック",sans-serif;
	font-size: 8pt;
	color: #fff;
	margin-top: 2px;
	margin-left: 20px;
	}

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

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

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

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

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

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

.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: #00c;
	background-color: #00c;
	border: none;
	}

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

.pagetop {
	font-size: 90%;
	text-align: right;
	margin-right: 30px;
	margin-bottom: 10px;
	}
	
.pagenavi {
	font-size: 90%;
	text-align: right;
	margin: 10px 30px 10px 0;
	}
	
.column {
	width: auto;
	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;
	}

