@charset "utf-8";
/* CSS Document */

/*--- CSS reset ---*/
@import url(/css/reset.css);

/*--- Base ---*/

body {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	background:url(/dol/image/frame_r2_c2.jpg);
}


em,b,strong	{ font-weight:bold; }


.clear {
	clear:both;
	height:0;
}

#dol_wrapper {
}


/*--- newsIframe/topicsIframe ---*/

.iframeWrap		{ text-align:left; background:url(/dol/image/frame_r2_c2.jpg); }

#newsIframe		{ width:400px; position:relative; overflow:hidden; font-size:12px; text-align:left; line-height:125%; word-spacing:normal; letter-spacing:normal; text-align:left; }
#topicsIframe	{ width:400px; position:relative; overflow:hidden; font-size:12px; text-align:left; line-height:125%; word-spacing:normal; letter-spacing:normal; text-align:left; }

#topicsIframe dl,#newsIframe dl					{ margin: 0 0 0 2px; background:url(/dol/topics/files/line.gif) repeat-x bottom left; padding:0 0 10px 0; width:410px; float:left; }
#topicsIframe dl a,#newsIframe dl a				{ color:#555; text-decoration:none; }
#topicsIframe dl a:hover,#newsIframe dl a:hover	{ color:#830; }
#topicsIframe dt,#newsIframe dt					{ width:75px; color:#03C; font-weight:bold;  float:left; clear:both; background:url(/dol/topics/files/f00.gif) no-repeat top left; padding:0 0 0 1.5em;}
#newsIframe dt									{ width:100px; color:#03C; font-weight:bold;  float:left; clear:both; padding:0; }
#newsIframe dt img								{ margin-top:2px; line-height:100%; padding:0; margin:0; }
#topicsIframe dd,	#newsIframe dd 				{ width:285px; float:left; padding-top:2px;}

img.new	{ margin:0 0 0 2px; width:28px; height:11px; vertical-align:baseline; }

