@charset "utf-8";

/*
======== table of content. =================================

summary:テキスト広告ページ用CSS

- PROMOTIONAREA
- CONTENT
- FOOTER

============================================================
*/


/*-----------------------------------------------------
MAIN(base.cssをオーバーライド)
-------------------------------------------------------*/
div#promotionArea {
	padding-left:20px;
	width:756px;
	height:58px;	
}


/*-----------------------------------------------------
CONTENT
-------------------------------------------------------*/
div#content-container {
	margin:10px 0 0 20px;
	width:696px;
}

div#text-ad-area {
	margin:15px 0 0 30px;
	width:696px;
	background:
			transparent
			url(../images/img_waku_middle.gif) 
			repeat-y left top;
	font-size:0.9em;
	color:#444;
	
}
div#text-ad {
	padding:30px 35px 0 35px;
	width:629px;
	background:
			transparent
			url(../images/img_waku_head.gif)  
			no-repeat left top;
}
div#text-ad h4 {
	padding:6px 10px 8px 10px;
	width:609px;
	height:19px;
	background:
			transparent
			url(../images/bg_title01.gif)  
			repeat left top;
	font-size:1.1em;
	font-weight:bold;
}

dl.info {
	margin:10px;
	width:609px;
}

dl.info dt {
	margin:10px 0 0 0;
	padding:10px 0 0 14px;
	border-top:1px solid #CCC;
	background:
			transparent
			url(/global/images/cursor_blk.gif)
			no-repeat left 15px;
	font-weight:bold;
}
dl.info dd {
	padding:2px 0 0 14px;
}
dl.info dt.first {
	margin:0;
	padding-top:0;
	border:none;
	background-position:left center;
}