@charset "utf-8";
/* CSS Document */

.table_ip_ad {
    border: 1px #A9A9A9 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.table_ip_ad th {
    padding: 5px;
    border: #A9A9A9 solid;
    border-width: 0 0 1px 1px;
    background: #DDEEFF;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
.table_ip_ad td {
    padding: 7px;
    border: 1px #A9A9A9 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
}

.table_ip_t {
    border: 1px #A9A9A9 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.table_ip_t th {
    padding: 5px;
    border: #A9A9A9 solid;
    border-width: 0 0 1px 1px;
    background: #FFEEFF;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
.table_ip_t td {
    padding: 7px;
    border: 1px #A9A9A9 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
}

.return			{		display:block;
					height:11px;
					text-align:left;
					vertical-align:bottom;
					padding-top:12px;
					font-size:100%;		}
.return img		{		vertical-align:text-bottom;	}
.return a:link,
.return a:visited,
.return a:active	{		color:#999999;			}
.return a:hover	{		color:#999999;
				text-decoration:underline; 		}

.b_normal		{
			font-size:100%;
			font-weight:bold;
			}

.title_ip	{	
			font-size:120%;
			font-weight:bold;
			color: #0066CC}

.b_big_ip {
			font-size:180%;	}

