/*////////////////////////////////////////////////////////////

Miss Dance Drill Team International Japan. - news.css

------------------------------------------------------------

		0. MainArea

////////////////////////////////////////////////////////////*/



/* ------------------------------------------------------------
    0. MainArea
   ------------------------------------------------------------ */

body div.content div.main dl.text dt.short{
	margin:10px 0 5px 10px;
	font-size:14px;
	width:615px;
	height:26px;
	padding:5px 0 0 10px;
	background-image:url(../images/sub_midashi_short.gif);
	background-repeat:repeat-x;
	font-weight:bold;
}

/* IE6 HACK */
* html body div.content div.main dl.text dt.short{
	margin:10px 0 5px 5px;
}

body div.content div.main dl.text dt.short div.title{
	height:20px;
	width:300px;
	padding:0 0 0 20px;
	background-image:url(../images/list_01.gif);
	background-repeat:no-repeat;
}

body div.content div.main dl.text dd.link{
	margin:0 0 20px 30px;
}

/* IE6 HACK */
* html body div.content div.main dl.text dd.link{
	margin:0 0 20px 15px;
}

body div.content div.main dl.text dt a{
	color:#666666;
	text-decoration:none;
}

body div.content div.main dl.text dt a:hover{
	color:#dd0000;
	text-decoration:underline;
}

body div.content div.main dl.text a{
	color:#999999;
	text-decoration:none;
}

body div.content div.main dl.text a:hover{
	color:#ee0000;
	text-decoration:underline;
}

