@charset "UTF-8";

body {margin-top:0px;margin-bottom:0px;margin-left:auto;margin-right:auto;padding:0px;color:#ffffff;font-size: 60%;/*font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;*/
font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Arial, Helvetica, sans-serif;font-size: 0.8em;
	line-height: 1.7em;
}


/* ------------------------------
  wrap
------------------------------ */
#wrap {
	width: 696px;
	height: 686px;
	padding-right:10px;
	font-size:12px;
	background-image: url("../images/popup_bk.png");
	background-repeat:no-repeat;
	position:relative;
	text-align:left;
}
* html #wrap {
behavior: expression(IEPNGFIX.fix(this));
} 

/* ------------------------------
  close
------------------------------ */

#close {
	position: relative;
}

#close li a{
	background-repeat: no-repeat;
	display: block;
	height: 34px;
　　width: 34px;
}

#close #closebtn a {
	height: 34px;
	width: 34px;
	background-image: url("../images/close.png");
	position:absolute;
	left: 653px;
	top: 44px;
}
* html #closebtn a  {
behavior: expression(IEPNGFIX.fix(this));
} 


/* ------------------------------
  profarea
------------------------------ */
#profarea {
	width: 287px;
	position:absolute;
	left: 379px;
	top: 140px;
}

#profarea h3 {
	width: 287px;
	hight: 61px;
}

#profarea h4 {
	color:#ff3579;
	line-height: 1.4em;
	font-size:120%;
}
#profarea p {
    width: 280px;
　　padding-right:30px;
	color:#ff3579;
}

.iepngfix {  
     behavior: expression(IEPNGFIX.fix(this));  
}  
