@charset "utf-8";
/* CSS Document */

h2{
    background:none;
    border:none;
    border-radius:none;
    font-weight: bold;
    line-height: 2;
    margin: 0 ;
    padding: 0 ;
    position: relative;
    text-shadow:none;
    width: 100%;;
    z-index: 1;
}


.bg{
	display: list-item;
	list-style-image: url("../images/print_bg.png");
	list-style-position: inside;
	position:absolute;
	zoom: 1; /* 印刷バグ解決 */
	
}

#index #main .section dl.block dt{
	border:none;
}
