@charset "euc-jp";

/*
===== CONTENTS =========================================

 // Site Outline //

	Site Name:  JIJI PRESS(English Site)


 // Font-size Adjustment //

	71% = 10px
	86% = 12px
	100% = 14px
	114% = 16px
	129% = 18px
	157% = 22px
	214% = 30px


 // CSS Index //

	1: popup-wrap
	2: popup-head
	3: popup-main
	4: popup-foot
	5: close-box

=======================================================
*/

/*------------------------------
 // 1: popup-wrap
------------------------------ */
#popup-wrap {
	width:660px;
	margin:20px 10px;
}


/* ------------------------------
 // 2: popup-head
------------------------------ */
#popup-head {
	width:660px;
	padding-bottom:10px;
	background:url(../images/bar_maincontents.gif) left bottom no-repeat;
}

#popup-head .logo-eng-s {
	margin-left:5px;
	margin-bottom:5px;
}

/* ------------------------------
 // 3: popup-main
------------------------------ */
#popup-main {
	width:660px;
	margin-bottom:40px;
}

#popup-main .popup-title {
	margin-bottom:20px;
	padding:5px 10px;
	background-color:#E9EDF3;
}

#popup-main .popup-title h1 {
	color:#36C;
}

#popup-main .popup-contetns {
	width:640px;
	margin:0 10px;
}

#popup-main .element-title {
	margin-top:20px;
	margin-bottom:10px;
	padding:2px 5px;
	color:#666;
	background:url(../images/popup/back_popup-title.gif) left bottom repeat-x;
	border:1px solid #CCC;
}

#popup-main .element-title h2 {
	padding-left:10px;
	border-left:6px solid #36C;
}

#popup-main .number-list-box {
	margin-left:22px;
}

#popup-main .number-list-box li {
	margin-bottom:5px;
}


/* ------------------------------
 // 4: popup-foot
------------------------------ */
#popup-foot {
	width:640px;
	margin-bottom:10px;
	padding:5px 10px;
	clear:both;
	background-color:#EAEAEA;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

#popup-foot #popup-navi {
	width:416px;
	float:left;
}

#popup-foot #popup-copyright {
	width:224px;
	padding-top:3px;
	float:left;
}

/* ------------------------------
 // 5: close-box
------------------------------ */
.close-box {
	width:660px;
	margin-right:10px;
	text-align:right;
}

