@charset "utf-8";

/* 共通スタイル */
@import url("common.css");

/* ================================================== */
/*  programming topics style  */
/* ================================================== */

/* --- contents --- */
		/* image area */
		#contents .box img {
			margin:0 20px 0 0;
		}
			
			#contents .box img.pdf {
				padding:2px;
				border:1px solid #dcdcdc;
			}
		/* end */
/* end */

