@charset "Shift_JIS";
@import url("common.css");

#introduction {
    background-image: url(../../img/bg_introduction.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 3em auto;
	padding: 0 0 1em;
	width: 450px;
	border: solid 1px #333333;
}
#introduction h3 {
    background-image: none;
	padding: 1em 1em 0;
}
#example p {
    text-align: center
}
#example li {
    margin: 0 0 1.5em;
}