
@import url("common.css");
@import url("contents.css");

/*---- RE-set ----*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}

body{
	color: #333;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 1px;
	background: url("../img/common/bd_bg.jpg") repeat-x left top #d1f1f9;
}

table  { border-collapse: collapse; border-spacing: 0;}
hr     { display: none; }
img    { border: none; vertical-align: bottom; }
ul, ol { list-style: none; }
p, 
li, dt, dd,
th, td      { text-align: justify; text-justify: inter-ideograph; }

a　　　　　　　　 { color: inherit; text-decoration: none; border: none; outline: none; }
a:link, a:visited { color: #0053e0;	text-decoration: underline; }
a:hover, a:active { color:#0053e0; text-decoration: none; }

/*---- end RE-set ----*/

.analyze{
	position:absolute;
	top:-5px;
	left:-5px;
	visibility:hidden;
	width:5px;
	height:5px;
}

#copyRight{
	width: 100%;
}

#copyRight del{
	display:none;
}

