@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;
	margin: 0px auto 0px auto;
}

.title {
 padding-top: 5px;
	padding-bottom: 0px;
 color: #FFFFFF;
	background-color:#3300CC ;
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W6"; 
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.2em;
}

.area1 {
	width: 625px;
 margin: 0px 0px 0px 0px;
	font-size:16px;
}


.area2 {
	width: 580px;
	margin: 0px 10px 0px 10px;
 font-size: 14px;
	color: #0033CC;
	background-color: #FFFFCC;
	border-bottom: 2px solid #FFCC33;
	border-top: 2px solid #FFCC33;
	letter-spacing: 0.1em;
}

.area3 {
	width: 600px;
	margin: 0px 0px 0px 0px;
 font-size: 14px;
	text-align: left;
	color: #000000;
	letter-spacing: 0.2em;
	line-height: 1.2em;
}


.area4 {
	width: 580px;
	margin: 0px 0px 0px 20px;
 font-size: 14px;
	color: #000000;
	letter-spacing: 0.1em;
	line-height: 1.3em;
}


.area5 {
	width: 570px;
	margin: 0px 0px 0px 20px;
 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;
}

.space {
 white-space: pre;
}

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

.close {
	width: 625px;
	height: 60px;
	padding-top: 20px;
	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;
}



