/* $Id: default.css,v 1.19 2005/09/10 03:22:40 ippei Exp $ */

body {
	margin:						0px;
	color:						#333333;
	font-size:					10pt;
}

a {
	text-decoration:			none;
}

a:hover, a:active {
	text-decoration:			underline;
}

img {
	border:						none 0px #ffffff;
}

table#pageframe {
	width:						100%;
	height:						100%;
	border-collapse:			collapse;
}

td#pf-header {
	color:						#ffffff;
	background-color:			#ff6633;
	text-align:					right;
	font-size:					9pt;
	vertical-align:				middle;
}

td#pf-menu {
	height:						800px;
	background-color:			#ffffcc;
	vertical-align:				top;
}

td#pf-content {
	width:						100%;
	height:						800px;
	background-color:			#ffffff;
	vertical-align:				top;
}

img#pfh-logo {
	float:						left;
}

p#pfm-title {
	width:						160px;
	margin:						10px;
	text-align:					center;
	font-family:				"Tahoma", "Chicago", sans-serif;
	font-size:					17pt;
	color:						#ff6633;
	font-weight:				bold;
}

ul.pfm-list {
	margin-left:				15px;
	list-style-type:			none;
}

span#pfml-current {
	color:						#ff6633;
	font-weight:				bold;
}

td#pf-content h1, h2, h3, h4, h5, h6 {
	font-family:				"Tahoma", "Chicago", sans-serif;
	font-weight:				bold;
	margin:						0px 10px;
}

td#pf-content h1 {
	font-size:					19pt;
	text-align:					center;
}

td#pf-content h2 {
	color:						#ff6633;
	font-size:					17pt;
	padding-left:				20px;
	border-bottom:				solid 1px #ff9966;
}

td#pf-content h3 {
	color:						#ff9966;
	background-color:			#ffffcc;
	font-size:					15pt;
	margin-top:					10px;
	padding-left:				20px;
}

td#pf-content h4 {
	color:						#666666;
	font-size:					13pt;
	margin-top:					10px;
	padding-left:				15px;
	border-left:				solid 15px #cccccc;
}

td#pf-content p {
	margin:						10px;
}

p#pfc-counter {
	font-size:					9pt;
	text-align:					right;
}

img.pfc-leftimg {
	float:						left;
	margin-right:				10px;
}

img.pfc-rightimg {
	float:						right;
	margin-left:				10px;
}

.pfc-afterimg {
	clear:						both;
}

hr {
	color:						#ff9966;
	height:						1px;
	margin:						0px 10px;
}

address {
	margin:						0px 10px;
	font-size:					10pt;
}

img.pfca-imgs {
	float:						right;
}

