@charset "Shift-JIS";

/*-------------------------------------------------------
					リセット
-------------------------------------------------------*/
#xxx
{
	background:transparent no-repeat scroll left top;
	margin:0;
	padding:0;
	border:none;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	list-style-type:none;
	text-indent:0;
}


/*-------------------------------------------------------
					フロート解除
-------------------------------------------------------*/
body.food_power div#sec1 dl:after
{
	content:".";
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
}

/* Win IE7 */
*:first-child + html body.food_power div#sec1 dl
{
	min-height: 1%;
}

/* Win IE6 \*/
* html body.food_power div#sec1 dl
{
	height: 1%;
}


#xxx
{
	zoom:1;
}


/*-------------------------------------------------------
					テキスト画像代替
-------------------------------------------------------*/
#xxx
{
	display:block;
	text-indent:-10000px;
	text-decoration:none;
	margin:0;
	padding:0;
/*\*/
	overflow:hidden;
/* */
}



/*-------------------------------------------------------
					非表示部
-------------------------------------------------------*/
#xxx
{
	position:absolute;
	top:-9999px;
	left:-9999px;
	width:0px;
	height:0px;
	overflow:hidden;
	z-index:-9999;
}


/*-------------------------------------------------------
					div#pageHeader
-------------------------------------------------------*/
body.food_power div#pageHeader{
	margin-bottom: 10px;
	background-image:url(../../food_power/images/page_header.gif);
}


/*-------------------------------------------------------
						div#sec1
-------------------------------------------------------*/

body.food_power div#sec1 .lead {
    margin-bottom: 1.5em;
} 


body.food_power div#sec1{
	margin-bottom: 0;
}

body.food_power div#sec1 ul{
	clear: both;
}
body.food_power div#sec1 li{
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
body.food_power div#sec1 p.pht{
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}
body.food_power div#sec1 p.mainText{
	padding-bottom: 4px;
	padding-left:105px;
	text-indent:0;
	line-height:1.2em;
	font-size:95%;
}
body.food_power div#sec1 a.withArrow{
	display: block;
	background:url(../../images/common/icon_arrow_solid_green.gif) no-repeat 108px 2px;
	padding-left:122px;
}


body.food_power div#sec1 dt{
	clear: both;
	float: left;
	width: 140px;
    max-width: 100%;
	padding: 5px 0 5px 10px;
	border-left: 7px solid #009c84;
}

* html body.food_power div#sec1 dt{
	width :135px;
}


body.food_power div#sec1 dd{
	float: left;
	width: 800px;
    max-width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
/*	border: 1px solid blue; */
}


body.food_power div#sec1 ul.firstChild{
	padding-top: 20px;
}

#contents {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#contents div.article h3{
	padding:8px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:110%;
    color: #fff;
    border: 0;
}
#contents div.article h3 a{
	font-weight:bold;
}