@charset "euc-jp";


/*
========== TABLE of CONTENTS ==========

1:popup
	1-1:popup-siryo
	1-2:popup-login
	1-3:popup-error
	1-4:popup-login

========== TABLE of CONTENTS ==========

/* ---------- 1:popup ---------- */

/* == 1-1:popup-siryo == */

#popup-siryo{/* use winie5.css */
	position: absolute;
	top: 500px;
	left: 500px;
	width: 325px;
	padding: 25px 0 15px 0;
	border: 3px solid #5eb6ff;
	background-color: #fff;
	text-align: left;
	}
#popup-siryo p{
	position: relative;
	margin: 0 38px 15px 38px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #5eb6ff;
	color: #004b95;
	font-size: 120%;
	font-weight: bold;
	}
#popup-siryo p span.close{
	position: absolute;
	top: -15px;
	right: -25px;
	}
*html #popup-siryo p span.close{/* for winIE5.x 6 */
	right: 10px;
	}
#popup-siryo ul{
	margin: 0 38px;
	text-align: center;
	}
#popup-siryo li{
	padding-bottom: 10px;
	line-height: 1;
	}
#popup-siryo li img{
	vertical-align: bottom;
	}	

/* == /1-1:popup-siryo == */

/* == 1-2:popup-gakko == */

#popup-gakko{/* use winie5.css */
	position: absolute;
	top: 500px;
	left: 500px;
	width: 325px;
	padding: 25px 0 15px 0;
	border: 3px solid #5eb6ff;
	background-color: #fff;
	text-align: left;
	}
#popup-gakko p{
	position: relative;
	margin: 0 38px 15px 38px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #5eb6ff;
	color: #004b95;
	font-size: 120%;
	font-weight: bold;
	}
#popup-gakko p span.close{
	position: absolute;
	top: -15px;
	right: -25px;
	}
*html #popup-gakko p span.close{/* for winIE5.x 6 */
	right: 10px;
	}
#popup-gakko ul{
	margin: 0 38px;
	text-align: center;
	}
#popup-gakko li{
	padding-bottom: 10px;
	line-height: 1;
	}
#popup-gakko li img{
	vertical-align: bottom;
	}	

/* == /1-2:popup-gakko == */

/* == 1-3:popup-error == */

.popup-error{/* use winie5.css */
	position: absolute;
	top: 1000px;
	left: 500px;
	width: 325px;
	padding: 25px 0 15px 0;
	border: 3px solid #5eb6ff;
	background-color: #fff;
	text-align: left;
	}
.popup-error p{
	position: relative;
	margin: 0 38px 15px 38px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #f00;
	color: #f00;
	font-size: 120%;
	font-weight: bold;
	}
*html .popup-error p{/* for winIE5.x 6 */
	height: 1%;
	}
.popup-error p span.close{
	position: absolute;
	top: -15px;
	right: -25px;
	}
.popup-error ul{
	margin: 0 38px;
	text-align: center;
	}
.popup-error li{
	padding-bottom: 10px;
	line-height: 1;
	}
.popup-error li img{
	vertical-align: bottom;
	}

/* == /1-3:popup-error == */

/* == 1-4:popup-login == */	

#popup-login{/* use winie5.css */
	position: absolute;
	top: 200px;
	left: 500px;
	width: 325px;
	padding: 25px 0 15px 0;
	border: 3px solid #5eb6ff;
	background-color: #fff;
	text-align: left;
	}
#popup-login p{
	position: relative;
	margin: 0 38px 15px 38px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #5eb6ff;
	color: #004b95;
	font-size: 120%;
	font-weight: bold;
	}
*html #popup-login p{/* for winIE5.x 6 */
	height: 1%;
	}
#popup-login p span.close{
	position: absolute;
	top: -15px;
	right: -25px;
	}
#popup-login ul.action{
	margin: 0 38px 15px 38px;
	}
#popup-login ul.action li{
	padding-left: 10px;
	background: url(../../../../images/daigaku/listmark2.gif) left center no-repeat;
	}
#popup-login ul.close{
	margin: 0 38px;
	text-align: center;
	}
#popup-login ul.close li{
	padding-bottom: 10px;
	line-height: 1;
	}

/* == /1-4:popup-login == */	

/* ---------- /1:popup ---------- */