@charset "UTF-8";

*{
	margin:0;
	padding:0;
	letter-spacing: 0;
}

body {
	border: none !important;
	height: 100%;
	color: #000000;
	background: #FFFFFF;
	text-align: left;
	line-height: 120%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Sans-Serif, Tahoma, Arial, Helvetica !important;
	font-size: 82%;
	letter-spacing: normal;
	word-spacing: normal;
	color: #333333;
}

.clear{clear: both;}

/*------------------------------------------- link*/

a:link{
	text-decoration:underline;
	color: #03C;
}

a:visited{
	text-decoration: none;
	color: #03C;
}

a:hover{
	text-decoration:underline;
	color: #C00;
}


/*------------------------------------------- imghack*/

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/* Hides from IE-mac \*/
*html.clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */


/*------------------------------------------- */

label{cursor:pointer;}
ul {list-style: none;}
strong {}
em {font-style: normal;}

em.highlight {
	color: inherit;
	background-color: #FFFF33;
	font-weight: bold;
}

em.item_snippet_highlight{
	color: inherit;
	background-color: #FFFF33;
	font-weight: bold;
	font-style:oblique;
}

img {border: none;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
