@charset "utf-8";
/* CSS Document */
/*�@�s�����m�������p�X�^�C���㏑�� */

/* ===============  Tag Section  =============== */


h2 {
	border-bottom: 3px double #393;
}

h3 {
	background: url(images/h3_bg.gif);
}

h4 {
	border-left: 5px solid #393;
}

h5 {
	background: url(images/base_bg.gif);
}

/* ===============  ID Section  =============== */


/* ---------- menu ---------- */


#menu li {
	list-style: none;
}
#menu li a {
	height: 24px;
	width:140px;
	padding: 5px 0 0 6px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	display: block;
	text-decoration: none;
	color: #000;
}
#menu li a:hover {
	background: #fc6;
}

/* ===============  Class Section  =============== */

.now {
	background: #fc6;
	padding: 0.1em 0.5em;
}

.big {
	width: 80%;
	margin: 1em auto;
	padding: 0.3em 0.5em;
	text-align: center;
	background: #900;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
}

.big a:link {
	color: #ccf;
}
.big a:hover {
	color: #fff;
}
.big a:visited {
	color: fcf;
}


