@charset "UTF-8";

/*---------------------------------------------------------
    POPUP専用CSS
----------------------------------------------------------*/


/*---------------------------------------------------------
    popbody
----------------------------------------------------------*/

#popbody{
	background:none;
}


/*---------------------------------------------------------
    popwrap
----------------------------------------------------------*/

#popwrap{
	margin:0 auto;
	width:640px;
}

/*---------------------------------------------------------
    popcontainer
----------------------------------------------------------*/

#popcontainer{
	width:640px;
	overflow:hidden;
}

#popcontainer h3 {
	margin-left: 20px;	
	width: 606px;	
}


/*---------------------------------------------------------
    popheader
----------------------------------------------------------*/

#popheader{
	width:600px;
	height:40px;
	overflow:hidden;
	padding:10px 20px 20px;
}

#popheader h1{
	width: 356px;
	float: left;
}

#popheader h1 a{
	width: 356px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background: url(../img/common/header.gif) no-repeat;
}

#popheader #copy {
	margin:16px 0 0 144px;
	float:right;
}

/*---------------------------------------------------------
    popfooter
----------------------------------------------------------*/
#popfooter{
	width: 600px;
	font-size: 0.8em;
	padding:20px;
	border-top: solid 1px #00479b;
}

#popfooter address{
	float: left;
	font-style: normal;
	color: #231815;
	padding-top: 2px;
}

#popfooter ul{
	float: right;
	
}

#popfooter ul li{
	float: left;
}

#popfooter ul .right-border{
	border-right: solid 1px #000000;
	padding: 2px 12px;
}

#popfooter ul #right{
	padding: 2px 5px 2px 12px;
}


#popfooter ul li a{
	color: #000000;
	text-decoration: none;
}

#popfooter ul li a:hover{
	color: #333333;
	text-decoration: underline;
}


/*---------------------------------------------------------
    popcontents
----------------------------------------------------------*/

#popcontents{
	padding:15px 20px;
	width:600px;
}

/*---------------------------------------------------------
    popcontMain
----------------------------------------------------------*/

#popcontMain{
	clear:both;
}

/*---------------------------------------------------------
    popup_table01
----------------------------------------------------------*/

.popup_table01 {
	width: 94%;
	background-color: #ffffff;
	border: solid 1px #dcdcdd;
	text-align: center;
}

.popup_table01 th{
	color: #1e4d7c;
	background-color:#e1f1fe;
	padding: 3px;
	font-weight: normal;
}

.popup_table01 td{
	padding: 3px;
}

.popup_table01 td.td01 {
	background-color: #f3f3f3;
}

/*---------------------------------------------------------
    popup_close
----------------------------------------------------------*/

.popup_close p{
	text-align:right;
	font-size:85%;
}

.popup_close a{
	text-decoration:underline;
}


