@charset "Shift_JIS";

/* ========================== Format ========================== */
/* kill 'Browser standard style' */
/* ブラウザがデフォルトで持っているStyleを一旦解除します */
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,select,option,address,pre,
strong,em{
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

/* ========================== Re-definition ========================== */

/* 要素の再定義 */

strong{font-weight:bold;}
