/* 基本設定 */
body, pre {
    font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','Osaka';
    font-size: 13px;
    line-height: 16px;
    margin: 0px;
}
select, input, textarea {
    font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','Osaka';
    font-size: 12px;
}
th,td {
    font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','Osaka';
    font-size: 13px;
    line-height: 16px;
    padding: 5px;
}
form {
    margin: 0px;
}
hr {
    border-color: #d0d0d0;
    border-style: dashed;
    border-width: thin;
}
ul, ol {
    margin: 0px;
    padding: 0px 1px 0px 25px;
    word-break: break-all;
}
ul.cat1 {
    margin: 0px;
    padding: 0px 1px 0px 30px;
    word-break: break-all;
}
ul.cat2 {
    margin: 0px;
    padding: 0px 1px 0px 20px;
    word-break: break-all;
}
li {
    margin: 0px;
    padding: 0px;
    word-break: break-all;
}
a:link, a:visited, a:active {
    color: #0066cc;
}
a:hover {
    color: #ff0000;
}
a:link img, a:visited img{
	border-width: 0px;
}

/* 項目名 */
span.c_head {
    font-size: 15px;
    font-weight: bold;
    margin-left: 12px;
    position: relative;
    top: 4px;
}
span.c_head_sub {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: 2px;
}

/* 基本テーブル */
table.c_upd {
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
    width: 950px;
}
td.c_upd {
    border-style: none;
    padding: 5px;
    vertical-align: top;
}
td.c_upd1 {
    padding: 0px;
}

/* 基本テーブル（小） */
table.c_upd_s {
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
    width: 530px;
}
td.c_upd_s {
    padding: 3px;
}

/* ヘッダー */
table.c_header {
    border-collapse: collapse;
    width: 100%;
}
td.c_header_logo {
    height: 92px;
    padding: 0px;
    width: 200px;
}
td.c_header_ba {
    background-image: url('/images/head_ba.jpg');
    background-repeat: no-repeat;
    padding: 0px;
    text-align: center;
    vertical-align: bottom;
    width: 530px;
}
td.c_header_link {
    background-image: url('/images/head_link.jpg');
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 6px;
    text-align: right;
    vertical-align: bottom;
}
a.c_header_link:link, a.c_header_link:visited, a.c_header_link:active {
    color: #ffffff;
    margin: 0px 0px 6px 0px;
}
a.c_header_link:hover {
    color: #ff6666;
}

/* フッター */
td.c_footer_line {
    background-image: url('/images/footer_line.gif');
    background-repeat: repeat-x;
    padding: 0px;
    height: 5px;
}
td.c_footer1 {
    padding: 0px;
    width: 130px;
}
td.c_footer2 {
    font-size: 12px;
    text-align: center;
    padding: 4px;
}
td.c_footer3 {
    padding: 2px;
    text-align: right;
    width: 130px;
}

/* URL */
a.c_url {
    font-family: 'Courier New';
    font-size: 12px;
}

/* メーカーサイト */
img.c_makersite {
    width: 15px;
    height: 14px;
    vertical-align: middle;
}

/* エラーメッセージ */
.c_error_message {
    color: #ff0000;
    /*font-weight: bold;*/
}

/* ページ */
div.c_page {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    word-spacing: 5px;
}

/* Google */
div.google1 {
    padding: 7px 0px 0px 18px;
}
div.google2 {
    padding: 10px 0px 0px 0px;
}
div.google3 {
    padding: 0px 0px 5px 50px;
}

/* Yahoo */
div.yahoo1 {
    padding: 12px 0px 0px 18px;
}

/* アイコン画像 */
img.c_middle {
    vertical-align: middle;
}

/* 改行無効 */
span.c_nobr {
    white-space: nowrap;
}

/* SSLテーブル */
table.c_ssl {
    border-collapse: collapse;
    margin: 10px auto 5px auto;
}
td.c_ssl1 {
    padding: 0px;
}
td.c_ssl2 {
    padding-left: 10px;
    text-align: left;
}
