body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6,p1,p2,p3{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* add -- */

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup 
table {
	border-collapse: collapse;
	border-spacing: 0;
}*/

/* add -- */

img {
	vertical-align:bottom;
	border:0;
}
table {
	font-size:100%;  
}
caption, th {
	text-align:left;
}
address, caption, th {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
fieldset {
	border:0;
}
label {
	vertical-align:middle;
	cursor:pointer;
}
* html label {/* for IE6 */
	margin:0 0 0 -4px;
}
*:first-child+html label {/* for IE7 */
	margin:0 0 0 -4px;
}
label input {
	margin:0 4px 0 0;
}
* html label input {/* for IE6 */
	margin:0;
}
*:first-child+html label input {/* for IE7 */
	margin:0;
}
select {
	font-family:sans-serif;
}
option {
	padding:0 5px;
	font-family:sans-serif;
}
input {
	vertical-align:middle;
	padding:0 2px 2px;
	font-family:sans-serif;
}
* html input {/* for IE6 */
	padding:2px;
}
*:first-child+html input {/* for IE7 */
	padding:2px;
}
textarea {
	font-size:100%;
	vertical-align:middle;
	padding:0 0 0 2px;
	overflow-y:scroll;
	font-family:sans-serif;
}
* html textarea {/* for IE6 */
	padding:1px 0 1px 2px;
}
*:first-child+html textarea {/* for IE7 */
	padding:1px 0 1px 2px;
}
hr, legend {
	display:none;
}
object, embed {
	vertical-align:top;
}
.alt{
display: none;
}


/* ??ƒN -- */

a:link {
	color:#0066cc;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
a:visited{
	color:#0066cc;
	text-decoration: underline;
}
a:active{
	color:#0066cc;
	text-decoration:none;
}
a{
	color:#0066cc;
	text-decoration: underline;
}