/**********************

幅設定

***********************/

div#popup_wrap{
 width:659px;
 margin:0 auto;
}


div#contents{
 padding:10px;
}



/**********************

ヘッダー

***********************/

div#popup_header{
 background:url(../images/popup/popup_head_bg.gif) 0 0 repeat-x;
 height:67px;
}

h1{
 padding:27px 10px 0 11px;
 float:left;
}

#sub_ttl{
 padding-top:45px;
 float:left;
}

p#close_btn{
 float:right;
}


p#close_btn a{
 display:block;
 width:132px;
 height:17px;
 background:url(../images/popup/close_btn.gif) 0 0 no-repeat;
 text-indent:-9999px;
 margin-top:40px;
 margin-right:11px;
}

p#close_btn a:hover{
 background:url(../images/popup/close_btn_o.gif) 0 0 no-repeat;
}


/**********************

コンテンツ

***********************/

div#contents_left{
 float:left;
 margin-top:28px;
}

div#contents_right{
 float:left;
 margin-top:28px;
}


/**********************

フッター

***********************/
div#popup_footer{
 border-top:3px solid #000;
 padding-top:4px;
}


