@charset "Shift_JIS";

/* ========================== Format ========================== */
/* kill 'Browser standard style' */
/* ブラウザがデフォルトで持っているStyleをいったん解除します */
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,form,select,option,input{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}


/* その他、統一的なフォーマット */
img{border-width:0;}
li{list-style-type:none;}
.clearLeft{clear:left;}
.clearRight{clear:right;}
.clearBoth{clear:both;}


/* 全ページ共通 */


a:link{color:#0066ff;}
a:visited{color:#444444;}
a:hover{color:#FF6600;}

a img{border-width:1px;}

p a img{border:none;}

address{
	font-style:normal;
	font-size:86%;
}


abbr{
	border-bottom-style:dashed !important;
}

hr{
	border-bottom:solid 1px #660322;
}

p.hidden{
	display:none;
}

