@charset "utf-8";
body  {
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFFCC url(img_a/animo07.gif);
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	width: 800px;
	text-decoration: none;
}
.thrColFixHdr #container {
	width: 780px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 5px auto 0; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px dotted #FFCC00;
	text-align: left;
} 
.thrColFixHdr #header {
	background: url(img_g/piano_t8.gif) center;
	height: 130px;
	width: 780px;
	padding: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0;
}

.thrColFixHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 140px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0px 10px 15px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	margin: 0px;
}
.thrColFixHdr #container #subpage_mainContent .maiipic {
	width: 400px;
	padding: 0px;
	float: left;
	border: thin solid #00FF00;
	margin-right: 1px;
	margin-bottom: 1px;
	height: 400px;
}
.thrColFixHdr #container #subpage_mainContent .dami {
	clear: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.thrColFixHdr #container #subpage_mainContent .text_box {
	border: thin dotted #FF9900;
	padding-left: 3px;
	margin-left: 2px;
}
.thrColFixHdr #container #subpage_mainContent .pic_box .subpic {
	float: left;
}
.thrColFixHdr #container #subpage_mainContent hr {
	clear: both;
}
.thrColFixHdr #container #subpage_mainContent .pic_box table {
	float: right;
	width: 290px;
	text-align: center;
	border-right: #CCCC00;
	border-bottom: #CCCC00;
	border-left: #CCCC00;
}






.thrColFixHdr #sidebar2 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 130px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #FFFFFF; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 15px 10px 15px 20px;
	margin-top: 0px;
	margin-right: 0px;
}
.thrColFixHdr #container #subpage_mainContent .pic_box td {
	border: thin solid #660000;
}

.thrColFixHdr #mainContent {
	padding: 10px;
	border: thin solid #FFCC00;
	width: 430px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
} 
.thrColFixHdr #container #mainContent .menuboxright {
	float: right;
	width: 50%;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#FFCC66;
	font-style: italic;
	width: 780px;
	left: 0px;
	text-align: center;
} 
.thrColFixHdr #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: #663333;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
	color: #33FF00;
	width: auto;
	margin-top: 2px;
	margin-bottom: 2px;
}
.titlebar    {
	background: url(img_a/backgreen.gif) repeat;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #FFFFFF;
	padding-left: 2px;
}
.thrColFixHdr #container #subpage_mainContent hr {
	border-style: double;
	border-color: #00FF99;
}


.thrColFixHdr #menu {
	width: 780px;
	background: #FFFFFF;
	height: auto;
	text-align: center;
	white-space: normal;
	position: relative;
	margin-top: 5px;
	list-style: none;
}
.thrColFixHdr #menu a {
	color: #CC6633;
	font-weight: bold;
	text-decoration: none;
}
.thrColFixHdr #menu a:hover {
	color: #66FF00;
}
.thrColFixHdr #menu li {
	display: inline;
	word-spacing: normal;
}
.thrColFixHdr #container #subpage_mainContent #item_left {
	width: 200px;
	float: left;
	border: thin solid #99FF66;
	margin-bottom: 80px;
	text-align: center;
}
.thrColFixHdr #container #subpage_mainContent #item_center {
	margin-right: 1px;
	margin-left: 1px;
	border: thin solid #99FF00;
	margin-bottom: 80px;
	text-align: center;
}
.thrColFixHdr #container #subpage_mainContent #item_right {
	float: right;
	width: 200px;
	border: thin solid #99FF33;
	margin-bottom: 80px;
	text-align: center;
}

