@charset "utf-8";



*{
	margin		:0;
	padding		:0;
	font-family	:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	
	line-height	:1.4;
	word-spacing:1px;
	letter-spacing:1px;
	font-style:normal;
	color:#333333;
}

div:after,
ul:after,
dl:after,
dd:after{
	content		:".";  
	display		:block;  
	visibility	:hidden;  
	height		:0.1px;  
	font-size	:0.1em;  
	line-height	:0;  
	clear		:both;
}
div,dl,ul,ol{zoom:1;}

br{letter-spacing:normal;}

ul,ol{
	padding-left:0;
	list-style-position:outside;
	list-style:none;
}
li{
/*text-indent:-1em;*/}

a img{border:none;}

a {
/*\*/
   overflow: hidden;
   text-decoration:none;
/*\*/
}

a:link{color:#0000CC;}
a:visited{color:#800080;}
a:hover{text-decoration:underline;}

.in{text-indent:-99999px;}