@charset "utf-8";

/* ---------------------------------------------------------------- */
/* メイン用ブロック設定 */
/* ---------------------------------------------------------------- */

body {
	background-color: #f0f0f0;
	background-image: url(../images/top-base.gif);
	background-repeat: repeat-x;
}


/* 各ページ用追加スタイル */
/* ---------------------------------------------------------------- */

/* メイン画像 */


#main_image {
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}


/* ---------------------------------------------------------------- */
/* サイトサイズ枠 */
/* ---------------------------------------------------------------- */

#baseContainer {
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	width: 910px;
}

#main {
	display: block;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/contentsBase.gif);
	background-repeat: repeat-y;
	padding-top: 50px;
}

/* ---------------------------------------------------------------- */
/* トピックス */
/* ---------------------------------------------------------------- */

#topics

  {
	margin-right: auto;
	margin-left: auto;
	width: 430px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ---------------------------------------------------------------- */
/* ニュース */
/* ---------------------------------------------------------------- */

#news

  {
	margin-right: auto;
	margin-left: auto;
	width: 430px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.title {
	margin-bottom: 10px;
}
#tabNavi  {
	margin: 0px;
	padding: 0px;
}



#tab1

  {
	background-color: #FFFFFF;
	height: 90px;
	width: 430px;
	/*border: 2px solid #FF9900;*/
	overflow: auto;
	margin: 0px;
	padding: 0px;

}

#tab2

  {
	background-color: #FFFFFF;
	height: 70px;
	width: 430px;
	border: 2px solid #FF9900;
	overflow: auto;

}

#tab3

  {
	background-color: #FFFFFF;
	height: 70px;
	width: 430px;
	border: 2px solid #FF9900;
	overflow: auto;

}

#tab4

  {
	background-color: #FFFFFF;
	height: 70px;
	width: 430px;
	border: 2px solid #FF9900;
	overflow: auto;

}

#news table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;


}

#news table.data th     {
	padding: 2px;
	white-space: nowrap;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
}

#news  table.data td     {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}



/* ---------------------------------------------------------------- */
/* ヘッダ用ブロック設定 */
/* ---------------------------------------------------------------- */

#header {
	padding: 0;
	display: block;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 910px;
	height: 53px;
	font-size: 13px;
	line-height: 150%;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	margin: 0px;
	padding: 0px;
}

#header p {
	text-align: right;
}

#hdrLnkArea {
	float: right;
	height: 46px;
	width: 200px;
}

#hdrLnkArea li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
	padding-top: 10px;
}

#hdrLnkArea a {
	text-decoration: none;
	color: #595959;
}

#hdrLnkArea a:hover {
	color: #FF9900;
	text-decoration: none;
}

#siteSearchArea {
	padding-top: 15px;
}

#siteSearchArea img {
	margin-left: 4px;
}

#siteSearchArea form input {
	vertical-align: middle;
}

#siteSearchArea form input.textBox {
	width: 110px;
}

#siteSearchArea form input.searchBtn {
	
}

#logoArea {
	display: block;
	padding: 0;
	float: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 10px;
}
#fontArea {
	background-image: url(../images/fontArea-base.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	padding-top: 10px;
	float: right;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#fontArea     img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-right: 1px;
	padding-left: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* 英語サイトリンク用エリア設定 */

#toEnglishArea {
	display: block;
	top: 20px;
	right: 0;
	margin-top: 10px;
	float: right;
	width: 50px;
}

#toEnglishArea ul {
	
}

#toEnglishArea li {
	display: block;
	line-height: 150%;
	list-style-type: none;
	text-align: right;
}

#toEnglishArea li a {
	color: #ff6501;
	text-decoration: underline;
}

#toEnglishArea li a:hover {
	color: black;
	text-decoration: none;
}

/* ---------------------------------------------------------------- */
/* グローバルナビ用ブロック設定 */
/* ---------------------------------------------------------------- */