.thrColFixHdr #menu ul {
	list-style: none;
}
.thrColFixHdr #container #sidebar1 ul {
	list-style: none;
	margin-left: 0px;
}
.thrColFixHdr #subpage_mainContent {
	padding: 10px;
	border: thin solid #FFCC00;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
}
.thrColFixHdr #container #subpage_mainContent .pic_box {
	padding-left: 1px;
	border-top: none;
	border-right: none #FF9900;
	border-bottom: none #FF9900;
	border-left: none #FF9900;
	width: auto;
}
.thrColFixHdr #container #subpage_mainContent .text_box .red {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.thrColFixHdr #container #subpage_mainContent .titlebar a {
	text-decoration: none;
}
.thrColFixHdr #container #subpage_mainContent .price {
	font-style: normal;
	font-weight: bold;
	color: #663300;
	letter-spacing: normal;
	margin-bottom: 5px;
	text-decoration: underline;
	font-size: large;
}
.thrColFixHdr #container #subpage_mainContent .text_box .cart .colorred {
	font-weight: bold;
	color: #FF6666;
}
.thrColFixHdr #container #subpage_mainContent .pic_box .colorred {
	font-weight: bold;
	color: #FF0033;
}
.thrColFixHdr #container #subpage_mainContent .text_box .cart img {
	margin-left: 100px;
}
.thrColFixHdr #container #subpage_mainContent .text_box .coment {
	background: url(img_g/siki01.gif) no-repeat left center;
	text-align: center;
	height: 80px;
	float: right;
	width: 300px;
	display: block;
}
.thrColFixHdr #container #subpage_mainContent .text_box2 {
	border: thin solid #FF9900;
	padding-left: 3px;
	margin-left: 2px;
	background: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
}
.thrColFixHdr #container #subpage_mainContent .text_box2 .titlebar2 {
	background: url(img_a/backpink.gif);
	font-weight: bold;
	color: #660000;
}
.thrColFixHdr #container #subpage_mainContent .text_box2 .point_txt {
	background: #FFFFCC;
	height: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 3px;
	border: thin double #00FF99;
	padding: 3px;
}
.thrColFixHdr #container #subpage_mainContent .text_box .text_box2 .otherpic img {
	float: left;
	padding: 5px;
}
.thrColFixHdr #container #subpage_mainContent .text_box .text_box2 .otherpic .colorred {
	color: #FF0033;
}
.thrColFixHdr #container #subpage_mainContent .text_box .text_box2 .colorred {
	color: #FF3300;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 1px;
	display: block;
}
.thrColFixHdr #container #mainContent .titlebar2 {
	background: #FBFBFE url(img_a/backpink.gif);
	color: #660000;
	margin: 5px;
	padding: 2px;
}

.thrColFixHdr #container #mainContent .menubox img {
	border: thin solid #FF99CC;
}
.thrColFixHdr #container #mainContent h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FF6600;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 3px;
}

.thrColFixHdr #container #mainContent .menuboxright img {
	border: thin solid #FF99FF;
}


.thrColFixHdr #container #mainContent .menubox {
	float: right;
	width: 48%;
}
.thrColFixHdr #container #mainContent .infomation {
	margin: 5px;
	padding: 5px;
}
.thrColFixHdr #container #mainContent .infomation .info_left {
	background: url(img_g/info.jpg);
	width: 91px;
	height: 100px;
	text-align: center;
	color: #663333;
	font-weight: bold;
	float: left;
	margin-right: 2px;
}
.thrColFixHdr #container #mainContent .infomation .info_right {
	height: 85px;
	margin-left: 2px;
	padding: 5px;
	border: thin double #CCCC33;
}
.present {
	border: thin solid #FF6600;
}
.present_img {
	margin: 2px;
	text-align: right;
	width: 400px;
	background: url(img_a/475K03.jpg) no-repeat;
	height: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.thrColFixHdr #container #subpage_mainContent .okaimonoguide {
	margin-top: 15px;
	padding: 2px;
	border: thin dotted #FFAAFF;
}
.thrColFixHdr #container #subpage_mainContent .okaimonoguide td {
	border-bottom: thin dotted #FFB9DC;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
}
.guidetext {
	margin: 2px;
	padding: 2px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #999999;
	height: auto;
}
/* リンクの装飾・クリック時に沈む擬似効果です */ 
.robtnD { /* 通常時 */  
        color:blue;   
        text-decoration:underline;   
}   
.robtnD:hover { /* マウスが乗った時 */  
     position:relative;   
     top:1px; left:1px;   
     color:orange;   
     background-color:#fff;   
     text-decoration:underline;   
}   
.robtnD img {   
     border:0;   
} 

/* テキストエリアをボックス化して、オンマウスでカラーが変わる効果を作ります */
div#box{
	background: #FFFFCC;
	padding-left: 10px;
	border: 1px solid #FF9900;


/* ここの中は適宜必要に応じて指定。

箱を作ると言うより、

divで「どの箱」ということを指し示すid、

と考えてください */

}

div#box a {
	/* 箱そのものを a で作ります */

display: block;
	background: #FFFFCC;
	color: #663333;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;

}

div#box a:hover {
	color: #660000;
	background: #FFCC99;

}
/* リストメニューをブロック化してリンクオンマウスでカラーを変えます */
ul.linklist{
	text-align:left;
	padding:0px;
	margin:0px;
	list-style:none;
}

li.textlink {
	margin:0px;

}
li.textlink a{
	padding:5px 0px 0px 20px;
	display:block;
	text-decoration:none;
	background:#FFFFFF;
	height: 15px;
	border: 1px solid #FFCC99;
}

li.textlink a:hover{
	text-decoration:underline;
	background:#FFCC66;
	color: #663300;
}
