/****************************************
 リセット
 ****************************************/
#dsk div,#dsk span,
#dsk h1,#dsk h2,#dsk h3,#dsk h4,#dsk h5,#dsk h6,
#dsk p,#dsk a,#dsk img,#dsk strong,
#dsk table,#dsk tbody,#dsk thead,#dsk tfoot,#dsk tr,#dsk th,#dsk td,#dsk caption,
#dsk dl,#dsk dt,#dsk dd,#dsk ol,#dsk ul,#dsk li,
#dsk form,#dsk legend,
#dsk object,#dsk iframe,#dsk address,
#dsk font,#dsk strike,#dsk em,#dsk sub,#dsk sup {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	line-height:150%;
	text-align:left;
	text-decoration:none;
	vertical-align:baseline;
	background:transparent;
	color:#666; font-size:12px;
}

#dsk ol,#dsk ul,#dsk li {list-style:none;}
#dsk table {border-collapse:collapse; border-spacing:0;}
#dsk table,#dsk tbody,#dsk tfoot,#dsk thead,#dsk tr,#dsk th,#dsk td,#dsk caption {vertical-align:top}

/****************************************
 良く使うもの
 ****************************************/
#dsk strong		{font-weight:bold}
#dsk strike		{text-decoration:line-through}

#dsk .left		{float:left;}
#dsk .right		{float:right;}
#dsk .center		{text-align:center}
#dsk .clear		{clear:both;}
#dsk .strong		{font-weight:bold}
#dsk .hr			{border-top:#CCC 1px dashed; margin:20px}

/****************************************
 ページ全体
 ****************************************/
#dsk a			{text-decoration:underline; color:#666}
#dsk a:hover		{text-decoration:underline; color:#CCC}

/****************************************
 レイアウト
 ****************************************/
#dsk p {margin-bottom:30px;}

#rss_blog2 li {list-style:none; background:#F00}