@charset "utf-8";

/* table-menu CSS */
table#index-menu { margin: 20px auto 0px; text-align: center; border: 0px; }
table#index-menu td { padding: 1px; }
table#index-menu td.size001 { margin: 0px; padding: 0px; width: 652px; height: 260px; }
table#index-menu td.size002 { margin: 0px; padding: 0px; width: 352px; height: 522px; }

td.size001 div { margin: 0px; padding-right: 1px; display: table-cell; }

td.size001 div#natural a#n_link { width: 390px; height: 260px; background: url(../images/td_s001-l_natural.jpg) no-repeat center; display: block; }
td.size001 div#natural a#n_link:hover { background: url(../images/td_s001-l_natural_c.jpg) no-repeat center; }
td.size001 div#natural-f a#n_link { width: 390px; height: 260px; background: url(../images/td_s001-l_feminine.jpg) no-repeat center; display: block; }
td.size001 div#natural-f a#n_link:hover { background: url(../images/td_s001-l_feminine_c.jpg) no-repeat center; }
td.size001 div#product a#p_link { width: 260px; height: 260px; background: url(../images/td_s001-r_produce.jpg) no-repeat center; display: block; }
td.size001 div#product a#p_link:hover { background: url(../images/td_s001-r_produce_c.jpg) no-repeat center; }
td.size001 div#book a#b_link { width: 260px; height: 260px; background: url(../images/td_s001-l_book.jpg) no-repeat center; display: block; }
td.size001 div#book a#b_link:hover { background: url(../images/td_s001-l_book_c.jpg) no-repeat center; }
td.size001 div#stylish a#s_link { width: 390px; height: 260px; background: url(../images/td_s001-r_stylish.jpg) no-repeat center; display: block; }
td.size001 div#stylish a#s_link:hover { background: url(../images/td_s001-r_stylish_c.jpg) no-repeat center; }
td.size002 div#feminine a#f_link { width: 348px; height: 522px; background: url(../images/td_s002_feminine.jpg) no-repeat center; display: block; }
td.size002 div#feminine a#f_link:hover { background: url(../images/td_s002_feminine_c.jpg) no-repeat center; }
td.size002 div#feminine-n a#f_link { width: 348px; height: 522px; background: url(../images/td_s002_natural.jpg) no-repeat center; display: block; }
td.size002 div#feminine-n a#f_link:hover { background: url(../images/td_s002_natural_c.jpg) no-repeat center; }
 
table#index-menu td.content {
  width: 500px; height: 400px; background: #ffffff; font-size: 0.9em; padding-left: 40px;
  border: solid 0px #ffffff;
  text-align: left;  vertical-align: middle;
}
/* table-menu CSS */

/* News BBS */
table#news-tb { margin: auto; width: 950px; }
table#news-tb td#news_title { margin: 0px; padding-top: 32px; width: 127px; text-align: left; vertical-align: top; }
table#news-tb td#office { margin: auto; padding-top: 32px; width: 217px; vertical-align: top; }
div#news_title_jpg { margin: 0px; padding: 0px; width: 117px; height: 38px; background: url(../images/pagetitle_01_news.png) no-repeat center; }
div#o-info { margin: 0px; padding: 0px; width: 217px; height: 170px; background: url(../images/pagetitle_01_office.png) no-repeat center; }
div#news h3, div#history h3 { display: none; }
div#news {
	width: 620px;	height: 290px;
	overflow: hidden;
	background: url(../images/bbs_news_bg.png) no-repeat left top;
	text-align: left;
}
* html div#news { margin-right: 15px; }
div#news .inner { height: 240px; margin: 30px 15px 0 10px; padding-right: 15px; overflow: auto; }
dl#newsboard { margin: 0; padding: 0; }
dl#newsboard dt { margin-top: 6px; white-space: normal; color: #666666; font-size: 0.9em; line-height: 150%; }
dl#newsboard dd { margin-left: 6px; padding-bottom: 2px; border-bottom: dotted 1px #632; text-align: right; color: #666666; font-size: 1.0em; line-height: 170%; }
/* News BBS */