@charset "utf-8";

/* CSS Document */

#t_pickupBox {
	border:1px solid #cccccc;
	background:#f5f5f5;
	padding:15px 19px 15px 19px;
	width:758px;
	margin:15px 0 20px 0;
	float:left;
}

* html #t_pickupBox {
	margin:0 0 0 0;
	padding:15px 19px 0 19px;
} 

#t_pickupBox h4{
	float:left;
	width:338px;
	margin:0;
	padding:0;
}

#t_pickupBox dl.recipe-taiken {
	background:url(../../images/taiken_pickup_recipe.gif) no-repeat left center;
	width:375px;
	float:right;
	height:24px;
	margin:0;
	padding:0;
}

#t_pickupBox dl.recipe-taiken dd{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#993300;
	padding:3px 0 0 0;
	text-align:right;
	float:left;
	width:120px;
	margin:0;
	display:inline;
}
#t_pickupBox dl.recipe-taiken dd.recipe{
	margin:0 73px 0 0;
}

#t_pickupBox dl.recipe-taiken dt,#t_pickupBox dl.recipe-taiken dd span{
	font-size:0;
	line-height:0;
	display:none;
}

/* コメント */

#t_pickupBox #comment {
	width:373px;
	float:left;
	margin:0;
	padding:0;
}



#t_pickupBox #comment dl {
	margin:0;
	padding:0;
	background:url(../../images/taiken_comment_bg.gif) no-repeat 0 10px;
	display:block;
	width:373px;
}


#t_pickupBox #comment dl.bloglink {
	background:url(../../images/taiken_blog_bg.gif) no-repeat 0 10px;
}

#t_pickupBox #comment dt {
	float:left;
	width:60px;
	padding:18px 12px 0 12px;
	display:inline;
	margin:0;
}

#t_pickupBox #comment dd {
	float:left;
	padding:18px 10px 0 0;
	margin:0;
	display:inline;
	line-height:1.2;
	width:278px;
	font-size:0.7em;
}

#t_pickupBox #comment dd p{
	background:url(../../images/taiken_pickup_line.gif) no-repeat left bottom;
	padding-bottom:8px;
	margin:0;
}


#t_pickupBox #comment dd em{
	font-size:1.2em;
	font-style:normal;
	text-decoration:underline;
}

#t_pickupBox #comment a{
	background:url(../../images/taiken_comment_bg.gif) no-repeat;
	display:block;
	width:373px;
	height:89px;
	cursor:pointer;
	margin:10px 0 0 0;
	padding:0;
	color:#4B4B4B;
}

#t_pickupBox #comment a:hover{
	background:url(../../images/taiken_comment_bg_over.gif) no-repeat;
	color:#993300;
}

#t_pickupBox #comment a.blog_comment{
	background:url(../../images/taiken_blog_bg.gif) no-repeat;
}

#t_pickupBox #comment a.blog_comment:hover{
	background:url(../../images/taiken_blog_bg_over.gif) no-repeat;
	color:#993300;
}



/*　体験談数　*/

#month a.taikendan {
	background:url(../../images/icn_taikensuu.gif) no-repeat;
	display:block;
	width:60px;
	height:16px;
	margin:6px 0 0 0;
	padding:0 0 0 26px;
	color:#333333;
	font-weight:bold;
	text-align:center;
}

#month a.taikendan:hover {
	background:url(../../images/icn_taikensuu_over.gif) no-repeat;
	text-decoration:none;
	color:#993300;
}

#month .taikendan_zero {
	background:url(../../images/icn_taikensuu_off.gif) no-repeat;
	display:block;
	width:60px;
	height:16px;
	margin:6px 0 0 0;
	padding:0 0 0 26px;
	color:#999999;
	font-weight:bold;
	text-align:center;
}



/* タブ追加 */

#tedukuri_theme {
	background:url(../images/bnr_theme_bg.gif) no-repeat;
	width:480px;
	height:25px;
	padding:1px 0 0 100px;
	color:#777777;
	font-size:0.7em;
	margin-bottom:20px;
	}

#tedukuri_theme span{
	display:none;
}


#tabBox {
	margin-bottom:15px;
	width:580px;
	height:33px;
}

#tabBox span.bdr{
	display:block;
	background-color:#CCCCCC;
	width:580px;
	height:4px;
	margin:2px 0;
	font-size:0;
	line-height:0;
	clear:both;
}

#tabBox li {
	display:block;
	float:left;
	width:130px;
	height:33px;
	margin-right:5px;
}

#tabBox li a,
#tabBox li span{
	border:1px solid #cccccc;
	display:block;
	width:128px;
	height:31px;
}

