/* Updated 2012/03/05 */
/* Updated 050201 */

/*CONTAINER*/

#containerPop {
	border:none;
	margin-left:0px;
	width:580px;
}


/*HEADER*/
#headerGroup ul{
	display:table;
	width:100%;
	table-layout:fixed;
	margin: 0 auto;
	padding:12px 19px 13px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#headerGroup ul >li{
	display:table-cell;
	vertical-align:middle;
}
#headerGroup ul >li img{
	vertical-align:middle;
}
.headerGroupLeft{
	text-align:left;
}
.headerGroupRight{
	text-align:right;
	margin-right: 30px;
}
#headerPop {
	position:relative;
	background: url(/common_images/bg_kojin_header.gif) repeat-x top left;
	height:60px;
	border-bottom:1px solid #CCCCCC;
}

#headerPop_none {
	background: url(/common_images/bg_kojin_header.gif) repeat-x top left;
	height:26px;
	border-bottom:1px solid #CCCCCC;
}

#smbcPop {
	height: 30px;
	left: 17px;
	overflow: hidden;
	position: absolute;
	top: 18px;
	width:190px;
}


/*TITLE*/

#contents div.topAreaLinePop {
	background: url(/common_images/bg_h1.gif) no-repeat bottom right;
	margin-bottom:17px;
	padding: 10px 0px 8px 0px;
	width:540px;
}

#contents h1 {
	float:left;
	padding:15px 0px 6px 0px;
}

#contents span.LEADj {
	font-size:0.8em; 
	line-height:140%; 
	font-weight:bold;
}
#contents span.LEADe{
	font-size:0.8em; 
	line-height:140%; 
	font-family:Arial,sans-serif; 
	font-weight:bold; 
}

#contents {
 float:none !important;
	padding: 0px 0px 0px 15px;
	width: 540px;
}

/*FOOTER*/

#footerPop {
	background-image:url(/common_images/bg_footer.gif);
	background-color:#FFFFFF;
	clear:both;
	color:#333333;
	font-size:65%;
	line-height:1em;
	margin-top:30px;
	padding-top:2px;
	width:580px;
}

#logoPop {
	text-align:left;
	padding-left:15px;
	margin-top:12px;
}
/* Updated 2012/03/19,D */
#logoPop img {
	margin-right:10px;
}
#footerPop address {
	font-family:Arial,sans-serif;
	font-style:normal;
	margin:8px 0px 0px 0px;
	padding-bottom:10px;
	text-align:left;
}


#footerPop div.winClose {
	text-align:right;
	margin:-40px 15px 0px 0px;
	padding-bottom:10px;
}

/* Updated 050201 */