@charset "shift_jis";

/* basic elements
-------------------------------------------------------------------------------- */

*{
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "MS UI Gothic",sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}


body{
	padding: 0;
	margin: 0;
	text-align: left;
	background: #F5F5F5;
}

a,a:link,a:visited {
	color: #ffffff;
}
a:hover {
	color: #B8D8E2;
}
a:active {
	color: #9e311d;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}


en {
	font-style: italic;
}


u {
	text-decoration: underline;
}


/* standard helper classes
-------------------------------------------------------------------------------- */

.clr {
	clear: both;
	height: 1px;
	width: 1px;
	padding: 0;
	margin: 0 -1px -1px 0;
	overflow: hidden;
	border: 0;
	font-size: 0;
	line-height: 0;
}


