@charset "utf-8";
/*/////////////////////////////////////////////////////////
name:default.css
Explanation:reset UA

/////////////////////////////////////////////////////////*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0 auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* UA center
---------------------------------------------------------*/
html{
	width:100%;
	height:100%;
	margin:0 auto;
	margin-bottom:1px;
	text-align:center;
}
*:first-child+html{width:100%;}


/*  */
h1,h2,h3,h4,h5,h6,address{font-style:normal;}
h1,h2,h3,h4,h5,h6{clear:both;}

table{
	border-collapse: collapse;
	border-spacing: 0;
}
* html table{border-collapse:collapse;}
*:first-child+html table{border-collapse:collapse;}

caption,th{text-align:left; font-weight:normal;}
q:before,q:after{content:'';}
ul{list-style:none;}

/* link
--------------------------------------------------------*/
a{
	color:#FF0000;
	text-decoration:none;
	overflow:hidden;
}

a:hover { 
	color:#000000;
}

a:active { 
	color:#000000;
}

a:visited { 
	color:#FF0000;

}
