@charset "utf-8";
h1,h2,h3,h4,h5,h6,p,div,ul.ol,li,dt,dl,dd,
form,fieldset,input,textarea,button,table,embed,object,bgsound{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	list-style-type: none;
}
/*画像リンクの外枠の線をなくす*/
a img{
	border:0;
}
#contents img{
	border:none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea {
	font-size: 100%;
}
.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

