@charset "utf-8";

.cntnts_ttl {
	width : 720px;
	height : 67px;
	background : url("../img/ttl_prdct.gif") 0 0 no-repeat;
}

/*	メニューの現在ページ表示	*/
p.mnu_a		{	background : url("../../img/mnu_a_f2.gif") 0 0 no-repeat;	}
p.mnu_a a		{	background : url("../../img/mnu_a_f2.gif") 0 0 no-repeat;	}

/*	トピックデータ枠	*/
.topic {
	width : 685px;
	height : 218px;
	display : block;
	margin : 0;
	padding : 2px 0 0 18px;
}
.topic table {
	width : 685px;
	height : 208px;
	margin : 0;
	padding : 0;
	background : url("../img/topic_bg.gif") 0 0 no-repeat;
}
.topic tr {
	vertical-align : top;
}


/*	トピックデータ	*/
.topic_name {
	display : block;
	margin : 0;
	padding : 22px 0 30px 5px;
	font-size:20px;
	font-weight:bold;
}
.topic_kind {
	display : block;
	margin : 0;
	padding : 0;
	float : left;
}
.topic_release_date {
	font-size : 13px;
	color : #666666;	
	display : block;
	margin : 0;
	padding : 11px 0 0 0;
}
p.topic_go_data,	p.topic_go_data a
{
	width : 320px;
	height : 43px;
	display : block;
	margin : 0;
	padding : 0;
}
p.topic_go_data		{	background : url("../img/topic_go_data_f2.gif") 0 0 no-repeat;	}
p.topic_go_data a	{	background : url("../img/topic_go_data.gif") 0 0 no-repeat;	}
p.topic_go_data a:hover {	background : none;	}

img.topic_photo {
	margin : 0;
	padding : 10px;
}


/*	一覧データ域	*/
.pdata {
	width : 700px;	/*	 (= 720 - 20）	*/
	display : block;
	margin : 0;
	padding : 2px 0 0 20px;
}


/*	一覧データ内の個別データ	*/
.pdata_item {
	width : 150px;
	height : 246px;
	display : block;
	margin : 0;
	padding : 0;
	text-align : center;
	float : left;
	padding-right : 24px;
}

.pdata_i, 
.pdata_i_new {
	width : 150px;
	height : 22px;
	display : block;
	margin : 0;
	padding : 0;
}
.pdata_i_new {	background : url("../img/i_new.gif") 0 0 no-repeat;	}

p.pdata_shoyu, p.pdata_shoyu a, 
p.pdata_miso, p.pdata_miso a, 
p.pdata_sio, p.pdata_sio a, 
p.pdata_other, p.pdata_other a ,
p.pdata_tonkotsu, p.pdata_tonkotsu a {
	width : 150px;
	height : 170px;
	display : block;
	margin : 0;
	padding : 0;
}
p.pdata_tonkotsu {		background : url("../img/p_bg_tonkotsu_f2.gif") 0 0 no-repeat;	}
p.pdata_tonkotsu a {	background : url("../img/p_bg_tonkotsu.gif") 0 0 no-repeat;	}
p.pdata_tonkotsu a:hover {		background : none;	}

p.pdata_shoyu {		background : url("../img/p_bg_shoyu_f2.gif") 0 0 no-repeat;	}
p.pdata_shoyu a {	background : url("../img/p_bg_shoyu.gif") 0 0 no-repeat;	}
p.pdata_shoyu a:hover {	background : none;	}

p.pdata_miso {		background : url("../img/p_bg_miso_f2.gif") 0 0 no-repeat;	}
p.pdata_miso a {		background : url("../img/p_bg_miso.gif") 0 0 no-repeat;	}
p.pdata_miso a:hover {		background : none;	}

p.pdata_sio	{		background : url("../img/p_bg_sio_f2.gif") 0 0 no-repeat;	}
p.pdata_sio a {		background : url("../img/p_bg_sio.gif") 0 0 no-repeat;	}
p.pdata_sio a:hover {		background : none;	}

p.pdata_other {		background : url("../img/p_bg_other_f2.gif") 0 0 no-repeat;	}
p.pdata_other a {		background : url("../img/p_bg_other.gif") 0 0 no-repeat;	}
p.pdata_other a:hover {		background : none;	}




img.pdata_photo {
	margin : 0;
	padding : 11px;
}

.pdata_release_date {
	width : 150px;
	height : 20px;
	display : block;
	margin : 0;
	padding : 0;
	font-size : 10px;
	padding-top : 2px;
	margin-top : -19px;
}

.pdata_i_link {
	width : 150px;
	height : 54px;
	display : block;
	margin : 0;
	padding : 0;
	font-size : 12px;
	line-height : 1.2em;
}
.pdata_i_link a {
	color : #666666;	
}
.pdata_i_link a:hover {
	color : #990000;
}





