@import "header.css";
@import "footer.css";
@import "common.css";

/*
 * [Outline]
 */
div.main {
	width: 660px;
	float: left;
}
div.sidebar {
	width: 250px;
	float: right;
}
* html div#contents {
	margin-bottom: -10px;	/* for IE */
}
*:first-child+html div#contents {
	margin-bottom: -10px;	/* for IE */
}
/*
 * [/Outline]
 */

/*
 * [Other]
 */
/* common.cssの上書き */
div#contents h2 {
	margin: 15px 0;
}
p.pageTop,
p.pageTopEx {
	margin-right: 0;
}
/*
 * [/Other]
 */

