@charset 'shift_jis';
@import 'overture.css';
@import 'techs.css';
/*
 * global.css - 基本構造のスタイルシート
 *
 * Copyright (C) 2005 Welva Corporation. All rights reserved.
 *
 * $Id: global.css,v 1.46 2009/05/10 17:49:01 makot-s Exp $
 */

/* Basic Elements */
body {
    margin: 0px;
    background: #FFFFFF;
    text-align: center;
}
h1,h2,h3,h4,p {
    margin: 0px;
    padding: 0px;
}
h1 {
    font-size: 120%;
}
h2 {
    font-size: 120%;
}
h3 {
    font-size: 100%;
    font-weight: bold;
}
h4 {
    font-size: 100%;
    font-weight: bold;
}
form {
    margin: 0px;
    padding: 0px;
}
ul,ol {
    margin: 0px;
    padding: 0px 0px 0px 1.4em;
}
a {
    text-decoration: none;
    color: #3366FF;
}
a:hover {
    text-decoration: underline;
    color: #FF66FF;
}
img { border: 0px none; }
img.float-left {
    float: left;
    margin: 0px 4px 4px 0px;
}
img.float-right {
    float: right;
    margin: 0px 0px 4px 4px;
}
.caption {
    padding-top: 4px;
    font-size: 10px;
    line-height: 120%;
}

/* clear float */
.clear-float {
    height: 1px;
    clear: both;
}

.notify {
    font-size: 12px;
    border: dashed 1px #F6F;
    padding: 4px;
    background: #FCF;
}

/* Basic Structure */
div.main-title {
    position:absolute;
    left:0;
    width:100%;
}
div.main-title h1 {
    width:898px;
    text-align:left;
    margin: 0 auto;
    padding-left: 4px;
    color:white;
    font-size:12px;
    font-weight:normal;
}
#global_container {
    margin: 0px auto;
    padding: 0px;
    width: 898px;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
}
#page_container {
    margin: 0px auto;
    padding: 0px;
    width: 870px;
    text-align: left;
}

#banner {
    text-align: left;
    background: url(/images/top_back.gif);
}
#banner .search-box {
    float: right;
    margin: 8px 8px 0px 0px;
    height: 32px;
}
#banner .search-box input {
    font-size: 11px;
    font-family:arial,helvetica,sans-serif;
}
#banner .search-box .btn {
    font-weight:bold;
    border: none;
    cursor:pointer;
    color:#FFF;
    background:#AAA;
}
#subtitle {
    clear:right;
    float:right;
}

.ad_top {
    margin-top: 8px;
    text-align: center;
    width:100%;
    height:90px;
}
#ad_top {
    margin:0 auto;
    padding:0;
    width:728px;
    height:90px;
}
#navibar {
    margin: 8px 0px;
    padding: 2px 8px 2px 8px;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;

    background: #000;
    color: white;
}
#navibar a {
    color: white;
    text-decoration: none;
    padding: 4px 8px;
}
#navibar a:hover {
    color: white;
    background: #AA0000;
    text-decoration: none;
    padding: 2px 8px;
}

#emergency {
    width: 600px;
    border: solid 2px #FF6600;
    padding: 4px;
    font-size: 12px;
    margin: 8px auto;
    background: #FFEECC;
}

.col_left {
    clear: left;
    float: left;
    width: 362px;
    overflow: hidden;
}
.col_left_w {
    clear: left;
    float: left;
    width: 562px;
    overflow: hidden;
}
.col_center {
    float: left;
    width: 192px;
    margin-left: 8px;
    overflow: hidden;
}
.col_right {
    float: right;
    width: 192px;
    /*margin-left: 8px;*/
    overflow: hidden;
}
.col_right300 {
    float: right;
    width: 300px;
    /* margin-left: 8px; */
    overflow: hidden;
}
.col_right_w {
    clear: right;
    float: right;
    width: 392px;
    margin-left: 8px;
    overflow: hidden;
}
.item {
    clear: both;
    margin-bottom: 0.4em;
}

/* bottom-links */
#bottom-links {
width:870px;
margin:8px;
padding:8px 0 0 0;
border-top:dotted 1px #CCC;
font-size:11px;
zoom:100%;
}
#bottom-links dt {
clear:left;
float:left;
width:80px;
margin:0 8px 0 0;
padding:0;
text-align:right;
}
#bottom-links dd {
float:left;
width:782px;
margin:0;
padding:0;
text-align:left;
zoom:100%;
}
#bottom-links ul li {
display:inline;
white-space:nowrap;
margin:0 2em 0 0;
padding:0;
text-align:left;
}
#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;
}
#footnote {
    clear: both;
    margin-top: 8px;
    padding: 8px;
    color: white;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10px;
    background: #AA0000;
}
#footnote-link {
    float: right;
    color: white;
    text-align: right;
}
#footnote-copyright {
    text-align: left;
}
#footnote a {
    color: white;
}

/* simple box */
.simple {
    font-size: 12px;
    text-align: left;
    margin-bottom: 8px;
}

