﻿/*
* マスク表示様式とポップアップ画面様式を指定する
* Copyright(c) 2010-2012, Popular-soft
* 
* http://www.popular-soft.com
*/

.cssMask{filter: alpha(opacity=50);opacity:0.5;top:0px;left:0px;position:absolute;z-index:100;background:#FFFFCC;}
.cssPopup{height:470px;width:500px;text-align:right;z-index:101;position:absolute;}
a.cssPopupClose:link{color: #0000FF;text-decoration: none;font-size: 20px;}
a.cssPopupClose:VISITED{color: #000000;	text-decoration: none;	font-size: 20px;}
a.cssPopupClose:active{	color: #000080;	text-decoration: none;font-size: 20px;}
a.cssPopupClose:HOVER{ color : #000080; text-decoration : underline;font-size: 20px;}
img.cssPopupClose{cursor: pointer;}
