@charset "euc-jp";

@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;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body{
	color: #333333;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 1px;
}

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; }
br          { font-size: 0; line-height: 0; }

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

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

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

.right_img {
	float: right;
	margin-left: 5px;
}

.clear_both {
	clear: both;
}

.upper {
	vertical-align: super;
	font-size: 70%;
}
