@charset "utf-8";
/************************************************************
*共通部分
************************************************************/

body {
	background-image:url(../../popup/img/popup_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#F7F7F7;
	margin:0px;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img ,p {
	border:0px;
	margin:0px;
	padding:0px;
}


.image_align {
	display:block;
	float:left;
}

p .align_left {
	float:left;
}

.align_right {
	float:right;
	display:block;
}



/************************************************************
*ヘッダー
************************************************************/

#ID_HEAD {
	position:relative;
	width:625px;
	height:73px;
	margin:0px auto 0px auto;
	text-align:left;
	background-color:#FFFFFF;
}

#ID_HEAD .logo_area {
	float:left;
}

#ID_HEAD .text_area {
	position:absolute;
	left:100px;
	width:525px;
	height:73px;
	background-image:url(../../popup/img/p_word/p_word_header_bg.gif);
	background-repeat:no-repeat;
}

#ID_HEAD .nttbis_btn{
	position:absolute;
	left:385px;
	top:4px;
}

/************************************************************
*コンテンツ
************************************************************/
#ID_CONTENTS {
	width: 625px;
	margin: 0px auto 0px auto;
}

#ID_CONTENTS_TITLE {
	width: 625px;
	height:40px;
	margin:0px auto 0px auto;
}

.area1 {
	width: 625px;
	font-size:16px;
	text-align:left;
}

.area2 {
	width:610px;
	margin: 0px 0px 0px 5px;
 font-size: 14px;
}

.area3 {
	width: 610px;
	margin: 0px 0px 5px 0px;
 font-size: 12px;
}

#ID_CONTENTS a:link ,a:visited, a:active {
	color: #0055F1;
	text-decoration: none;
}


#ID_CONTENTS a:hover {
	color:#0055F1;
	text-decoration:underline;
}
	
/************************************************************
*新規情報登録件数TOP5
************************************************************/
div#top5 table {
 width: 580px;
	padding-top: 10px;
	margin: 5px 1px 0px 4px;
	border: solid 1px #333333;
	border-collapse: collapse;
}


div#top5 table th {
 padding: 5px;
	border: solid 1px #333333;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}


div#top5 table th {
 background-color: #036A5A
	}


div#top5 table td {
 padding: 5px;
	border: solid 1px #333333;
	text-align: center;
}


.top5_title{
 width: 610px;
	margin: 5px 0px 0px 0px;
 padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	text-align: left;
}


div#top5_clear2 {
	clear: both;
	text-indent: -5000px;
	overflow: hidden;
	height: 10px;
}


#ID_CONTENTS .text {
 width: 610px;
}

.p01 {
 width: 580px;
	font-size:12px;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: right;
}

.p02 {
 width: 580px;
	font-size:12px;
	padding-bottom: 5px;
	text-align: right;
}

.p03 {
 width: 580px;
	font-size:10px;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: right;
}

.space {
 white-space: pre;
}

.under {
 width: 625px;
	height: 100px;
}

.close {
	width: 625px;
	height: 60px;
	padding-top: 15px;
	text-align: center;
	margin: 0px auto 0px auto;
	display: block;
}

.copyright{
 width: 620px;
	height: 16px;
	background-color: #004BD5;
	font-size: 12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	text-align: center;
}



