@charset "shift_jis";

/*===================================

  * file name : popupw.css(ポップアップウィンドウ)
  * last update : 2008/07/29
  
  -入力項目-
  ・baselayout
  ・header
  ・footer
  ・page-number
  ・close-window


=======================================*/


/*=================================================
	入力項目
=================================================*/

/*----------------------------------
	・baselayout
----------------------------------*/
body{
	color:#000000;
	}

/*wrap*/
#wrap{
	width:750px;
	margin:0 auto;
	text-align:center;
	font-size:92.5%;
	}

.red{
	color:#ff0000;
	}


/* link ---------*/

a,
a:link,
a:visited {
	color:#0000FF;
	text-decoration: underline;
}

a:hover,
a:active {
	color:#00743f;
	text-decoration: underline;
}
	
/*----------------------------------
	・header
----------------------------------*/
#header{
	width:750px;
	text-align:left;
	}
#headerTbg{
	width:750px;
	height:69px;
	padding-top:0px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: left bottom;
	}
#headerT{
	width:748px;
	height:62px;
	border-left:#b5b5b5 1px solid;
	border-right:#b5b5b5 1px solid;
	border-bottom:#b5b5b5 1px solid;
	}
#headerLeft{
	width:446px;
	float: left;
	}
#headerRight{
	width:300px;
	float:right;
	padding:0px;
	}
#headerLeft p{
	float:left;
	padding:12px 0 0 10px;
	}
#headerRight h1{
	float:right;
	padding-top: 16px;
	padding-bottom: 0px;
	padding-left: 157px;
	padding-right: 10px;
	}


/*----------------------------------
	・footer
----------------------------------*/

#footer{
width:730px;
margin:0 auto;
text-align:left;
}


/*Footer Copy*/
#footer-copy{
margin:15px 0;

}
#slogan{
float:right;
}
#slogan img{
margin:2px 0 10px;
}
#copyright{
float:left;
}

/*----------------------------------
	・footer
----------------------------------*/

#footer{
width:750px;
margin:0 auto;
text-align:left;
}
#nav-footer{
padding:0.7em 0 0.8em 0;
line-height:1.2em;
background-color:#003466;
font-size:85%;
text-align:center;
}
#nav-footer a:link,
#nav-footer a:visited,
#nav-footer a:hover,
#nav-footer a:focus,
#nav-footer a:active{
color:#fff;
text-decoration:none;
}
#nav-footer li{
margin:2px 0;
padding:0 1em;
border-right:1px solid #fff;
display:inline;
}
#nav-footer li.first{
border-left:1px solid #fff;
}
#nav-footer li a{
white-space:nowrap;
}

/*Footer Copy*/
#footer-copy{
margin:15px 0;

}
#slogan{
float:right;
}
#slogan img{
margin:2px 0 10px;
}
#copyright{
float:left;
}

/*----------------------------------
	・page-number
----------------------------------*/
#pageNumber{
	width:750px;
	}
#pageNumber p{
	text-align:right;
	padding:2px 0 2px 0;
	font-size: 85%;	
	}
	
	
/*----------------------------------
	・close-window
----------------------------------*/
#Closewindow{
	width:718px;
	}
#Closewindow p{
	text-align:right;
	float:right;
	padding:0px 10px 10px 18px;
	font-size: 85%;
	background: url(/share/image/selection/common/btn_closewindow.gif) no-repeat 0px 0px;
	}
#Closewindow2{
	width:718px;
	}
#Closewindow2 p{
	text-align:right;
	float:right;
	padding:0px 10px 10px 18px;
	font-size: 85%;
	background: url(/share/image/selection/common/btn_closewindow.gif) no-repeat 0px 0px;
	}
	


/*----------------------------------
	・contents
----------------------------------*/
#contents{
	width:718px;
	text-align:left;
	background-color: #ffffff;
	border:#bbbbbb 1px solid;
	padding:15px;
	margin: 0px;
	}
