body {
	margin: 0px;
	padding: 0px;
	font-size: .7em;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 1.1em;
}


.px10 {
	font-size:10px;
	line-height:150%;
}
.px12 {
	font-size:12px;
	line-height:150%;
}


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

a img {
	border-style: none;
}
a:link {
	color: #0680dd;
	text-decoration: underline;
}
a:visited {
	color: #0680dd;
	text-decoration: underline;
}
a:hover {
	color: #0680dd;
	text-decoration: underline;
}
a:active {
	color: #0680dd;
	text-decoration: underline;
}
.cafe {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #FF0000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.cafe a {
	color: #FF0000;
}
.cafe a:link {
	color: #FF0000;
}
.cafe a:hover {
	color: #0680dd;
	text-decoration: underline;
}
.cafe a:active {
	color: #0680dd;
	text-decoration: underline;
}
.cafe a:visited {
	color: #FF0000;
}

.cafe .title {
	font-size: 1.5em;
	line-height: 1.8em;
	font-weight: bold;
}

