html{
	color:#000;
	/* [disabled]background:#FFF; */
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
        margin:0;
        padding:0;
}
table {
        border-collapse:collapse;
        border-spacing:0;
}
fieldset,
img {
        border:0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
        font-style:normal;
        font-weight:normal;
}

ol,
ul {
        list-style:none;
}

caption,
th {
        text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
        font-size:100%;
        font-weight:normal;
}
q:before,
q:after {
        content:'';
}
abbr,
acronym {
        border:0;
        font-variant:normal;
}
sup {
        vertical-align:text-top;
}
sub {
        vertical-align:text-bottom;
}
input,
textarea,
select {
        font-family:inherit;
        font-size:inherit;
        font-weight:inherit;
}
input,
textarea,
select {
        *font-size:100%;
}
legend {
        color:#000;
}
#yui3-css-stamp.cssreset { display: none; }


#pofw {
	background-image: url(../images/pofwBg.jpg);
	background-repeat: repeat;
}
#pofw #wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#pofw #wrapper #pofwLogo {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -75px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#pofwLogo img:hover{
filter:alpha(opacity=80);
opacity:0.8;
} #pofwLogo a #fb   {
	margin-bottom: 20px;
}
#pofwsImage #pofwLogo a #fb2 {
	margin-bottom: 8px;
}
#pofwsImage #pofwLogo #tooltip li {
	display: block;
	float: left;
	position: relative;
}

#tooltip li > div {
	width: 700px;
	min-height: 20px;
	position: absolute;
	top:100px;
	margin-left: -320px;
	padding: 5px;
	visibility:hidden;
	opacity: 0;
	background: #ffffff;
	font-size:20px;
	/* Setting the border-radius property for all Browsers */
    -moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Browsers that Support it like Opera */
	/* Setting the box-shadow property for all Browsers */
    -moz-box-shadow: 0 0 8px gray; /* Firefox */
	-webkit-box-shadow: 0 0 8px gray; /* Safari and Chrome */
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#272229', Direction=135, Strength=3); /* IE */
	box-shadow: 0 0 8px gray; /* Browsers that Support it like Opera */
	/* Setting the transition property for all Browsers */
    -moz-transition: all 0.5s ease-in-out; /* Firefox */
	-webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.5s ease-in-out; /* Opera */
	transition: all 0.5s ease-in-out; /* Browsers that Support it */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
#tooltip li > div:after {
	content:"\25B8";
	display:block;
	font-size:2em;
	height:0;
	line-height:0;
	position:absolute;
	color:#fff;
	top:-3px;
	text-align:center;
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	width:100%;
	text-shadow: 3px 0 2px #ccc;
}
#tooltip li:hover > div {
    visibility:visible;
    opacity: 1;
    top:100px;
/* Setting the transition property for all Browsers */
    -moz-transition: all 0.5s ease-in-out; /* Firefox */
    -webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
    -o-transition: all 0.5s ease-in-out;  /* Opera */
    transition: all 0.5s ease-in-out; /* Browsers that Support it */
}