@charset "UTF-8";
/*****************************************************
base.css
Last Modified: 2010-11-17
******************************************************/
/* common setting
=========================================*/

body {
	text-align: center;
	color: #333333;
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img {
	vertical-align: bottom;
}

hr {
	display: none;
}

em {
	font-style: normal;
}

strong {
	font-weight: bold;
}

sub {
	vertical-align: bottom;
}
sup {
	vertical-align: top;
}


/* anchor style
=========================================*/
a:link {
	color: #0066cc;
	text-decoration: none;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:active {
	color: #ff6600;
	text-decoration: underline;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

a:focus {
	color: #ff6600;
	text-decoration: none;
}



/* for Reader styles
========================================== */

/* Reader
------------------------------------------ */
.aural {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}