.com_txt {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-align: left;
	vertical-align: top;
}
.table_title {
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
	color: #333333;
}

.big_text {
	font-size: 170%;
	line-height: 160%;
	font-weight: bold;
	color: #333333;
}
.small_txt {
	font-size: 80%;
	line-height: 140%;
	padding: 2px;
}

.orange_txt {
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
	color:#FF6600;
	padding: 2px;
}

.red_txt {
	font-size: 80%;
	line-height: 140%;
	font-weight: bold;
	color:#FF0000;
	padding: 2px;
}

.sell_1 {
	background-color: #CCCCCC;
	text-align: center;
	padding: 3px;
	font-size: 80%;
	line-height: 120%;
}
.sell_2 {
	background-color: #DCDCDC;
	text-align: center;
	padding: 3px;
	font-size: 80%;
	line-height: 120%;
}
.sell_3 {

	background-color: #ECECEC;
	text-align: center;
	padding: 3px;
	font-size: 80%;
	line-height: 120%;
}

.sell_4 {

	background-color: #ECECEC;
	text-align: left;
	padding: 3px;
	font-size: 80%;
	line-height: 120%;
}


.mitsumori a:link{
	text-decoration:underline;
	color:#FFFFFF;
}
.mitsumori {
	font-size: 90%;
}

.top_4 {
	font-size: 110%;
	font-weight:bold;
}

.mitsumori a:visited{
	text-decoration:underline;
	color:#FFFFFF;
}
.mitsumori a:hover{
	text-decoration:underline;
	color:#00FFFF;
}
.mitsumori a:active{
	text-decoration:underline;
	color:#FFFFFF;
}



#price_table {
	font-size: 70%;
	width: 540px;
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
}
.futou_m {
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	color: #000099;
	text-align: left;
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.futou_mt {
	font-size: 90%;
	line-height: 140%;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
}
.kakaku_txt {
	font-weight: bold;
	color: #006699;
	margin: 5px auto;
	width: 530px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #006699;
	border-bottom-color: #006699;
}


#price_table .a1 {
	background-color: #D8E7F3;
}
#price_table .x1 {
	font-weight: bold;
	text-align: center;
}
#price_table .al1 {
	font-weight: bold;
}

#price_table .a0 {
	background-color: #CCCCCC;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#price_table td {
	text-align: right;
}
#price_table td,th {
	border: 0px solid;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#price_table2 {

	font-size: 70%;
	width: 540px;
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
}
#price_table2 td {
	text-align: right;
}
#price_table2 td,th {
	border: 0px solid;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#price_table2 .b2 {
	font-weight: bold;
	text-align: center;
}
#price_table2 .b3 {
	text-align: left;
}

#price_table2 .a1 {
	background-color: #D8E7F3;
}
#price_table2 .x1 {
	font-weight: bold;
	text-align: center;
}
#price_table2 .al1 {
	font-weight: bold;
}
#price_table2 .a0 {
	background-color: #CCCCCC;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

/*testーーー-----------------------------*/
/*メニュー画像枠設定*/
#menu_div{ /*画像で作られたメニューボディーの中にテキスト全部が収まる範囲（"column"）との関係（マージンや余白）を設定する*/
  padding : 0 0 0 0;
  margin : 0 0 0 0;
  width : 190px;
}
#column { /*この中にリストを収める*/
  width: 181px;
}
#column .titlebar {   /*タイトルの設定*/
  font-family : "trebuchet MS";
  color: white; 
  padding : 4px 0 4px 0;  /*上下余白4px空ける*/
  font-weight: bold; 
  background-color : #97b2d9; 
  border-bottom: #0000ff 1px solid;     /*ボトムにラインを引く*/
  text-align: center; /*タイトルはセンターポジションにする*/
}
#column .blocklook b {   /*サブタイトルの設定*/
  display: block;       /*ブロックにする*/
  font-family : "trebuchet MS";
  padding : 6px 0px 3px 0px;  /*上6px下余白3px空ける*/

  background-color : #0000ff; 
  border-bottom: #0000ff 1px solid;
  color : white;
  text-align: center; /*タイトルはセンターポジションにする*/
}
#column .blocklook ul {   /*リストメニュー*/
  padding: 0px;          /*余白マージン0*/
  margin: 0px; 
  list-style-type: none;
}
#column .blocklook li a {
  display: block;       /*ブロックにする*/
  padding-top: 3px;     /*上下に3px余白 */
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 16px;   /*左14pxの余白  */
  font-weight: bold;            
  border-left: #0000ff 1px solid;   /*ネイビーカラー*/
  border-right: #0000ff 1px solid;   /*ネイビーカラー*/
  width: auto;
  color: #3c3c3c;
  border-bottom: #0000ff 1px solid; 
  text-decoration: none;
}