/* content box */
.content {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 140%;
    text-align: left;
    margin-bottom: 18px;
}
.content h1,.content h2 {
    clear: both;
    border-left: solid 12px #FF66FF;
    border-bottom: solid 1px gray;
    padding-left: 0.2em;
}
.content .box {
    padding-top: 0.2em;
}
.content .box p {
    margin: 0.2em 0px 1em 0px;
}

/* bar box */
.bar {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 140%;
    text-align: left;
    margin: 8px 0px 8px 0px;
    padding: 0px;
}
.bar h2 {
    clear: both;
    font-family: verdana,arial,helvetica,sans-serif;
    padding: 4px 8px 2px 8px;
    color: white;
    background: #AA0000;
}
.bar .box {
    padding-top: 0.2em;
    background: #EEEEEE;
}

/* barbox box */
.barbox {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 140%;
    text-align: left;
    margin: 0px 0px 8px 0px;
    background: #EEEEEE;
}
.barbox h2 {
    clear: both;
    padding: 16px 8px 2px 8px;
    height: 15px;
    background: url(/images/barbox_head_back.gif) right top;
    border-bottom: dotted 1px gray;
}
.barbox .box {
    padding: 4px;
    background: #EEEEEE;
}
.barbox .box .has-next {
    border-bottom: dotted 1px gray;
}

/* barsimple box */
.barsimple {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 140%;
    text-align: left;
    margin: 8px 0px 8px 0px;
    padding: 0px;
}
.barsimple h2 {
    clear: both;
    font-family: verdana,arial,helvetica,sans-serif;
    padding: 4px 8px 2px 8px;
    color: white;
    background: #AA0000;
}
.barsimple .box {
    padding-top: 0.2em;
}

/* 右側フローティング画像 (style属性で width を指定すること) */
.floatimg_r {
    float: right;
    margin: 0px 0px 4px 4px;
    padding: 4px;
}

/* 左側フローティング画像 (style属性で width を指定すること) */
.floatimg_l {
    float: left;
    margin: 0px 4px 4px 0px;
    padding: 4px;
}

/* 記事のタイムスタンプ */
.timestamp { text-align: right; }

/* List Table */
table.list td.mark { vertical-align: baseline; text-align: right; }
table.list td.li   { vertical-align: baseline; }

/* 今週の公開作品 */
table.movie-pickup { empty-cells:show; margin-left:6px; }
table.movie-pickup td.img { width:94px; background:black; }
table.movie-pickup td.sep { width:3px; background:white; }
table.movie-pickup td.space { width:94px; }
table.movie-pickup td.title {
    width:94px;
    text-align:center;
    background:black;
    color:white;
}
table.movie-pickup td.title div { padding: 2px; }
table.movie-pickup a { color:white; }

/* 最新インタビュー */
.itrvw-title {
    color: white;
    background: black;
    border-bottom: solid 1px white;
    padding: 2px 0px;
    font-weight: bold;
}
.itrvw-title a {
    color: white;
}

/* コメント */
.comment-item {
    margin-top: 12px;
}

.cmt-hdr {
    font-size: 10px;
    color: #444;
}

.comment-author {
    font-size: 11px;
}
.tb-form {
    margin-top: 8px;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    padding: 4px;
}
.tb-form .url {
    border: solid 1px gray;
    font-family: Courier New,Courier,mono;
    padding: 2px;
}
.tb-comment-item {
    margin-top: 12px;
}
.tb-subject {
    font-size: 11px;
}
.tb-blog_name {
    font-size: 11px;
}
.tb-from {
    font-style: italic;
}
.admin-comment-item {
    margin-top: 12px;
    background: #E0E0E0;
}

.admin-comment-author {
    font-size: 11px;
    color: red;
}

/* コメントの★ */
.star {
    color: #F90;
    font-family: sans-serif;
}

/* Pager */
.pager {
    text-align: right;
}
.pager-message {
    padding-left: 16px;
    padding-right: 16px;
}

/* Prev_Next */
.prev_next {
    text-align: center;
    margin: 8px 0;
}
.prev_next_disable {
    color: #CCCCCC;
}

/* Bookmarklet */
.bookmarklet img {
    vertical-align:middle;
    border: none;
}

/* AD_HEADLINEPANEL */
.ad_headlinepanel_pr {
    float:left;
    width:98px;
    text-align:center;
}
.ad_headlinepanel {
    padding-left:110px;
    margin-bottom:8px;
}

/* AD_LINKLIST */
#ad_linklist_left {
    float:left;
    width:134px;
    padding:0 8px;
}
#ad_linklist_right {
    float:right;
    width:134px;
    padding:0 8px;
}

/* AD_SKYSCRAPER */
#ad_skyscraper {
    padding: 4px;
    text-align: center;
}

/* AD_MIDDLEBANNER */
#ad_middlebanner {
    text-align:center;
}

/* AD_SOUTHBANNER */
#ad_southbanner {
    text-align:center;
}

.clear-fix {
    zoom:100%;
}
.clear-fix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

