@charset "utf-8";

/*
Site Name:
Description:
*/

/*M*/
#main{
	font-size: 125%;
}

/*L*/

/*S*/

/*resize*/
#font-size dd ul li.font-nomal a:link,
#font-size dd ul li.font-nomal a:visited{
	background-image: url(/img/font-resize-nomal.gif);
	background-repeat: no-repeat;
}

#font-size dd ul li.font-nomal a:hover{
	background-image: url(/img/font-resize-nomal-on.gif);
	background-repeat: no-repeat;
}

#font-size dd ul li.font-large a:link,
#font-size dd ul li.font-large a:visited{
	background-image: url(/img/font-resize-large-active.gif);
	background-repeat: no-repeat;
}

#font-size dd ul li.font-large a:hover{
	background-image: url(/img/font-resize-large-on.gif);
	background-repeat: no-repeat;
}

/* content */
#home h2{
	padding: 16px 10px 10px 10px;
}

.menu-list li.second{
	background-image: none;
	padding-left: 0px;
}

#topics-list dt{
	width: 14em;
}

/* for modern browser */
html>body #topics-list dt{
	width: 14.5em;
}

#topics-list dd{
	padding-left: 15.5em;
}