/*-- ストーリー --*/

	
#textbox .tpctitle{
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	color:#666666;
	}
	
#textbox .tpcdate{
    font-size:10px;
	color:#666666;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

#update {
	width: 220px;
	height: auto;
	float:right;
	margin: 20px 20px 0px 0;
	font-size:10px;
	line-height: 20px;
	letter-spacing: 0.1em;

}

#update .uptitle{
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	color:#666666;
	}

.banner {
	width: 300px;
	height: 80px;
	padding: 10px;
	background-image:url(../common/banner_bg.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}


/*
#dw-banner {
	width: 180px;
	height: auto;
	float:right;
	padding: 20px;
	background-image:url(../common/dwbanner_bg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#dw-banner .dwbtitle{
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0.1em;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	color:#666666;
	
	*/


/* [ DL NEWS ] ----------------------------*/


.dl-news {
    float: left;
    font-size: 10px;
	color:#333333;
	line-height: 18px;
	letter-spacing: 0.05em;
	margin: 0;
	/*width:500px;*/
}

.dl-news dt {
	float:left;
	width:4em;
	padding:2px 0;
	clear:both;
	color:#666666;
}

.dl-news dd {
	margin-left:5em;
	padding:2px 5px;
	border-left:1px solid #cccccc;
	}




