@charset "utf-8";


/********************************************************************/
/* HTMLタグ要素 */

body {
	text-align: left;
	font-size: 9pt;
	color: #666666;
	background-color: #ffffff;
	margin: 0px auto 0px 0px;
	padding: 0px;
	word-break: break-all;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

A:link			{	color:#7070ff; font-weight:normal; text-decoration: none; }
A:active		{	color:#7070ff; font-weight:normal; text-decoration: none; }
A:visited		{	color:#7070ff; font-weight:normal; text-decoration: none; }
A:hover			{	color:#ff0000; font-weight:normal; text-decoration: underline; }

table {
	text-align: center;
	font-size: 9pt;
	word-break: break-all;
	margin: 0px auto 0px auto;
	table-layout:fixed;
}

h1 {
	width:700px;
	height:130px;
	position:relative;
	font-size:10px;
	overflow:hidden;
	margin: 0px auto 0px auto;
	text-align:center;
}

h1 span {
	display:block;
	width:100%;
	height:100%;
	background:url(../images/mainbanner.jpg) no-repeat;
	position:absolute;
	top:0;
	left:0;
}

h2 {
	font-size: 9pt ;
	color: #000000 ;
	width: 95% ;
	text-align: center;
	margin: 5px auto 5px auto;
	padding: 3px ;
}


h3 {
	text-align: left;
	font-size: 10pt;
	color:#666666;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: auto;
	font-weight:bold;
	background-image:url("/images/h3.gif") ;
	background-color:#996600 ;
}

hr {
	height: 1px ;
	width: 99% ;
	color: #aaaaaa;
}

ul { color:#666666; }


.welcome {
	text-align: left;
	width:95%;
	color: #222222;
	font-size: 8pt;
	background-color:#f0f0ff;
	padding: 10px;
	margin: 0px auto 0px auto;
	border: dotted 1px #2222ff ;

}

.td0 {
	text-align: center;
	background-color: #fafaea;
	vertical-align: top;
}


/********************************************************************/
/* テーブル上部 */


#index {
	text-align: center;
	background-color: #ffffff ;
	border: none;
	margin: 0px auto 0px auto ;
	width: 765px;
	background-image:url("/images/bg001.jpg") ;

}

#adver {
	text-align: center;
	margin: 0px auto 0px auto ;
}

.search {
	text-align: left;
	vertical-align: top;
	color: #511c00;
	font-weight: bold;
	font-size: 10pt;
	width: 740px;
	margin: 0px;
}

.searchcomment {
	font-size:9pt;
	color:#ff0000;
	font-weight: normal;
	padding: 10px 0px 0px 15px ;
}

.d_input {
	padding-left: 10px ;
	float:left;
	width: 300px ;
}

.d_select {
	float:left;
	text-align: left;
	vertical-align:top;
}

.d_button {
	vertical-align:top;
}

.s_select {
	text-align: left;
	font-size: 10pt;
	margin:0px ;
	color: #666666;
	background-color: #ffffff;
}


.s_input {
	text-align: left;
	width:280px;
	color: #666666;
	border: solid 1px #330000;
	ime-mode: active;
	margin:0px 0px 0px 0px;
	font-size:11pt;
}

.counter {
	float:left;
	text-align: left;
	vertical-align:top;
	width: 300px;
	padding: 10px 0px 5px 15px ;

}

.favorite {
	text-align: right ;
	padding: 10px 15px 5px 0px ;

}


.catemenu {
	text-align:left;
	padding: 10px 10px 10px 10px ;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	width: 95% ;
	border-top : none ;
	border-right: dotted 1px #2222ff ;
	border-bottom: dotted 1px #2222ff ;
	border-left: dotted 1px #2222ff ;

}
.catemenu A:link			{	color:#996600; font-weight:normal; text-decoration: underline; }
.catemenu A:active		{	color:#996600; font-weight:normal; text-decoration: underline; }
.catemenu A:visited		{	color:#996600; font-weight:normal; text-decoration: underline; }
.catemenu A:hover			{	color:#ff0000; background-color:#feefee; font-weight:normal; text-decoration: none; }


/********************************************************************/
/* テーブル左 */

#td2 {
	width: 200px;
	text-align: center;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	color: #666666;
}

.keytitle {
	text-align: center;
	font-size: 10pt;
	color:#ffffff;
	margin: 0px 0px 10px 0px;
	padding: 2px 2px 2px 2px;
	background-color:#996600 ;
	width: 196px;
	background-image:url("/images/h3.gif") ;


}

.sort {
	font-size: 10pt;
	text-align: right;
	color: #666666;
	padding: 0px;
	margin: 15px 0px 15px 0px;
	width:auto;
}

.sort A:link		{	color:#666666; font-weight:normal; text-decoration: underline; }
.sort A:active	{	color:#666666; font-weight:normal; text-decoration: underline; }
.sort A:visited	{	color:#666666; font-weight:normal; text-decoration: underline; }
.sort A:hover		{	color:#7070ff; font-weight:normal; text-decoration: none; }

.pagelink {
	text-align:right;
	padding: 5px 10px 5px 5px ;
	color:#ffffff;
	background-image:url("/images/h3.gif") ;
	background-color:#996600 ;

}


.pagelinks {
	border: solid 1px #996600 ;
	padding:3px;
	font-size:11pt;
}

.thispage {
	border: solid 1px #996600 ;
	background-color:#996600 ;
	color: #ffffff;
	padding:3px;
	font-size:11pt;
}


/********************************************************************/
/* テーブル右 */

#td1 {
	text-align: center;
	vertical-align: top;
	width: 520px ;
	padding-right: 10px;
	margin: 0px auto 0px auto ;
}

.div2 {
	text-align: center;
	background-color: #ffffff;
	vertical-align: top;
	margin-bottom: 30px;
	padding-bottom: 12px ;
	background-image:url("/images/listbar.gif") ;
	border-bottom: dotted 1px #feefee ;

}


/********************************************************************/
/* リスト */

/* カテゴリリスト */
.ul1 {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	line-height: 1.8;
}

.ul1 A:link			{	color:#2020ff; background-color:#ffffff; font-weight:normal; text-decoration: underline; }
.ul1 A:active		{	color:#2020ff; background-color:#ffffff; font-weight:normal; text-decoration: underline; }
.ul1 A:visited	{	color:#2020ff; background-color:#ffffff; font-weight:normal; text-decoration: underline; }
.ul1 A:hover		{	color:#ff0000; background-color:#feefee; font-weight:normal; text-decoration: none; }

.ul2 {
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 20px 0px 10px 0px;
	line-height: 1.8;
}

.ul3 {
	text-align: left ;
	line-height:1.8;
	list-style-image: url("/images/next2.gif");

}

.ul3 A:link			{	color:#2020ff; font-weight:normal; text-decoration: none; }
.ul3 A:active		{	color:#2020ff; font-weight:normal; text-decoration: none; }
.ul3 A:visited	{	color:#2020ff; font-weight:normal; text-decoration: none; }
.ul3 A:hover		{	color:#ff0000; font-weight:normal; text-decoration: underline; }

.div1 {
	text-align:center;
	padding: 8px;
	color: #ffffff ;
	font-weight:bold;
	background-color:#336633;
	border: solid 1px #336633 ;
	background-image:url("/images/h3.gif") ;
}

/********************************************************************/
/* TOPページ商品Skin */

.itemskin {
	text-align: left;
	font-size: 10pt;
	color: #666666;
	width: 100% ;
}


.detail {
	border: dotted 1px #996600 ;
}

.detail2 {
	padding: 0px;
	margin-bottom: 15px;
	border-top : none ;
	border-right: dotted 1px #996600 ;
	border-bottom: dotted 1px #996600 ;
	border-left: dotted 1px #996600 ;
}

.detail3 {
	marign-top: 5px;

}

.detail A:link		{	color:#ffffff; font-weight:bold; text-decoration: none; }
.detail A:active	{	color:#ffffff; font-weight:bold; text-decoration: none; }
.detail A:visited	{	color:#ffffff; font-weight:bold; text-decoration: none; }
.detail A:hover		{	color:#bf3333; font-weight:bold; text-decoration: underline; }

.lefta {
	text-align:center;
	float: left;
	width:150px;
	border: ridge 2px #996600 ;
	background-color: #ffffff;

}

.leftb {
	padding:5px;
}

.righta {
	vertical-align:top;
	text-align: left;
	line-height: 1.6;
	font-size: 10pt;
	color: #232323;
}

.rightb {
	margin-left: 180px;
	width: auto;
	background-color: #ffffff;
	padding: 15px;
	border: dotted 1px #996600;
}

.links {
	text-align:left;
	background-color:#fafadd;
	padding:5px;
	margin: 0px 0px 0px 0px;
	width: auto ;
}

.leftc {
	text-align: left;
	background-color: #ffffff;
	padding: 5px 5px 5px 8px ;
}

.price {
	color: #ff0000;
	font-size: 17pt;
	font-weight:bold;
}

.center {
	text-align: center;
	margin: 0px auto 0px auto ;
}


/********************************************************************/
/* フッターその他 */

.footer {
	text-align: left;
	font-size: 9pt;
	color: #969696;
	font-weight: normal;
	width: 95%;
	padding: 10px;
	margin: 0px;
}

.copy {
	text-align: center;
	font-size: 9pt;
	color: #969696;
}

.notfound {
	text-align: center;
	font-size:10pt;
	color:#999999;
	line-height: 2.0 ;
	padding: 20px 0px 20px 0px;
	margin: 0px; 
}

.clearboth {
	clear: both;
	height: 1px;
	font-size: 1px;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
}

#url {
	font-size: 8pt ;
	text-align: left;
	padding-left: 10px;
	color: #aaaaaa;
	width: 700px;
	margin: 0px auto 0px auto ;
}

.tag {
	text-align:center;
	margin: 18px auto 18px auto;
	font-weight: bold;
	padding: 15px;
	line-height:1.4 ;
}

.tag A:link			{	color:#7070ff; font-weight:normal; text-decoration: node; }
.tag A:active		{	color:#7070ff; font-weight:normal; text-decoration: node; }
.tag A:visited	{	color:#7070ff; font-weight:normal; text-decoration: node; }
.tag A:hover		{	color:#ff0000; font-weight:normal; text-decoration: underline; background-color:#fafa88; }

/********************************************************************/