/*
  display: block;       
  padding-top: 3px;     
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 14px;   
  font-weight: bold;            
  border-left: #0000ff 6px solid;
  border-right: #0000ff 1px solid;
  width: auto;
  color: #3c3c3c;
  border-bottom: #0000ff 1px solid; 
  text-decoration: none;
*/

html #column .blocklook li a {
  width: 160px;  /*180-(6+14)*/
}
#column .blocklook ul.alttheme li a {
  border-left: gray 6px solid;
}
#column .blocklook li a:hover {
  border-left-color: orange; 
  color: black; 
  background-color: #f6f6fe;
}
#column .blocklook ul.alttheme li a:hover {
  border-left-color: red; 
  color: black; 
  background-color: #f6f6fe;
}
/*test終わりーーーーーーーーーーーー---------------------*/

/*--緑の枠--*/

#column_g { /*この中にリストを収める*/
  width: 181px;
}
#column_g .titlebar {   /*タイトルの設定*/
  font-family : "trebuchet MS";
  color: white; 
  padding : 4px 0 4px 0;  /*上下余白4px空ける*/
  font-weight: bold; 
  background-color : #97b2d9; 
  border-bottom: #009900 1px solid;     /*ボトムにラインを引く*/
  text-align: center; /*タイトルはセンターポジションにする*/
}
#column_g .blocklook b {   /*サブタイトルの設定*/
  display: block;       /*ブロックにする*/
  font-family : "trebuchet MS";
  padding : 6px 0px 3px 0px;  /*上6px下余白3px空ける*/

  background-color : #009900; /*タイトルバックの色*/
  border-bottom: #009900 1px solid;/*タイトルバックの色*/
  color : white;
  text-align: center; /*タイトルはセンターポジションにする*/
}
#column_g .blocklook ul {   /*リストメニュー*/
  padding: 0px;          /*余白マージン0*/
  margin: 0px; 
  list-style-type: none;
}
#column_g .blocklook li a {
  display: block;       /*ブロックにする*/
  padding-top: 3px;     /*上下に3px余白 */
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 14px;   /*左14pxの余白  */
  font-weight: bold;            
  border-left: #009900 6px solid;   /*ネイビーカラー*/
  border-right: #009900 1px solid;   /*ネイビーカラー*/
  width: auto;
  color: #3c3c3c;
  border-bottom: #009900 1px solid; 
  text-decoration: none;
}
html #column_g .blocklook li a {
  width: 160px;  /*180-(6+14)*/
}
#column_g .blocklook ul.alttheme li a {
  border-left: gray 6px solid;
}
#column_g .blocklook li a:hover {
  border-left-color: orange; 
  color: black; 
  background-color: #f6f6fe;
}
#column_g .blocklook ul.alttheme li a:hover {
  border-left-color: red; 
  color: black; 
  background-color: #f6f6fe;
}
/*--緑の枠終わり--*/

/*--赤の枠--*/

#column_r { /*この中にリストを収める*/
  width: 181px;
}
#column_r .titlebar {   /*タイトルの設定*/
  font-family : "trebuchet MS";
  color: white; 
  padding : 4px 0 4px 0;  /*上下余白4px空ける*/
  font-weight: bold; 
  background-color : #97b2d9; 
  border-bottom: #CC0000 1px solid;     /*ボトムにラインを引く*/
  text-align: center; /*タイトルはセンターポジションにする*/
}
#column_r .blocklook b {   /*サブタイトルの設定*/
  display: block;       /*ブロックにする*/
  font-family : "trebuchet MS";
  padding : 6px 0px 3px 0px;  /*上6px下余白3px空ける*/
  background-color : #CC0000; /*タイトルバックの色*/
  border-bottom: #CC0000 1px solid;/*タイトルバックの色*/
  color : white;
  text-align: center; /*タイトルはセンターポジションにする*/
}
#column_r .blocklook ul {   /*リストメニュー*/
  padding: 0px;          /*余白マージン0*/
  margin: 0px; 
  list-style-type: none;
}
#column_r .blocklook li a {
  display: block;       /*ブロックにする*/
  padding-top: 3px;     /*上下に3px余白 */
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 14px;   /*左14pxの余白  */
  font-weight: bold;            
  border-left: #CC0000 6px solid;   /*赤*/
  border-right: #CC0000 1px solid;   /*赤*/
  width: auto;
  color: #CC0000;
  border-top: #CC0000 1px solid;     /*トップにラインを引く*/
  border-bottom: #CC0000 1px solid; 
  text-decoration: none;
}
html #column_r .blocklook li a {
  width: 160px;  /*180-(6+14)*/
}
#column_r .blocklook ul.alttheme li a {
  border-left: gray 6px solid;
}
#column_r .blocklook li a:hover {
  border-left-color: orange; 
  color: black; 
  background-color: #f6f6fe;
}
#column_r .blocklook ul.alttheme li a:hover {
  border-left-color: red; 
  color: black; 
  background-color: #f6f6fe;
}
/*--赤の枠終わり--*/
