@charset "UTF-8";/*あいう*/

/* ----------------------------------
   初期化
 ------------------------------------ */
* {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
html, body {
    margin: 0;
    height: 90%;
}
html {
    overflow-y: scroll;
}
div, p, ul, ol, h1, h2, h3, h4, h5, h6, table, tr, td, form, dl, dt, dd {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
a {
    color: #0066CC;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}


/* ----------------------------------
   汎用パーツ
 ------------------------------------ */
/* Link & Button */
a.btn-login {
    display: block;
    width: 300px;
    height: 50px;
    background: url(../images/btn_login.gif) top left;
}
a.btn-login:hover {
    background-position: bottom;
}
a.btn-dashboard {
    display: block;
    width: 145px;
    height: 50px;
    background: url(../images/btn_dashboard.gif) top left;
}
a.btn-dashboard:hover {
    background-position: bottom;
}
a.btn-logout {
    display: block;
    width: 145px;
    height: 50px;
    background: url(../images/btn_logout.gif) top left;
}
a.btn-logout:hover {
    background-position: bottom;
}
a.btn-matter_registration {
    display: block;
    width: 300px;
    height: 50px;
    background: url(../images/btn_matter_registration.gif) top left;
}
a.btn-matter_registration:hover {
    background-position: bottom;
}
a.btn-supplier_registration {
    display: block;
    width: 145px;
    height: 50px;
    background: url(../images/btn_supplier_registration.gif) top left;
}
a.btn-supplier_registration:hover {
    background-position: bottom;
}
a.btn-recipient_registration {
    display: block;
    width: 145px;
    height: 50px;
    background: url(../images/btn_recipient_registration.gif) top left;
}
a.btn-recipient_registration:hover {
    background-position: bottom;
}
a.btn-recipient_registration-82px {
    display: block;
    width: 82px;
    height: 20px;
    background: url(../images/btn_recipient_registration_82px.jpg) top left;
}
a.btn-recipient_registration-82px:hover {
    background-position: bottom;
}


/* Base Form */
form.django_form_as_table table {
    width: 100%;
    font-size: 80%;
}
form.django_form_as_table table th {
    padding: 5px 10px 5px 0;
    width: 30%;
    text-align: right;
    vertical-align: top;
    background-color: #F3F6F9;
}
form.django_form_as_table table td {
    padding: 5px 10px;
}
form.django_form_as_table table tr.last_tr th {
    background-color: #FFFFFF;
}
form.django_form_as_table table tr.last_tr td {
    background-color: #FFFFFF;
}
form.django_form_as_table table tr.error_existed td {
    font-weight: bold;
    color: #FF0000;
}
form.django_form_as_table table ul.errorlist {
    font-weight: bold;
    color: #FF0000;
}
form.django_form_as_table table th.required {
    color: #FF0000;
}
form.django_form_as_table strong.required {
    color: #FF0000;
}
form.django_form_as_table table p.help_text {
    font-size: 85%;
    line-height: 150%;
    color: #CC9900;
}
form.django_form_as_table table input#id_django_form_as_table_submit {
    font-size: 110%;
    padding: 3px 10px;
}
form.django_form_as_table .form_footer {
    text-align: center;
}
form.django_form_as_table .form_footer .has_required_field {
    font-size: 85%;
}


/* 個別 Form */
/* -- form.matter_search_form | トップと依頼一覧で使用  -- */
form.matter_search_form select {
    width: 200px;/* 定数、表示を見ながら調整 */
}
form.matter_search_form input.input_text {
    width: 375px;/* 定数、表示を見ながら調整 */
}
form.matter_search_form input.input_submit {
    width: 75px;/* 定数、表示を見ながら調整 */
}
/* 共通コメント */
div.generic_comment {
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 90%;
    text-align: center;
    font-size: 80%;
    border: 1px solid #CCCCCC;
    background-color: #F3F6F9;
}
div.generic_comment p {
    padding: 3px;
}
div.generic_comment strong {
}
div.generic_comment p {
    padding: 3px;
}
div.generic_comment-completed {
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 90%;
    text-align: center;
    font-size: 90%;
    border: 1px solid #FF0000;
    color: #FF0000;
}
div.generic_comment-warning {
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 90%;
    text-align: center;
    font-size: 90%;
    border: 1px solid #FF0000;
    background-color: #FFD0D0;
    color: #FF0000;
}
div.generic_comment-warning p {
    padding: 3px;
}
div.generic_comment-warning a {
    color: #FF0000;
}
/* Table */
table.matter_list {
    width: 100%;
    font-size: 12px;
}
table.matter_list th {
    padding: 3px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    font-weight: normal;
}
table.matter_list th.title {
    padding-left: 10px;
    text-align: left;
}
table.matter_list th.published_on {
    width: 12%;
}
table.matter_list th.expire_on {
    width: 12%;
}
table.matter_list th.accuracy {
    width: 10%;
}
table.matter_list th.budget {
    width: 18%;
    border-right: 0;
}
table.matter_list td {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
table.matter_list td a {
    color: #333333;
}
table.matter_list td.inactive {
    color: #999999;
}
table.matter_list td.title {
    padding: 3px 10px;
}
table.matter_list td.title a {
    text-decoration: none;
}
table.matter_list td.title a:hover {
    background-color: #EFEFF1;
}
table.matter_list td.title div.bottom_side {
    margin-top: 3px;
}
table.matter_list td.published_on {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
table.matter_list td.expire_on {
    text-align: center;
}
table.matter_list td.accuracy {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
table.matter_list td.budget {
    border-right: 0;
    text-align: center;
}
/* Paginator */
div.tmp-paginator ul {
    float: left;
    width: 100%;
}
div.tmp-paginator li {
    float: left;
    color: #666666;
    margin-right: 5px;
    list-style-type: none;
}
div.tmp-paginator li a {
    width: 20px;
    border: 1px solid #666666;
    text-align: center;
    display: block;
    padding:0 5px;
    font-size: 90%;
    text-decoration: none;
    color: #666666;
}
div.tmp-paginator li a:hover {
    background: #EFF3F5;
    text-decoration: none;
}


/* ----------------------------------
   ページ共通部分
 ------------------------------------ */
body {
    padding-left: 3px;
    font-size: 100%;
    color: #333333;
}
#container {
    margin: 0 auto;
    width: 1010px; /* 定数 */
    background-color: #FFFFFF;
}
/* Header */
#header_container {
    width: 100%;
}
#header {
    width: 100%;
    height: 100%;
    background: transparent;
}
#header div.site_header_container {
    width: 100%;
}
#header div.site_header_container iframe {
    width: 100%;
}
/* Content */
#content_container {
    width: 100%;
}
#content {
    width: 100%;
}
/* Right Column */
#right_column_container {
    float: right;
    width: 300px;
    height: 100%;
}
#right_column {
    width: 100%;
    height: 100%;
}
#right_column div.column_box {
    margin-bottom: 10px;
}
#right_column div.column_box .title {
    padding-top: 11px;
    width: 100%;
    height: 32px;
    background: url(../images/title300_bg.jpg) top left;
}
#right_column div.column_box .title strong {
    font-size: 14px;
}
#right_column div.column_box div.to_be_continued {
    padding: 0 10px 5px 0;
    font-size: 10.5px;
    text-align: right;
}

