@charset "euc-jp";

/* CSS Document */

table.register_table{
clear:both;
margin-top:15px;
border-collapse:collapse;
width:720px;
}

td.login_form{
padding-bottom:20px;
}

td.login_form p{
margin:5px 0;
}

td.login_form td{
font-size:100%;
padding-right:15px;
vertical-align:bottom;
}

td.login_form h2{
font-size:100%;
margin:5px 0;
}

td.login_form form{
border:3px solid #FDEFC4;
padding:5px 10px;
}

td.login_form input.box{
width:190px;
}

.t_right{
text-align:right;
}


td.register{
width:510px;
padding:15px;
}

td.register h3,
td.register p{
font-size:100%;
margin:0;
}

p.charge{
background:url(/images/login_lpo/register01.gif) no-repeat left top;
width:650px;
height:180px;
margin:15px auto !important;
}

p.charge img{
display:none;
}

@media print{
p.charge img{
display:block;
}
}

p.charge a{
display:block;
width:650px;
height:180px;
}

p.charge a:hover{
background:url(/images/login_lpo/register02.gif) no-repeat left top;
}


div.free{
background:url(/images/login_lpo/free_bg.gif) no-repeat left top;
width:610px;
height:40px;
padding:20px;
margin:10px auto;
}

div.free a{
text-decoration:underline;
}

td.intro h2,
td.intro h3{
margin:0;
text-align:center;
}

td.intro p{
padding:0px 25px 15px;
margin-bottom:15px;
border-bottom:1px solid #999;
}


