
@charset "utf-8";

body {
min-width: 780px;
margin: 0;
position: relative;
}

img {
border-style: none;
}

table {
font-size: 100%;
font-family: inherit;
color: inherit;
border-collapse: collapse;
}

#itc-centering {
position: absolute;
left: 50%;
}

#itc-container {
position: absolute;
left: -390px;
top: 0;
width: 780px;
background-color: #ffffff;
text-align: left;
border-left: 1px solid #636363;
border-right: 1px solid #636363;
}

#itc-msg {
text-align: center;
font-size: 13px;
color: #777777;
}

#itc-logo {
height: 66px;
position: relative;
overflow: hidden;
cursor: pointer;
}

#itc-logo img {
position: absolute;
left: 0;
top: 0;
}

#itc-anime {
height: 301px;
position: relative;
overflow: hidden;
}

#itc-anime img {
position: absolute;
left: 0;
top: 0;
}

#itc-menu {
height: 41px;
position: relative;
overflow: hidden;
}

#itc-menu a {
position: absolute;
top: 0;
display: block;
height: 40px;
line-height: 40px;
overflow: hidden;
background-color: #444444;
text-align: center;
color: white;
text-decoration: none;
font-size: 15px;
}

#itc-menu a:hover {
background-color: #555555;
color: white;
}

#itc-contents {
overflow: hidden;
}

#itc-copyright {
height: 25px;
overflow: hidden;
line-height: 25px;
text-align: center;
font-size: 13px;
font-family: Century;
background-color: #777777;
color: #eeeeee;
border-top: 1px solid #636363;
border-bottom: 1px solid #636363;
}

#itc-address {
overflow: hidden;
text-align: center;
font-size: 13px;
line-height: 20px;
color: #222222;
font-family: Century;
border-bottom: 1px solid #636363;
}

#itc-address a {
color: blue;
text-decoration: none;
}

#itc-address a:hover {
text-decoration: underline;
}
