@charset "UTF-8";



/*
	--------------------------------
	Created: 2008.05.19
	Last Modified: 2008.05.19
	--------------------------------
*/



/* --------------------------------

-------------------------------- */

div#body #contents {
width:640px;
margin:65px 160px 0;
padding:0 0 20px;
}

div#body #contents h1 {
border-bottom:solid 1px #bcbcbc;
padding-bottom:9px;
}

div#body #contents h2 {
font-size:75%; 
font-weight:bold;
margin-top:24px;
}

div#body #contents p.txt10h { font-size:62.5%; line-height:1.8; }
* html div#body #contents p.txt10h { font-size:63%; }/* Win IE 6 以前 */

div#body #contents ul {
list-style-type:decimal;
font-size:62.5%; 
line-height:1.8;
padding:0 0 0 20px;
}
*:first-child+html div#body #contents ul { padding:0 0 0 24px; }/* Win IE 7 */
* html div#body #contents ul { padding:0 0 0 24px; font-size:63%; }/* Win IE 6 以前 */


