@charset "utf-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F1FFC1;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #999999;
	background-color: #FFFFFF;
	background-image: url(images/baka.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	padding: 0px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	font-size: 11px;
	height: 220px;
} 
.twoColFixLtHdr #header h1 {
	margin: 2px 0px 0px 0px; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 4px 0px 0px 4px;
	height: 120px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 201px;
	background-repeat: repeat-x;
}
.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;
    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;
	text-align: left;
}

.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 {
	padding: 4px;
	border: 1px solid #999999;
	margin: 19px 0px 6px 0px;
}
.twoColFixLtHdr #container #mainContent td {
	font-size: 12px;
	color: #333333;
}
.twoColFixLtHdr #footer {
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.twoColFixLtHdr #container #sidebar1 .Amenu li {
	list-style-type: none;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	left: -30px;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: -35px;
	font-size: 12px;
	cursor: pointer;
	text-align: left;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(images/menuz.gif);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #container #sidebar1 .Bmenu li {
	list-style-type: none;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	left: -30px;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: -35px;
	font-size: 12px;
	text-align: left;
	cursor: pointer;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(images/menuz.gif);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #container #sidebar1 .Cmenu li {
	list-style-type: none;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	left: -30px;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: -35px;
	font-size: 12px;
	text-align: left;
	cursor: pointer;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(images/menuz.gif);
	background-repeat: repeat-y;
}
.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: 440px;
	width: 175px;
	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: 100px;
	padding-top: 8px;
	overflow: auto;
}
.twoColFixLtHdr #container #mainContent .Rbox .soryo {
	margin-top: 6px;
	height: 38px;
}
.twoColFixLtHdr #container #mainContent .Rbox .image {
	height: 160px;
	width: 160px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FF0000;
}
.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;
	padding: 4px;
	font-weight: bold;
	color: #FF0000;
}
.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 #header .h1c {
	font-size: 12px;
	background-image: url(custom/h1_image.jpg);
	background-repeat: no-repeat;
	height: 220px;
	cursor: pointer;
	font-weight: normal;
	color: #333333;
}
.twoColFixLtHdr #container #header .h1s {
	font-size: 18px;
	height: 100px;
	text-align: left;
	background-image: url(images/headers.jpg);
	padding: 20px;
	background-repeat: no-repeat;
}

.twoColFixLtHdr #container #mainContent .h2c {
	font-size: 11px;
	background-image: url(custom/h2_image.jpg);
	background-repeat: no-repeat;
	height:160px;
	margin-top: 11px;
	font-weight: normal;
	color: #666666;
}

.twoColFixLtHdr #container #mainContent .h2s {
	font-size: 12px;
	background-image: url(images/rank_h2.jpg);
	background-repeat: no-repeat;
	height:160px;
	margin-top: 18px;
	font-weight: normal;
	text-align: right;
}

.twoColFixLtHdr #container #mainContent .h2s2 {
	font-size: 16px;
	background-image: url(images/rank_h2_2.jpg);
	background-repeat: no-repeat;
	height:160px;
	margin-top: 18px;
}
.twoColFixLtHdr #container #mainContent hr {
	clear: both;
	float: none;
	border-top-style: double;
	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: #666666;
}
.twoColFixLtHdr #container #mainContent .h2c_sub {
	font-size: 16px;
	background-image: url(custom/h2_subimage.jpg);
	background-repeat: no-repeat;
	height:160px;
	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: #990000;
	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: 18px;
	color: #FF0000;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}
