@charset "UTF-8";

/*
	1 : Win IE 7のみ
	2 : Win IE 6 以下
 */



/* ***********************************************************************
	1 : Win IE 7のみ
*********************************************************************** */
*:first-child+html selector {}



/* ***********************************************************************
	2 : Win IE 6 以下 & Mac IE
*********************************************************************** */
* html {
	background: #FFF url(../images/bg.jpg) top center repeat-x scroll;
}
* html #header p,
* html ul#menu li a {
	font-size: 1px;
}
* html .memoSection {
	background: url(../images/bg-top.gif) top left no-repeat;
}
* html .memoSection dl {
	background: url(../images/bg-bottom.gif) bottom left no-repeat;
}
* html #comment_post {
	margin-left: 13px;
}
* html #comment_form {
	margin-right: 13px;
}
* html #comment_form textarea {
	width: 255px;
}