/* アジア食品研究所 商品開発部 */
#screen {
	width: 880px;
	margin: 0px;
	padding: 10px;
	background-color: #BBEEEE;
}


/* ラインナップエリアの設定 */
.pdd_introduction {
	margin: 0px 0px 10px 0px;
	width: 860px;
	font-family: "Arial Black","ＭＳ　Ｐゴシック",Osaka,sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 125%;
}

.lineup_textarea_frame_top {
	margin: 0px;
	width: 860px;
	height: 20px;
	background-image: url(../img/02_pdd/lineup-frame_top.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-attachment:scroll;
}

.lineup_textarea_frame_bottom {
	margin: 0px;
	width: 860px;
	height: 20px;
	background-image: url(../img/02_pdd/lineup-frame_bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-attachment:scroll;
}

.lineup_textarea {
	padding: 0px 20px;
	font-family: "Arial Black","ＭＳ　Ｐゴシック",Osaka,sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	line-height: 150%;
	background-color: #FFFFFF;
}

.lineup_textarea_space {
	margin: 0px;
	width: 860px;
	height: 10px;
}

.package_img_left{
	float: left;
	margin: 0px 10px 5px 0px;
}

.package_img_right{
	float: right;
	margin: 0px 0px 5px 10px;
}

.pdd_postscript {
	margin: 10px 0px 0px 0px;
	width: 860px;
	font-family: "Arial Black","ＭＳ　Ｐゴシック",Osaka,sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 125%;
}


/* ボーダーの設定 */
.border_dotted_44dddd {border-top: dotted 1px #44DDDD;}

.border_solid_44dddd {border-top: solid 1px #44DDDD;}
