@charset "euc-jp";

#function-area {
	background:url(../img/function_bg.gif) no-repeat left center;
	height: 23px;
	margin-bottom: 20px;
}
#function-area ul {
	padding-left: 84px;
}
#function-area li {
	float: left;
	list-style-type: none;
}
#function-area li.font-s,
#function-area li.font-m {
	padding-right: 4px
}
#function-area li.font-l {
	padding-right: 12px;
}

#function-area li.font-s a,
#function-area li.font-m a,
#function-area li.font-l a {
	display:block;
	width:19px;
	height:20px;
}
#function-area li.font-s a {
	background-image: url(../img/fun_s2.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	}
#function-area li.font-m a {
	background:url(../img/fun_m.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
#function-area li.font-m a:hover {
	background:url(../img/fun_m2.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
#function-area li.font-l a {
	background:url(../img/fun_l.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
#function-area li.font-l a:hover {
	background:url(../img/fun_l2.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
#function-area li.fprin a {
	background:url(../img/fun_print.gif) no-repeat;
	display:block;
	width:63px;
	height:20px;
}
#function-area li.fprin a:hover {
	background:url(../img/fun_print2.gif) no-repeat;
}
SPAN.linkTxt {
	display:none;
}


/* フォントサイズの指定 ---------------------------------------- */
#contents p {
	font-size: 80%;
}
#contentsLft h3 {
	font-size: 78%;
}
#contentsLft h4 {
	font-size: 70%;
}

#contentsLft p.cap {
	font-size: 70%;
}
#contentsLft #profile {
	font-size: 70%;
}

#topics {
	font-size: 75%;
}

.font68 {
	font-size: 60%;
}

.font85 {
	font-size: 75%;
}


/* index */
#contentsRft2 #movie_text{
	font-size: 75%;
}

/* books table */
#contentsLft #books1 {
	font-size: 75%;
}

/* footer */
#footer {
	font-size: 43%;
}


