
.TD_back{
  background-image : url(../img/detail/data_table1.gif);
  background-repeat : no-repeat;background-position : left top;
}

.table1{
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : #0099cc;
  border-right-color : #0099cc;
  border-bottom-color : #0099cc;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #0099cc;
}
.com_table1{padding-left : 2px;padding-right : 2px;}
.under_line1{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #d8e2ef;
}
.under_line2{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #d3a5a0;
}

A{				color : #0099cc;}
A:HOVER{			color : red;}
A:VISITED{			color : gray;}
A:VISITED:HOVER{		color : red;}

/*-------------------- ページリンク --------------------*/
.pagelink_t {
	width:96%;
	border-bottom:1px dotted #666666;
	text-align:left;
	line-height:26px;
	margin-bottom:10px;
}
.pagelink_b {
	width:96%;
	border-top:1px dotted #666666;
	text-align:right;
	line-height:26px;
	margin-top:10px;
}

/*-------------------- サムネイル写真表示 --------------------*/
.thumb_photo_w ,
.thumb_photo_h {
	background-repeat : no-repeat;
	padding-left:4px;
	padding-top:4px;
}
.thumb_photo_w {
	width:150px;
	height:119px;
	background-image : url(../img/S_photo_back.gif);
	text-align:left;
}
.thumb_photo_h {
	width:150px;
	height:154px;
	background-image : url(../img/S_photo_back2.gif);
	background-position: center top;
	text-align:center;
	padding-left:0px;
}
.thumb_photo_no {
	width:150px;
	height:119px;
	background-image : url(../img/S_photo_back3.gif);
}
.thumb_photo_no IMG {
	display:none;
}
/*-------------------- 広告用ボックス --------------------*/
.ad_box {
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	width:96%;
}
/*-------------------- カテゴリメニュー --------------------*/
.genre_menu {
	width:160px;
	text-align:left;
}
.genre_menu UL {
}
.genre_menu LI {
	line-height:15px;
	text-align:left;
	list-style-position: inside;
}
.genre_menu A {
	padding-left:5px;
	font:12px;
}
.genre_menu .kai1 {
	margin-top:10px;
	margin-bottom:1px;
	list-style: none;
	background-image: url(../img/list/navi_icon3.gif);
	background-repeat : no-repeat;
	background-position: 2px center;
	padding-left:5px;
}
.genre_menu .kai1 A{
	font-weight:bold;
	color:#000080;
	padding-left:0px;
}
.genre_menu .kai2 {
	list-style-image: url(../img/list/navi_icon1.gif);
}
.genre_menu .end {
	list-style-image: url(../img/list/navi_icon2.gif);
}