#tabBox li a:hover{
	border:1px solid #993300;
}

/* レシピタブ */

#tabBox li span.recipe{ background:url(../images/tab_recipe_on.gif) no-repeat; text-indent:-9999px;}
#tabBox li a.recipe{ background:url(../images/tab_recipe.gif) no-repeat; text-indent:-9999px;	font-size:0; line-height:0;}
#tabBox li a.recipe:hover{ background:url(../images/tab_recipe_over.gif) no-repeat; text-indent:-9999px;}
#tabBox li span.recipe_btm{ background:url(../images/tab_recipe_btm.gif) no-repeat; text-indent:-9999px;}


/* 体験談タブ */

#mainBox #tabBox li .toukou,#mainBox #tabBox li .toukou_btm{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#5E5E5E;
	padding:10px 0 0 85px;
	width:45px;
	height:21px;
	line-height:1;
	vertical-align:middle;
}

#mainBox #tabBox li .toukou em,#mainBox #tabBox li .toukou_btm em{ display:none;}

#mainBox #tabBox li span.toukou{	background:url(../images/tab_taikendan_on.gif) no-repeat center; color:#993300;}
#mainBox #tabBox li a.toukou{	background:url(../images/tab_taikendan.gif) no-repeat center;}
#mainBox #tabBox li a.toukou:hover{	background:url(../images/tab_taikendan_over.gif) no-repeat center; color:#993300; text-decoration:none;}
#mainBox #tabBox li span.toukou_btm{	background:url(../images/tab_taikendan_btm.gif) no-repeat center; color:#993300;}



#taiken_anchor {
	border-left:1px solid #444444;
	float:left;
	margin:10px 10px;
	padding:0;
}

#taiken_anchor li {
	float:left;
	display:block;
	width:110px;
	height:15px;
	padding:0 3px;
	border-right:1px solid #444444;
}

#taiken_anchor a {
	display:block;
	width:110px;
	height:15px;
	text-indent:-9999px;
	border:none;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}

#taiken_anchor a.comment{	background:url(../images/btn_taiken_tocomment.gif) no-repeat center;}
#taiken_anchor a.comment:hover{	background:url(../images/btn_taiken_tocomment_over.gif) no-repeat center;}

#taiken_anchor a.blog{	background:url(../images/btn_taiken_toblog.gif) no-repeat center;}
#taiken_anchor a.blog:hover{	background:url(../images/btn_taiken_toblog_over.gif) no-repeat center;}



/* 体験談 */

#taikenBox{
	border:1px solid #cccccc;
	background:#f5f5f5;
	padding:15px 19px 4px 19px;
	width:540px;
	margin:5px 0;
	overflow:auto;
}

#taikenBox h4{
	margin:0 0 15px 0;
	padding:0;
	font-size:0;
	line-height:0;
}

#taikenBox dl{
	background:url(../images/taikendan_koe_bg.gif) no-repeat left top;
	overflow:auto;
	width:510px;
	margin:0;
	padding:0 15px 5px 15px;
	line-height:0;
}

* html #taikenBox dl { margin:0 0 -10px 0;} 

#taikenBox dt{
	margin:0 0 10px 0;
	padding:0;
	line-height:0;
	font-size:0;
}

#taikenBox dd{
	float:left;
	width:380px;
	margin:0;
	padding:0 10px 0 0;
}

#taikenBox dd.txt_r{
	padding:0 0 0 10px;
}

#taikenBox dd.pht{
	width:120px;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
}


#taikenBox dd h6{
	background:url(../../images/taiken_pickup_line.gif) repeat-x left bottom;
	margin:0 0 5px 0;
	padding:0 0 8px 0;
	font-size:0.9em;
	line-height:1.6;
	color:#666666;
}	

#taikenBox dd h6 a,#taikenBox dd h6 a:visited {
	background:url(../images/file_icon.gif) no-repeat right center;
	padding-right:15px;
	color:#666666;
}

#taikenBox dd h6 a:hover {
	color:#993300;
}


#taikenBox dd.txt_r h6 span{
	font-weight:normal;
}

#taikenBox dd p{
	font-size:0.8em;
	line-height:1.5;
	color:#4B4B4B;
}

#taikenBox span.btm{
	clear:left;
	display:block;
	background:url(../images/taikendan_koe_btm.gif) no-repeat;
	width:540px;
	height:10px;
	margin:0 0 15px 0;
	padding:0;
	font-size:0;
	line-height:0;
}

#mainBox a#blog-link {
	color:#141414;
	cursor:pointer;
}

#mainBox a#blog-link:hover {
	text-decoration:none;
}

#taikendan_btn {
	text-align:center;
	width:580px;
	margin:30px 0;
}