#right_column div.column_box-simple {
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    border: 1px solid #CCCCCC;
}
#right_column div.column_box-categories {
}
#right_column div.column_box-categories div.content {
    padding: 0 10px 10px 10px;
    border-left: 2px solid #CCCCCC;
    border-right: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
}
#right_column div.column_box-categories div.block {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EFEFF1;
}
#right_column div.column_box-categories div.block h4 {
    font-size: 12px;
}
#right_column div.column_box-categories div.block p.examples {
    margin-top: 3px;
    font-size: 10.5px;
    color: #666666;
}

#right_column div.column_box-press_release div.content {
    padding: 0 5px 5px 5px;
    border-left: 2px solid #CCCCCC;
    border-right: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
}
#right_column div.column_box-press_release dl.press_release {
    padding: 10px 10px 0 10px;
}
#right_column div.column_box-press_release dl.press_release dd {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 16px;
}
#right_column div.column_box-press_release dl.press_release dd span.date {
    border: 1px solid #CCCCCC;
    background-color: #EFEFF1;
}
#right_column div.column_box-press_release dl.press_release dt {
    margin-bottom: 8px;
    font-size: 10.5px;
    line-height: 12px;
}

#right_column div.column_box-interview {
    margin-bottom: 10px;
    padding: 10px;
    border: 2px solid #CCCCCC;
}
#right_column div.column_box-interview table td.main {
    padding-right: 10px;
}
#right_column div.column_box-interview table td.main h3 {
    padding-left: 8px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    color: #666666;
    background: url(../images/icon_triangle.gif) no-repeat left center;
}
#right_column div.column_box-interview table td.main p.date {
    font-size: 12px;
    color: #666666;
}
#right_column div.column_box-interview table td.main a {
    margin-top: 3px;
    font-size: 10px;
    line-height: 15px;
}
/* Main Content */
#main_content_container {
    float: left;
    width: 700px; /* 定数 */
}
#main_content {
    width: 100%;
}
#main_content h2.main_content_title {
    padding-top: 12px;
    width: 100%;
    height: 30px; /* main_bg_blue-height - this.padding-top */
    background: url(../images/title700_bg.jpg);
    color: #333333;
}
#main_content h2.main_content_title img.icon {
    margin-left: 10px;
}
#main_content h2.main_content_title strong.title {
    margin-left: 10px;
    font-size: 16px;
}
#main_content h2.main_content_title span.description {
    margin-left: 10px;
    font-size: 10px;
    font-weight: normal;
}
#main_content h2.main_content_title span.description-large {
    font-size: 12px;
    font-weight: normal;
}
#main_content .main_content_body {
    border-left: 2px solid #CCCCCC;
    border-right: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    padding-bottom: 10px;
}
#main_content .breadcrumb {
    font-size: 60%;
    color: #999999;
}
/* Static page */
#static_page_container {
    padding:0 15px 10px;
}
#static_page {
    font-size: 80%;
}
#static_page h2.default {
    border-bottom: 3px solid #999999;
    color: #333333;
    font-size: 15px;
    line-height: 24px;
}
#static_page h3.default {
    border-bottom: 1px dashed #999999;
    color: #333333;
    font-size: 15px;
    line-height: 20px;
}
#static_page div.static_content {
    line-height: 160%;
}
#static_page div.tos_content {
    padding: 0 5px;
    line-height: 170%;
}
#static_page div.tos_content h3 {
    margin-top: 20px;
    border-bottom: 1px dashed #999999;
    color: #333333;
    font-size: 13px;
    line-height: 16px;
}
#static_page div.tos_content p {
    margin-top: 5px;
    padding: 0 10px;
}
#static_page div.tos_content ol {
    margin-top: 5px;
    margin-left: 10%;
}
/* Complete page */
#complete_page_container {
    width: 100%;
    padding-bottom: 15px;
}
#complete_page {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
    font-size: 80%;
}
#complete_page p {
    padding: 5px;
}
#complete_page strong {
}

