@charset "Shift_JIS";

/*----------------■初期設定----------------*/

*  {
	margin:  0;
	padding:  0;
	font-weight:  normal;
	font-style:  normal;
	font-size:  100%;
}
ul,ol  {
	list-style:  none;
}
table  {
	border-collapse:  collapse;
}
th,td  {
	text-align:  left;
	vertical-align:  top;
}
img {
	border: none;
	vertical-align:  top;
}

 /* リンク色の初期値 */
a:link { text-decoration:none;color:#900 }
a:visited { text-decoration:none;color:#900 }
a[href]:hover { text-decoration:underline;color:#c00 }
a:active { text-decoration:none;color:#900 }
 
/*----------------■よく使うもの----------------*/
 
.clear  {
	clear:  both;
}
.clearfix:after  {
	content:".";
	display:  block;
	clear:  both;
	height:  0;
	visibility:  hidden;
}
.clearfix  {
	zoom:  1;
}

