<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("left_menu.css") ;
/*
#contents h2 {
	clear:both;
	border-left:8px solid #E60012 ;
	color:black;
	font-family:arial;
	font-size:1.8em;
	width:250px;
	line-height:1.2em;
}

h2.h2_new {
	clear:both;
	margin-left:2px;
	margin-bottom:4px;
	padding-left:8px;
	float:left;
	border-bottom:1px solid #E60012;
}
*/
/*
h2.h2_update {
	clear:both;
	float:left;
	margin-left:2px;
	margin-bottom:4px;
	padding-left:8px;
	border-bottom:1px solid #E60012 ;
}
*/

.rss {
	width:80px;
	height:15px;
	text-indent:-400em;
	display:inline;
	vertical-align:bottom;
	background:url("../images/main/rss.png") no-repeat bottom center;
}
/****************************************************** Info Window */
#info_window {
	vlear:both;
	width:760px;
	height:8.5em ;/*新商品行数*/
	overflow:auto ;
	text-align:center;
}

#info_window_news {
	vlear:both;
	width:760px;/*470→760*/
	height:6.5em ;/*更新情報行数19→*/
	overflow:auto ;
	text-align:center;
}

#info_window_header {
	vlear:both;
	width:760px;
	height:1.5em ;
	overflow:auto ;
	text-align:center;
}

/* 新商品情報 */
#updateday {
	text-align:left;
	vertical-align:bottom;
	padding-left:1em;
}

/*****************************************************クイックサーチ*/
#q_search {
	float:left;
/*	text-align:center;*/
	text-align:left;
/*	width:766px;*/
	padding-top:4px;
	background-color:white;
}

#q_search ul {
	text-align:center;
	height:24px;
	font-size:78%;
	padding:18px 0 11px 98px;
	background:url('../images/qsearch/back.png') no-repeat center center;
}

#q_search li {
	height:28px;
	float:left;
}

#q_search .qs_arrow {
	height:28px;
	padding-left:13px;
	margin-left:2px;
	background:url('../images/qsearch/arrow.png') no-repeat left 4px ;
}

#q_search select {
	font-size:1.2em;
}

#border {
	clear:both;
	width:98%;
	border-top:1px dashed silver;
	margin:16px 4px;
	font-size:0;
}
/******************************************************* news_tab */
.obtabs {
	float:left;
	width:744px;
	height:72px;
	dispaly:block;
	background:url('../images/news_tab/under.gif') no-repeat center bottom ;
	padding-left:8px;
}

.obtabs li {
	float:left;
}

#tb_news a, #tb_new_item a {
	width:106px;
	height:36px;
	display:block;
	text-indent:-100em;
	position:relative;
	top:1px;
}

#tb_new_item a {
	background:url('../images/news_tab/new_item.gif') no-repeat center -36px;
}

#tb_news a {
//	background:url('../images/news_tab/news.gif') no-repeat center 4px;
	background:url('../images/news_tab/news.gif') no-repeat center -36px;
}

.tb_active {
	border-bottom:1px solid #e5e6e5 ;
}

.tb_deactive {
	background-position:center -4px;
	border-bottom:0;
}

/* end of news_tab */
</pre></body></html>