@charset "utf-8";
/* popup
----------------------------------------------------------- */
body {
	background: #F9F9F9;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,san-serif;
	margin: auto;
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
	}

#news-pop .head {
	width: 100% ;
	height: 50px ; 
	background-color: #260C77 ;
	border-bottom: 5px solid #BFB7D7 ; 
	position: relative ;
	}
	
#news-pop .logo {
	position: absolute ;
	top: 10px ;
	left: 10px ;
	}

#news-pop .title {
	position: absolute ;
	top: 12px ;
	right: 10px ;
	}
	
#news-pop h1 {
	margin: 0 0 10px 0;
	padding: 0;
	background: url("../share/w_line_ten.gif") no-repeat left bottom;
	font-size: 16px;
	font-weight: bold;
	color:#260C77;
	}
	
#news-pop dl {
	margin: 0 ;
	padding: 15px 30px ;
	}
	
#news-pop dt {
	margin: 0 0 3px;
	padding: 0;
	font-weight: bold;
	color:#019999;
	font-size: 10px;
	}

#news-pop dd {
	margin: 0 ;
	padding: 0 ;
	}	

#news-pop .foot {
	margin: 0 30px ;
	padding: 15px 0 ;
	background: url("../share/w_line_ten.gif") no-repeat left top ;
	text-align: center ;
	}

a { text-decoration: none;}
a:link { color: #0066CC; text-decoration: none;}
a:visited { color: #0066CC; text-decoration: none;}
a:hover { color: #FF3300; text-decoration:underline ;}

#news-pop dd img {
	border:1px solid #CCCCCC;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.red12_bold {font-size: 12px; color:#CC0000; font-weight: bold;}