@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #DDDDDD;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	padding: 0px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	font-size: 11px;
	height: 120px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 201px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 10px; /* この div エレメントの左マージンにより、ページの左側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	float: left;
	width: 780px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



a:link {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
a:visited  {
	text-decoration: none;
}
a:active   {
	color: #660000;
	text-decoration: none;
}

.top_topic {
	font-size: 80%;
	float:left;
	width:100%;
	margin-bottom:4px;
}
.top_topic .kiji .subtitle {
	border-top:#999999 double;
	font-weight: bold;
	padding-top:5px;
}
.top_topic .kiji .subtitle_img {
	border-top:#999999 double;
	font-weight: bold;
	padding-top:5px;
}
.top_topic .kiji {
	
}
.top_topic .kiji P {
	font-size: 90%;
	color: #444444;
	margin-top:5px;
	margin-left:20px;
}
.top_topic .top_topic_img {
	float: left;
	margin-right:4px;
}
.twoColFixLtHdr #container #header img {
	margin: 0px 0px 0px 0px;
	float: left;
}
.ssl {
	font-size: 12px;
	color: #333333;
	padding: 4px;
	border: 1px solid #999999;
	height: 60px;
	margin-bottom: 10px;
}
.ssl p {
	float: left;
	margin-left: 10px;
	margin: 0px;
	color: #333333;
}
.twoColFixLtHdr #container #mainContent .box {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.twoColFixLtHdr #container #mainContent td {
	font-size: 12px;
	color: #333333;
}
.twoColFixLtHdr #footer {
	font-size: 12px;
	color: #333333;
}
.twoColFixLtHdr #container #sidebar1 .Amenu li {
	padding: 3px;
	list-style-type: none;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	list-style-position: inside;
	left: -30px;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: -35px;
	font-size: 12px;
	cursor: pointer;
	text-align: left;
}
.twoColFixLtHdr #container #sidebar1 .Bmenu li {
	padding: 3px;
	list-style-type: none;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	color: #333333;
	list-style-position: inside;
	left: -30px;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: -35px;
	font-size: 12px;
}
.twoColFixLtHdr #container #footer .Cmenu li {
	float:left;
	padding: 3px;
	list-style-type: none;
	margin: 2px;
	font-size: 11px;
	cursor: pointer;
}
.twoColFixLtHdr #container .bass {
	float: none;
	clear: both;
	width: 0px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent .Rbox {
	float: left;
	height: 380px;
	width: 190px;
	font-size: 11px;
	padding: 10px;
}
.twoColFixLtHdr #container #mainContent .Rbox .Racs {
	font-size: 12px;
	font-weight: normal;
	float: none;
	margin-top: 3px;
	margin-right: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	clear: none;
}
.twoColFixLtHdr #container #mainContent .Rbox .Rprice {
	font-size: 18px;
	font-weight: 900;
	color: #FF0000;
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.twoColFixLtHdr #container #mainContent .Rbox .R {
	height: 140px;
	padding-top: 8px;
}
.twoColFixLtHdr #container #mainContent .Rbox .R .Rname {
	color: #CC3300;
}
.twoColFixLtHdr #container #mainContent .Rbox .soryo {
	margin-top: 6px;
}
.twoColFixLtHdr #container #mainContent .Rbox .image {
	height: 160px;
	width: 160px;
}
.twoColFixLtHdr #container #mainContent .Rbox .R .Rcomment {
	margin-top: 6px;
}
.twoColFixLtHdr #container #mainContent .Rbox .Rgrank {
	z-index: -1;
	height: 155px;
	margin-top: -155px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent .Gbox .Rgrank {
	z-index: -1;
	height: 300px;
	margin-right: 0px;
	margin-left: 100px;
	text-align: left;
	clear: none;
	margin-top: -300px;
}
.twoColFixLtHdr #container #mainContent hr {
	clear: both;
	float: none;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-top-color: #663300;
}
.twoColFixLtHdr #container #mainContent .h2c_sub {
	font-size: 16px;
	background-image: url(custom/h2_subimage.jpg);
	background-repeat: no-repeat;
	height:160px;
	text-indent: -9999px;
	margin-top: 18px;
}
.twoColFixLtHdr #container #mainContent .Gbox .image img {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent .Gbox .G .Gname {
	font-size: 18px;
	font-weight: bold;
	color: #666600;
	width: auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #container #mainContent .Gbox .G {
	text-align: center;
	padding-right: 60px;
	padding-left: 60px;
}
.twoColFixLtHdr #container #mainContent .Gbox .G .Gcopy {
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}
.twoColFixLtHdr #container #mainContent .Gbox .G .Gcomment {
	font-size: 18px;
	color: #993300;
	font-weight: bold;
	text-align: left;
	white-space: normal;
	clip: rect(auto,auto,auto,auto);
	width: auto;
}
.twoColFixLtHdr #container #mainContent .Gbox .Gprice {
	font-size: 42px;
	font-weight: bolder;
	color: #FF0000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	float: left;
	margin-left: 20px;
}
.twoColFixLtHdr #container #mainContent .Gbox .Gacs {
	font-size: 12px;
	color: #666666;
	float: left;
	margin-top: 20px;
	clear: none;
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent .Gbox {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent .Gbox .Gsoryo {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	float: left;
	margin-left: 60px;
	padding-top: 8px;
}
.twoColFixLtHdr #container #mainContent .Gbox .GpriceA {
	font-size: 18px;
	color: #CC3300;
	text-decoration: line-through;
	float: left;
	margin-top: 16px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent .Gbox .cart_in {
	clear: both;
	margin-top: 20px;
}
.twoColFixLtHdr #container #mainContent .Rbox .R .RnameH {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	height: 22px;
}
.twoColFixLtHdr #container #mainContent div {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	margin-top: 10px;
}
.twoColFixLtHdr #container #mainContent .box .comments {
	color: #666666;
	padding-left: 20px;
}
