@charset 'shift_jis';
@import 'overture.css';
* {
margin:0;
padding:0;
}
body {
background: url(bg.jpg) #000000 fixed 50% 0 no-repeat;
}
img {
border:none 0px;
vertical-align:middle;
}
a {
text-decoration:none;
color: #3366FF;
}
a:hover {
text-decoration:underline;
}

/* Analysis */
#analysis {
display:none;
}

/* container */
#container {
margin:0 auto;
/* width: 898px; */
width:886px;
background-color:#FFF;
border-left: solid 1px #CCC;
border-right: solid 1px #CCC;
}
/* head */
#head {
background:url(top_back.gif);
height:89px;
margin-bottom:8px;
}
#head .logo {
display:block;
float:left;
width:350px;
height:0!important;
padding-top:89px;
background:url(sitelogo.gif);
overflow:hidden;
}
#head .cross {
display:block;
float:left;
width:34px;
background:url(x.gif);
height:0!important;
padding-top:89px;
overflow:hidden;
}
#head .partner {
display:block;
float:left;
width:190px;
background:url(007.gif);
height:0!important;
padding-top:89px;
overflow:hidden;
}
#head .search-box {
float: right;
margin: 8px 8px 2px 0px;
height: 32px;
}
#head .search-box input {
font-size: 11px;
font-family:arial,helvetica,sans-serif;
}
#head .search-box .btn {
font-weight:bold;
border: none;
cursor:pointer;
color:#FFF;
background:#AAA;
}
#head .subtitle {
clear:right;
float:right;
}

/* foot */
#foot {
margin-top:8px;
padding:8px;
height:12px;
color:white;
font-family:verdana,arial,helvetica,sans-serif;
font-size:10px;
background-color:#000000;
}
#foot .copyright {
float:left;
}
#foot .link {
float:right;
}
#foot ul li {
margin-left:8px;
display:inline;
}
#foot ul li a {
color:white;
text-decoration:none;
}
#foot ul li a:hover {
text-decoration:underline;
}

/* navibar */
#navibar {
margin:8px;
padding:2px 0;
font-family:verdana,arial,helvetica,sans-serif;
font-size:12px;
color:#FFF;
background-color:#000;
overflow:hidden;
}
#navibar li {
display:inline;
}
#navibar li a {
color:white;
text-decoration:none;
padding:4px 12px;
border-right:solid 1px #FFF;
}
#navibar li a:hover {
background-color:#cccccc;
color:#000000;
}

/* ad-center-text */
#ad-center-text {
margin:8px 0;
text-align:center;
}

/* bottom-links */
#bottom-links {
width:870px;
margin:8px;
padding-top:8px;
border-top:dotted 1px #CCC;
font-size:11px;
zoom:100%;
}
#bottom-links dt {
clear:left;
float:left;
width:80px;
margin-right:8px;
text-align:right;
}
#bottom-links dd {
float:left;
width:782px;
zoom:100%;
}
#bottom-links ul li {
display:inline;
white-space:nowrap;
margin-right:2em;
}
#bottom-links ul li a {
color:#888;
text-decoration: underline;
}
#bottom-links:after,
#bottom-links dd:after{
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}

/* contents */
#contents {
margin:8px;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 12px;
line-height: 140%;
zoom:100%;
}
#contents:after {
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}
#contents p {
margin-bottom:0.6em;
}

/* columns */
.col-main {
clear: left;
float: left;
width: 562px;
overflow: hidden;
zoom:100%;
}
.col-right300 {
clear: right;
float: right;
width: 300px;
overflow: hidden;
zoom:100%;
}
.col-main:after,
.col-right300:after {
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}

/* header */
#contents h1,
#contents h2 {
font-size:120%;
border-left: solid 12px #FF66FF;
border-bottom: solid 1px gray;
padding-left: 0.2em;
}

/* module */
.module {
margin:8px 0;
background-color:#EEE;
}
.module .header {
font-family:verdana,arial,helvetica,sans-serif;
padding:4px 8px 2px 8px;
color:#FFF;
background:#000000;
font-size:120%;
font-weight:bold;
}
.module .subject {
font-family:verdana,arial,helvetica,sans-serif;
font-weight:bold;
}
.module ul.item li {
margin:4px 0;
list-style:none;
zoom:100%;
}
.module ul.item li:after {
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}
.module ul.item li .float-left {
clear:left;
float:left;
margin: 0 4px 4px 0;
}
.module ul.item li .float-right {
clear:right;
float:right;
margin: 0 0 4px 4px;
}
.module ul.item-text {
padding:4px 4px 4px 1.6em;
}
.module ul.cmdlist-right {
margin:4px;
text-align:right;
}
.module ul.cmdlist-right li {
display:inline;
margin-left:2em;
}
.module ul.cmdlist-center {
margin:4px;
text-align:center;
}
.module ul.cmdlist-center li {
display:inline;
margin:0 1em;
}

/* Marks */
img.mark-new {
vertical-align:top;
}
img.mark-new-lt {
position:absolute;
}

