@charset "utf-8";
/* CSS Document */

#main {
	width: 760px;
	padding: 0 20px;
}

#contents {
	width: 760px;
}

h1 {
	width: 737px; /* 760px */
	background-image: url(../images/common/h1_long_bg.jpg);
}

#contents h2 {
	width: 736px; /* 760px */
	background-image: url(../images/common/h2_long_bg.gif);
}

#contents p, #contents ol {
	line-height: 1.5;
}

#contents li {
	padding-bottom: 0.5em;
}

#contents ol.ol-alpha {
	list-style-type: lower-alpha;
	padding-bottom: 0;
	padding-top: 0.5em;
}