/* format style
************************************************************************************/
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style: none;
}
img {
	border:none;
	vertical-align: bottom;
}
hr {
	display: none;
}


/* basic styling
************************************************************************************/
html {
}
body {
	font-size: 79%;
}
html>body {
	font-size: 75%;
}
p {
	line-height:1.6em;
}
p strong{
	color:#FF3333;
	font-weight: bold;
}

/* anchor
************************************************************************************/
a:link {
	color:#047391;
}
a:visited {
	color:#668891;
}
a:hover {
	color:#00A0C6;
}
a img {
	filter:alpha(opacity=100);
	-moz-opacity: 1; 
	opacity: 1;
}
a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.60; 
	opacity: 0.60;
}

/* modules
************************************************************************************/
.hidden {
	overflow: hidden;
	position: absolute;
	height: 0px;
	width: 0px;
}

