@charset "utf-8";
/* -- 価格比較 専用 CSS--*/
@import "jpHeader.css";

body {
	margin: 0;
	padding: 0;
	font:13px/1.231 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}
table {
	font-size: inherit;
	font: 100%;
}
select,
input,
button,
textarea {
	font-size: 99%;
}
pre,
code,
kbd,
samp,
tt{
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
a:link {
	color: #003377;
	text-decoration: none;
}
a:visited {
	color: #1f638a;
	text-decoration: none;
}
a:hover {
	color: #0099ff;
	text-decoration: underline;
	cursor: pointer;
}
img {
	border: none;
}
ul,ol {
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
}
p {
	font-size: 93%;
}
h1 {
	font-size: 182%;
}
h2 {
	font-size: 197%;
}
h3 {
	font-size: 123.1%;
	font-weight: normal;
}
h4 {
	font-size: 108%;
	font-weight: normal;
}
h5 {
	font-size: 93%;
	font-weight: normal;
}
h6 {
	font-size: 93%;
	font-weight: normal;
}
address {
	margin: 0;
	padding: 10px 0;
	font-size: 93%;
	font-style: normal;
	font-family: Helvetica,Arial,sans-serif;
	text-align: center;
}

/* Clearfix*/
#header:after,
.cfx:after,
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#header,
.cfx,
.cf {
  min-height: 1px;
}
* html #header,
* html .cfx,
* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* Category Logo */
#jpWrap #header #jplogo h1 {
	margin: 21px 10px 12px 0;
	padding: 0;
	background: transparent url(/img/0910/logo_asciijp120.gif) no-repeat right top;
	width: 134px;
	height: 26px;
	float: left;
}
#jpWrap #header #jplogo h1 a {
	padding: 26px 0 0;
	display: block;
	width: 134px;
	height: 0;
	overflow: hidden;
}
#jpWrap #header #jplogo h2 {
	margin: 18px auto 4px;
	padding: 0;
	background: transparent url(/img/0910/logo_h2_kakaku.gif) no-repeat left top;
	float: left;
	width: 136px;
	height: 30px;
}
#jpWrap #header #jplogo h2 a {
	padding: 30px 0 0;
	display: block;
	width: 136px;
	height: 0;
	overflow: hidden;
}
#kakaku #jpWrap {
	border-color: #272391;
}
#kakaku #jpWrap #header #generalMenu {
	background-image: url(/img/0910/bg_generalmenu_bl.gif);
}
#kakaku #jpWrap #header #generalMenu li a {
	background-image: url(/img/0910/menu_general_bl.gif);
}
#kakaku #jpWrap #header #secondMenu {
	background-image: url(/img/0910/bg_secondmenu_bl.gif);
}
#kakaku #jpWrap #header #secondMenu li a {
	background-image: url(/img/0910/menu_second_bl.gif);
}

