@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/mark.gif);
	line-height:170%;
}

#contents #main #left{
	float:left;
	width:45%;
	padding:3px 3px 3px 15px;
	margin-bottom:20px;
}

#contents #main #right{
	float:left;
	width:45%;
	padding:3px 3px 3px 15px;
	margin-bottom:20px;
}

#footer{
	clear:both;
}

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

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