/* CSS Document */

html, body, ul, ul li, dl, dt, dd, img, h1 {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body {
	color: #555; 
	font-family: Verdana, Sans-Serif;
	text-align: left;
	background-color: #FFF;
	font-size: 0.8em;
	line-height: 140%;
}

body a {
	color: #777;
}

body a:hover {
	color: #4C0;
	text-decoration: none;
}

/* スキルアップ講座NEWS ------------------------------ */

#newstop {
	width: 500px;
}

#newstop ul {
	margin: 0 7px;
}

#newstop li {
	padding: 2px 0;
}

#newstop li span {
	margin-right: 10px;
	font-size: 0.85em;
}

#newstop li em {
	font-style: normal;
}

#newstop li strong {
	color: #036;
}

#newstop li a {
	padding: 2px 0 2px 45px;
	color: #777;
	text-decoration: none;
}

#newstop li em a {
	color: #F40;
}

#newstop li a.ntokyo {
	background: url(../images/point_tokyo.gif) left 2px no-repeat;
}

#newstop li a.nosaka {
	background: url(../images/point_osaka.gif) left 2px no-repeat;
}

#newstop li a.nother {
	background: url(../images/point_other.gif) left 2px no-repeat;
}

#newstop li a:hover {
	text-decoration: underline;
	color: #260;
}

#newstop li em a:hover {
	color: #777;
}


/* カレンダー ------------------------------ */

#topcale {
	width: 245px;
	padding: 8px 5px 5px 5px;
	background-color: #F2F2F2;
}

#topcale h1 {
	font-size: 12px;
	text-align: center;
}

#topcale h1 a {
	color: #555;
	text-decoration: none;
	margin: 0 15px;
	font-size: 10px;
	font-weight: normal;
}

#topcale h1 a:hover {
	color: #F90;
}

#topcale table {
	width: 100%;
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	border: none;
}

#topcale th, #topcale td {
	text-align: center;
	border: none;
	vertical-align: top;
}

#topcale th {
	font-size: 10px;
	font-weight: normal;
	padding: 3px 0;
	width: 35px;
}

#topcale td {
	padding: 3px;
	width: 29px;
	height: 27px;
	background-color: #FFF;
	font-weight: bold;
}

#topcale td a {
	display: block;
	width: 29px;
	height: 27px;
	background: url(../images/ster.gif) center bottom no-repeat;
	color: #555;
}

#topcale td a:hover {
	background: url(../images/ster_on.gif) center bottom no-repeat;
	color: #FFF;
}

.c1 {
	color: #C00;
}

.c2 {
	color: #08B;
}

.c3 {
	color: #AAA;
}