@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  text-align: center;
  font-size: 90%;
  background-color: #01245C;
  background-image: url("../images/bg.jpg");
  background-repeat: repeat-x;
}


/* ******************  container  ************** */
#container {
  margin: 0 auto;
  padding: 0;
  width: 1100px;
  text-align: left;
  background-image: url("../images/bg_container.jpg");
  background-repeat: no-repeat;
}

img {
  border: none;
}

a:link{
    text-decoration: none;
    color: #0F529B;
}

a:visited{
    text-decoration: none;
    color: #0F529B;
}

a:hover{
    text-decoration: none;
    color: #3C8CD2;
}

table {
  border-collapse: collapse;
}

/* ******************  wrapper  ************** */
#wrapper {
    margin: 0 auto;
    padding: 0;
    width: 800px;
    background-color: #FFF;
    border: 1px solid #062B4F;
}

/* ******************  header  ************** */
#header {
    margin: 0;
    padding: 10px 18px 0 650px;
    height: 108px;
text-align: right;
    border-top: 8px solid #062B4F;
/*background-image: url("http://its.typepad.jp/images/");*/
    background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
}

/* ******************  navigation  ************** */
#navigation {
    border-top: 8px solid #062B4F;
    border-bottom: 1px solid #113B6D;
}

/* ******************  content  ************** */
#content {
    margin: 0;
    padding: 0;
}

/* ******************  main  ************** */
#main {
    margin: 0 20px;
    padding: 20px 0 0 20px;
}

p {
    margin: 5px 0 0 20px;
    padding: 0;
    line-height: 1.6; 
}
 
table {
    border-collapse: collapse;
}

h1 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 14px;
    background-image: url('../images/h1_bg.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
}

/* ******************  footer  ************** */
#footer {
    clear: both; 
    margin: 0;
    padding: 10px 0;
    text-align: center;
    border: 1px dotted #DDD;
    background-image: url("../images/footer.jpg");
    color: #0F529B;
}
