@charset "Shift_JIS";


body {
	background:url(../images/index_back.gif) repeat-x white;
}

#main_image {
	height:220px;
	width:100%;
	background:url(../images/main_image.jpg) no-repeat right 0;
}

	#main_image .limg {
		text-align:center;
		padding-right:535px;
	}
	


#contents #topics {
	border:solid 5px #BFE7F3;
	border-radius:10px;
}

	#contents #topics dl {
		border-bottom:dashed 1px #ccc;
		margin:1em;
	}

	#contents #topics dt {
		clear:both;
		float:left;
		width:9em;
		white-space:nowrap;
	}
	
	#contents #topics dd {
		padding-left:9em;
	}


.more {
	float:right;
	background:url(../images/icon.gif) no-repeat left center;
	padding-left:10px;
	margin-top:0.5em;
}


/* pdf—v‘f
----------------------------------------------------------- */
.pdf	{ 
	background: url(../images/icon_pdf.gif) no-repeat top left;
	padding-left:20px;
}

