@charset "EUC-JP";

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

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

★Internet Explorer 8のみ適用
head~/＊ ＊/body .hogehoge{}
（＊は小文字に直してから使用してください。）


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

@import "base.css";

/* #contents
*********************************************************************/



#contents #sub ul{
	margin:8px 0px 15px 25px;
}

#contents #sub ul li{
	list-style-image:url(../image/mark2.gif);
	line-height:170%;
}

#contents #main ul li{
	list-style-type:disc;
	line-height:170%;
}



#contents #sub li.active{
	list-style-image:url(../image/mark.gif);
}

#contents #sub li.active a{
	list-style-image:url(../image/mark.gif);
}

#contents #main p strong{
	text-decoration:underline;
}

#contents #main p img{
	margin-top:2px;
}


#footer{
	clear:both;
}

#wrapper{
	margin-top:-23px;
}

#header{
	margin-top:-22px;
}