.twoColFixLtHdr #container #mainContent .Gbox .G .Gcomment {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	white-space: normal;
	clip: rect(auto,auto,auto,auto);
	width: auto;
}
.twoColFixLtHdr #container #mainContent .Gbox .Gprice {
	font-size: 62px;
	font-weight: bolder;
	color: #FF0000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	float: left;
	margin-left: 20px;
}
.twoColFixLtHdr #container #mainContent .Gbox .Gacs {
	font-size: 16px;
	color: #666666;
	float: left;
	margin-top: 40px;
	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;
	margin-bottom: 6px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #EEEEEE;
}
.twoColFixLtHdr #container #sidebar1 .side_image {
	background-image: url(custom/side_image.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 200px;
	text-align: left;
}
.twoColFixLtHdr #container #sidebar1 .rank_title_image {
	background-image: url(custom/rank_title_image.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 200px;
}
.twoColFixLtHdr #container #sidebar1 .Amenu_title_image {
	background-image: url(custom/Amenu_title_image.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 200px;
}
.twoColFixLtHdr #container #sidebar1 .Bmenu_title_image {
	background-image: url(custom/Bmenu_title_image.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 200px;
}
.twoColFixLtHdr #container #sidebar1 .Cmenu_title_image {
	background-image: url(custom/Cmenu_title_image.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 200px;
}
.twoColFixLtHdr #container #sidebar1 .side_text {
	text-align: left;
	padding: 10px;
	color: #663300;
	background-color: #FFFFCC;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.twoColFixLtHdr #container #sidebar1 .rank_title {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 200px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(images/side_image.png);
}
.twoColFixLtHdr #container #sidebar1 .menu_title {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 200px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(images/side_image.png);
}
.twoColFixLtHdr #container #mainContent .system_head {
	background-image: url(../images/system_head.gif);
	margin-top: 20px;
	font-size: 12px;
	color: #FFFFFF;
	height: 26px;
	padding-top: 4px;
	text-align: left;
	text-indent: 10px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #mainContent .kiji {
	font-size: 12px;
	color: #666666;
	text-align: left;
}
.twoColFixLtHdr #container #sidebar1 .Amenu {

}
.twoColFixLtHdr #container #header .subheader {
	font-size: 12px;
	position: absolute;
	top: 75px;
	color: #FFFFFF;
	margin-left: 50px;
	left: auto;
	right: auto;
}
.twoColFixLtHdr #container #mainContent .spec {
	text-align: left;
	padding: 20px;
	font-size: 14px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 3px dashed #666600;
}
.twoColFixLtHdr #container #mainContent .spec_title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	padding: 4px;
	margin-top: 20px;
}
.twoColFixLtHdr #container #mainContent .ab_image {
	float: left;
	margin: 10px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.twoColFixLtHdr .bookm {
	font-size: 11px;
	top: 2px;
	border: 1px solid #663300;
	position: absolute;
	margin-left: 300px;
	cursor: pointer;
}
.twoColFixLtHdr #container #mainContent .Rbox .R .Rname {
	color: #CC3300;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent .Rbox .R .Rcomment {
	text-align: left;
}

.twoColFixLtHdr #container #sidebar1 .homes {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	background-color: #990000;
	margin-top: 10px;
	margin-bottom: 10px;
	background-position: center;
	border: 1px solid #660000;
}
.twoColFixLtHdr #container #mainContent .Rbox .Rsub {
	font-size: 12px;
	font-weight: bold;
	color: #336600;
	padding: 3px;
	margin: 3px;
	border: 1px double #FFCC00;
	height: 50px;
	width: 165px;
}

.twoColFixLtHdr #container #mainContent .reviews {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #996600;
	padding: 4px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: double;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
}
.twoColFixLtHdr #container #mainContent .RnameH {
	font-size: 12px;
	font-weight: bold;
	margin: 4px;
	color: #006600;
}
.twoColFixLtHdr #container #mainContent .Rbox_1 {
	width: 600px;
	margin-bottom: 10px;
	padding: 10px;
	border: 4px dashed #FFCC33;
}
.twoColFixLtHdr #container #mainContent .Rbox_1 .R .Rcomment {
	text-align: left;
}
.twoColFixLtHdr #container #mainContent .Rbox_1 .Rprice {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	float: left;
}
.twoColFixLtHdr #container #mainContent .Rbox_1 .Racs {
	float: left;
}
.twoColFixLtHdr #container #mainContent .Rbox_1 .Racs {
	margin-top: 10px;
	color: #333333;
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent .Rbox_1 .Rsub {
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}
.twoColFixLtHdr #container #sidebar1 #form1 .search_title {
	font-size: 12px;
	color: #333333;
}
.twoColFixLtHdr #container #sidebar1 .key1 {
	font-size: 11px;
	font-weight: normal;
	color: #993300;
	margin: 3px;
	float: left;
	white-space: nowrap;
}
.twoColFixLtHdr #container #sidebar1 legend {
}
.twoColFixLtHdr #container #sidebar1 fieldset {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 20px;
	width: 90%;
	padding: 0px;
}
