/* IE6 css fixer v0.4: Tue, 14 Jul 2009 11:40:57 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#trend_info_box #brand_logo li,
* html #trend_info_box #brand_logo li {display:inline;}

/* add zoom:1 to overflow:hidden */
#tpphoto {zoom:1;}

/* add zoom:1 to pos:relative elements */
#trend_main_box {zoom:1;}


/* ============================================= */
/* potentially harmful settings                  */

/* add zoom:1 to backgrounds -- Manually check for problems with inline elements! */
#trend_info_box #brand_logo li,
* html #trend_info_box #brand_logo li,
#brand_info_title,
#brand_info tr {zoom:1;}

/*-----------------------------------------------
  タイトル
-----------------------------------------------*/

#contentstitle {
 background: url(../trendpress/images/trend_h2.gif) no-repeat;
/* width: 270px;*/
 height: 20px;
 text-indent: -9999px;
 margin-bottom: 30px;
}


#trend_main_box {
	padding:5px;
	background-color:#F3EFE6;
	position: relative;
}

#tpphoto {
	display: block;
	width: 630px;
	height: 430px;
	overflow: hidden;
}

#trend_main_box #trend_top_text {
	position: absolute;
	z-index: 10;
	top:25px;
	left:10px;
	width: 600px;
	height: 300px;
}
#trend_main_box #trend_top_text a {
	display: block;
	height: 100%;
}


* html #trend_main_box #trend_top_text {
	behavior: expression(IEPNGFIX.fix(this));
}

#trend_info_box {
	padding: 15px;
}

* html #trend_info_box {
	padding: 15px 5px 15px 15px;
}

#trend_info_box #brand_logo {
	margin: 0;
	display:block;
	overflow: hidden;
}

#trend_info_box #brand_logo li {
	float: left;
	display: inline;
	padding: 0 20px 0 10px;
	width: 260px;
	height: 35px;
	margin: 10px 10px 10px 0;
	background: url(../trendpress/images/brand_dotline.gif) no-repeat bottom;
}

* html #trend_info_box #brand_logo li {
	float: left;
	display: inline;
	padding: 0 20px 0 0;
	width: 260px;
	height: 35px;
	margin: 10px 10px 10px 0;
	background: url(../trendpress/images/brand_dotline.gif) no-repeat bottom;
}

.blue_line {
	border-left: 3px solid #6d8fa0;
	display: block;
	padding-left: 10px;
}

#trend_info_box #date {
	clear:both;
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-align: right;
	padding: 0 10px;
}

#trend_info_box #writer {
	font-size: 10px;
	margin-bottom: 10px;
	text-align: right;
	color: #999;
	padding: 0 10px;
}

#trend_info_box #text {
	margin-bottom: 30px;
	padding: 0 10px;
}

#trend_info_box #button {
	text-align:center;
	margin-bottom: 30px;
	padding: 0 10px;
}

#brand_info_box {
	margin-top:50px;
}

#brand_info_title {
	padding-bottom: 10px 0;
	height:30px;
	background: url(../trendpress/images/brand_dotline.gif) repeat-x bottom;
}

#brand_info {
	width:640px;
}

#brand_info tr {
	padding: 10px 0;
	background: url(../trendpress/images/brand_dotline.gif) repeat-x bottom;
}

#brand_info .brand_name {
	width: 350px;
	padding-right:15px;
	font-weight: bold;
	vertical-align: top;
}

#brand_info .brand_tel {
	width: 130px;
	vertical-align: top;
}

#brand_info .btn_detail {
	width: 130px;
	vertical-align: top;
}
