@charset "UTF-8";

/*
 main [
----------------------------------------------------------- */
#main{
	margin-bottom:20px;
}

/*
 contents Layout [
----------------------------------------------------------- */
*:first-child+html body {
 font-size:100%;
}
* html body{
 font-size:100%;
}
html[xmlns] body{
 font-size:100%;
}
h1,h2,h3,h4,h5,h6 {
}
h1,h2,h3,h4,h5,h6 {
}
p,li,dt,dl {
	 font-size:100%;
}
#topicpath,#foot{
 font-size:65%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#topicpath li{
	font-size:90%;
}
#applesearch{
 font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#topicpath a:link,#foot a:link{
 color:#0000cc;
	text-decoration:underline;
}
#topicpath a:visited ,#foot a:visited {
 color:#cc00ff;
	text-decoration:underline;
}
#topicpath a:hover,#foot a:hover{
 color:#cc0000;
	text-decoration:underline;
}
#topicpath a:active,#foot a:active{
 color:#cc0000;
}