@charset "Shift_JIS";

.h2_title {
    background-image:url(../picture/images/h2_t1.gif);
	background-repeat:no-repeat;
	width:595px;
	height:86px;
	text-indent:-9999px;
	margin:0 0 0 15px;
	padding:0 0 10px 0;
	}
.modal{display:none;}
.modalBody{
	position: fixed;
	z-index:1000;
	background: #ddd;
	width:690px;
	left:50%;
	top:50%;
	height:450px;
    border-radius: 10px;        
    -webkit-border-radius: 10px;    /* Safari,Google Chrome—p */  
    -moz-border-radius: 10px;   /* Firefox—p */  
}
.modalBK{position: fixed; z-index:999; height:100%; width:100%;background:#000; opacity: 0.9;filter: alpha(opacity=90);-moz-opacity:0.90;}

.close{cursor: pointer; font-weight:bold;}
.modal{width:690px; color: #eee;}
.modal p{font-size:12px; text-align:justify;}
.modal h1{font-weight:bold; font-size: 30px;}
.modalBody{padding: 10px;}