@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{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

/* ========================== Re-definition ========================== */



/* 要素の再定義 */
a{text-decoration: underline;}
a:link {color:#00E;}
a:visited {color:#639;}
a:hover {}
a:active {color:#F00;}

strong{font-weight:bold;}

img{border:none;}

td,th{vertical-align:top;}

fieldset,legend{
	border:0 none;
	margin:0;
	padding:0;
}

/* 汎用クラスの定義 */
.clearLeft{clear:left;}
.clearRight{clear:right;}
.clearBoth{clear:both;}