@charset "Shift_JIS";
@import "common_t.css";

/*common style css*/

body {
	font-size: 90%;
	color: #333333;
	background-color: #FFFFFF;
}
a:link {
	color: #0033CC;
}
a:visited {
	color: #663366;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
.pagetop {
	font-size: 80%;
	float: right;
	margin-top: 10px;
	margin-bottom: 15px;
	border-width: 0px;
	background-image: url(../img/up.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
.co {
	font-size: 80%;
	line-height: 1.2em;
}