@charset "utf-8";

body {
 margin: 0;
 background-color: #33709C;
 color: #333333;
 font-size: 12px;
}

img {
 border: none;
}

#header {
 padding: 20px 0;
}

#contents .bg {
 background-image: url(../images/background_img.jpg);
 background-repeat: repeat-x;
 background-color: #C5E5F4;
}

#mein-contents {
 line-height: 130%;
 font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.table-des {
}

.table-des td {
 padding: 10px;
 color: #0077C0;
}

.press-list {
  margin-bottom: 15px;
}
.press-list td {
 padding-bottom: 15px;
 border-bottom: 1px dashed #999999;
}

#footer {
 background-image: url(../images/footer_bg.gif);
 background-repeat: repeat-x;
 font: 11px "Trebuchet MS",Veradana,Arial;
}


/* Link Color */
#footer a {color:#333333; text-decoration: none;}
#footer a:link {color:#333333; text-decoration: none;}
#footer a:visited {color:#333333; text-decoration: none;}
#footer a:active {color:#333333; text-decoration: none;}
#footer a:hover {color:#333333; text-decoration: underline;}
