body {margin: 0; font-family: "Ubuntu", sans-serif; text-decoration: none; }

table {border-collapse: collapse;text-align: left; width: 950px;}
table.center { margin-left:auto; margin-right:auto;}
table, td {border: 0;}
.header {background-color:#000000;height: 100px;text-align:right;  }

table.headerlinks { width: 950px;margin-left:auto; margin-right:10px; }
a.headerlinks {color: #FFFFFF; font-weight: bold; font-family: "Ubuntu", sans-serif; text-decoration: none; padding: 14px 25px;}
a.headerlinks:hover, a.headerlinks:active {color: #DEB100;text-align: right;}

a.body:hover, a.ex2:active {font-size: 150%;}

.footer {background-color:#000000;height: 180px;}
table.footerlinks { background-color:#000000; width: 950px;margin-left:auto; margin-right:10px;}
a.footerlinks {color: #FFFFFF; font-weight: bold;font-family: "Ubuntu", sans-serif; text-decoration: none; padding: 14px 25px; }
a.footerlinks:hover, a.footerlinks:active {color: #DEB100;}
table.footerimg{ background-color:#000000;width: 950px;}
footer.footer {
    height: 300px;
    width: 100%;
    background-color: #333333;
}

p.copyright {
    color: #ffffff;
    line-height: 40px;
    font-size: .em;
	text-align:center;
}
.jpwebtag {background-color:#000000;height: 140px;}
p.jpwebtag {
    color: #ffffff;
    font-size: 12px;
	text-align:center;font-weight: bold;font-family: "Ubuntu", sans-serif; text-decoration: none;background-color:#000000;
}
a.jpwebtag {color: #FFFFFF; font-weight: bold;font-family: "Ubuntu", sans-serif; text-decoration: none;  }
a.jpwebtag:hover, a.footerlinks:active {color: #DEB100;}

.logo{background-color:#F9F9F9;height: 110x;}
.container {background-color:#FFFFFF; min-height: 550px;}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

table.container {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: -2px;
    text-shadow: 0 0 2px #ccc;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;}
.container.title {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #DDDDDD;
    margin: 0 0 10px 0 !important;
    padding: 0 0 5px 0;
}
.title {
 
    margin: 10px 0;
    border-bottom: 1px solid #eeeeee;}
p {
    margin-bottom: 3px;
}


p.heading1 { text-align:center;
    font-size: 30px;
   
    line-height: 25px;}
p.heading2 { text-align:center;
    font-size: 30px;
    font-weight: 700;
    line-height: 25px; }

h1 {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing:-2px;
    text-shadow: 0 0 2px #ccc;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

h2 {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing:-2px;
    text-shadow: 0 0 2px #ccc;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

h3 {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing:-1px;
    text-shadow: 0 0 2px #ccc;
    font-size: 18px;
    font-weight: 700;
	
}	

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 30.33%;
    padding: 10px;
    height: 400px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

