/* On design MAIN PAGE */

@import url("../wr01.css");

/*　photoメニュー */
#pfmn li#p4 a {
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
#pfmn li#p4 a:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}







/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}