#gNavigation {
	background-image: url(../images/naviBaseTitle.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.allbtn li {
	display: inline;
	float: left;
}


/* ---------------------------------------------------------------- */
/* フッター用ブロック設定 */
/* ---------------------------------------------------------------- */

#footer {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#footer .access {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	width: 910px;
	background-image: url(../images/foot-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
}

#ftr_lnk  {
	font-size: 75%;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 20px;
	float: left;
}

#ftr_lnk p {
	text-align: left;
	color: #666666;
}

#ftr_lnk  a  {
	text-decoration: none;
	color: #333333;
}

address  {
	text-align: right;
	font-size: 83%;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}



/* ---------------------------------------------------------------- */

/* 追加CSS制御 */
/* ---------------------------------------------------------------- */

/* ホーム ニュース用 */

#news {
	
}

#news ul.tabNav {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

#news ul.tabNav li {
	display: inline;
}

#news ul.tabNav li a {
	width: 64px;
	height: 21px;
	margin: 0 auto;
	padding: 0;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}

#news ul.tabNav li a img {
	display: none;
}

#news ul.tabNav li#tab1box a {
	background-image: url(../images/tab01.gif);
}

#news ul.tabNav li#tab1box a.active {
	background-image: url(../images/tab01_on.gif);
}

#news ul.tabNav li#tab2box a {
	background-image: url(../images/tab02.gif);
}

#news ul.tabNav li#tab2box a.active {
	background-image: url(../images/tab02_on.gif);
}

#news ul.tabNav li#tab3box a {
	background-image: url(../images/tab03.gif);
}

#news ul.tabNav li#tab3box a.active {
	background-image: url(../images/tab03_on.gif);
}

#news ul.tabNav li#tab4box a {
	background-image: url(../images/tab04.gif);
}

#news ul.tabNav li#tab4box a.active {
	background-image: url(../images/tab03_on.gif);
}

/* 商品情報 - トップFLASHメニュー用 */

#productsFlashArea {
}

#productsFlashArea ul.tabNav {
	width: 885px;
	border-bottom: 3px solid #F16E02;
	margin: 0 auto;
	padding: 0;
	display: block;
}

#productsFlashArea ul.tabNav li {
	display: block;
	float: left;
	width: 442px;
	margin: 0 auto;
	padding: 0;
}

#productsFlashArea ul.tabNav li a {
	width: 402px;
	margin: 0 auto;
	padding: 0;
	display: block;
	text-align: center;
	height: 47px;
}

#productsFlashArea ul.tabNav li a img {
	display: none;
}

#productsFlashArea ul.tabNav li#tabHealth {
	text-align: center;
}

#productsFlashArea ul.tabNav li#tabHealth a {
	background: url(../products/images/tabNavi01.gif) no-repeat left top;
}

#productsFlashArea ul.tabNav li#tabHealth a.active {
	background: url(../products/images/tabNavi01_on.gif) no-repeat left top;
}

#productsFlashArea ul.tabNav li#tabBeauty {
	text-align: center;
}

#productsFlashArea ul.tabNav li#tabBeauty a {
	background: url(../products/images/tabNavi02.gif) no-repeat left top;
}

#productsFlashArea ul.tabNav li#tabBeauty a.active {
	background: url(../products/images/tabNavi02_on.gif) no-repeat left top;
}

#productsFlashArea #tabStage {
	display: block;
	position: relative;
	width: 909px;
	height: 474px;
	margin: 0;
	padding: 0;
	background: url(../products/images/flash_stage_bg.gif) no-repeat center top;
}

#productsFlashArea #tabStage #flaHealth {
	display: block;
	position: absolute;
	width: 860px;
	height: 440px;
	margin: 0;
	padding: 0;
	top: 12px;
	left: 25px;
}

#productsFlashArea #tabStage #flaBeauty {
	display: block;
	position: absolute;
	width: 860px;
	height: 440px;
	margin: 0;
	padding: 0;
	top: 12px;
	left: 25px;
}