@charset "UTF-8"; /* 文字コード宣言 */
@import url("../common/styles/default/base.css");
@import url("../common/styles/default/main.css");


#main h1:before {
	content: url("pdcetc_h1.png");
}
* html #main h1 span.jp { /* IE6 用 */
	list-style-image: url("pdcetc_h1.png");
}
*+html #main h1 span.jp { /* IE7 用 */
	list-style-image: url("pdcetc_h1.png");
}

/*
div.subsection {
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
}
div.subsection:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html div.subsection {
    height: 1em;
    overflow: visible;
}
.subsection ul {
	list-style: outside;
	padding-left: 20px;
	margin-left: 30px;
	line-height: 18px;
}
.subsection li {
	margin-bottom: 20px;
}
*/

