@charset "UTF-8";

/* 
このCSSは　PHPマニュアル　と PEARマニュアル　専用です 
PHPマニュアル	：http://php.plus-server.net/
PEARマニュアル	：http://pear.plus-server.net/
*/
body,table,td,tr {
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 18px;
}
h1 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 18px;
	line-height: 25px;
}
var {
	font-style: normal;
	font-weight: bold;
}
.constant,function,literal,funcsynopsis {
	font-style: normal;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}
.emphasis,.filename,.screen,.para,.userinput,.userinput , code {
	font-style: normal;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}
a {
	text-decoration: none;
}
a:hover {
	color: #3366FF;
}
a:visited {
	color: #6666CC;
}


