/* ──────────────────────────	*/
/* 		全体											*/
/* ──────────────────────────	*/
body {
	color:				#333333;
}

td {
	color:				#333333;
}

.size1 {
	font-size:			1.25em;
}
.size3 {
	font-size:			1.5em;
}
.cal {
	font-size:			0.8em;
	font-weight:		normal;
}

.volmes {
/*	font-size:			1.1em;*/
}

/*
body {
	font-size:			12px;
	color:				#333333;
}

td {
	font-size:			12px;
	color:				#333333;
}

.size1 {
	font-size:			16px;
}
.size3 {
	font-size:			18px;
}
.cal {
	font-size:			10px;
	font-weight:		normal;
}

.volmes {
	font-size:			14px;
}
*/

/* ---------- リンクの設定 ---------- */
a:link {
	color:				#009933;
	text-decoration:	none;
}
a:visited {
	color:				#009933;
	text-decoration:	none;
}
a:active {
	color:				#009933;
	text-decoration:	none;
}
a:hover {
	color:				#009933;
	text-decoration:	underline;
}



.notice {
	margin:5px;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	color:#ff0000;
}

.topinfo li {
	font-size:12px;
}

