@charset "Shift_JIS";

/* ---------- common ---------- */

p{
		font-size			:	11pt;
		text-align			:	justify;
		text-justify		:	distribute;
		letter-spacing		:	130%;
		line-height			:	150%;
}

div{
font-size:	10.5pt;
		letter-spacing		:	130%;
		line-height			:	150%;
}

.small{
		font-size			:	75%;
		text-align			:	justify;
		text-justify		:	distribute;
		letter-spacing		:	130%;
		line-height			:	110%;
}


.infomation{
		font-size			:	90%;
		color				:	#333333;
}

.remark{
		font-size			:	80%;
		color				:	#666666;
}


/* ---------- J[ ---------- */

a{
 text-decoration		:	none;
}

a:link{
 text-decoration		:	none;
}

a:visited{
		color				:	#05a;
}

a:active{
		color				:	#00f;
}

a:hover{
		text-decoration		:	underline;
}

