/* ///////////// */
/* Color Yellow  */
/* /////////// */

/* 01 Header (tableHead)*/
.adcolumn {
    background-color: #D7BF1C;
    border-bottom-color: #666;
    color: #FFFFFF;
}


/* 02 background */
.main_col {
    background-color: #FEFEEF; /* [light] */
}
.final_block {
    background-color: #EDEACF; /* [deep]  */
}
#search_box {
    background-color: #F3F3E0; /* SearchBox */
}


/* 03(a) frame border [deep]*/
.edit_category , #another_qr , .frame_box {
    border: 1px solid #7B6000;
}
#setup .title {
    border-bottom-color: #CC9900;
}

/* 03(b) frame border [light]*/
.main_col {
    border: 1px solid #8F7A43;
}
#main_colframe {
    border-right-color: #8F7A43;
    border-bottom-color: #8F7A43;
    border-left-color: #8F7A43;
}



/* etc.. */

#another_qr {
    background-color: #F5EFD8;
}





/* - common style - */
body {
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro R", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "小塚ゴシック Pro R", sans-serif;
}
.data_table td {
    font-size: 90%;
    font-family: "メイリオ", Meiryo, Verdana, Geneva, sans-serif;
    line-height: 160%;
}
.box {
    font-size: 15px;
}
img {
    border:none;
}
body,form {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
textarea, select, input {
font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka","Helvetica", "Arial", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
}

h1{
    font-size: 110%;
    margin: 0;
    color: #996600;
}

a:hover {
    text-decoration:none;
}


.link_sort a:link {
    color: #FFFFFF;
}
.link_sort a:visited {
    color: #FFFFFF;
}
.link_sort a:hover {
    color: #FFFFFF;
}


.link_v {
    padding-left: 12px;
    background-image: url(/sys_img/admin/ico_new_window.gif);
    background-repeat: no-repeat;
    background-position: left 2px;
}
.link_e {
    padding-left: 12px;
    background-image: url(/sys_img/admin/ico_edit_v3.png);
    background-repeat: no-repeat;
    background-position: left 2px;
}

/* -----------------------------*/



/* -----------------------------*/

.adcolumn {
    height: 20px;
    font-size: 10px;
    vertical-align: middle;
    line-height: 20px;
    padding-left: 10px;
}

#ban_head, #ban_foot {
    margin-top: 14px;
    margin-bottom: 7px;
    text-align: center;
    /*width: 90%;*/
    margin-right: auto;
    margin-left: auto;
}

.toplogo {
    text-align: center;
    padding-right: 20px;
}
.adban {
    text-align: center;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #CCC;
    border-bottom-color: #CCC;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 80%;
}
.main_col {
    margin-right: auto;
    margin-left: auto;
}


/* -----------------------------*/


td#MainNavi, td#MainNavi_entry { /* メニュー内の色 */
    font-size: 80%;
    /*padding: 4px;*/
    border: 1px solid #CCCCCC;
    vertical-align: top;
    width: 160px;
    background-color: #FFFFFF;
    padding-bottom: 10px;
}

#left_width {
    width: 160px;
}

#content td#MainNavi_entry { /* 新規投稿 */
    padding-bottom: 0px;
}
.entry_ex {
    margin-bottom:5px;
}
#MainNavi_entry ul {
    list-style-image: none;
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    /*padding-bottom: 5px;*/
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 0px;
    margin-left: 4px;
}


#MainNavi ul {
    list-style-image: none;
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 8px;
    margin-left: 4px;
}

#MainNavi li, #MainNavi_entry li {
    margin: 0px;
}

.block {
    font-size: 80%;
    margin-bottom: 5px;
}
.fieldwEx {
    width: 100%;
}
textarea#entry_body.fieldwEx,
textarea#entry_body_more.fieldwEx{
    width: 99%;
}
head~/* */body textarea#entry_body.fieldwEx,
head~/* */body textarea#entry_body_more.fieldwEx {
    margin: 0;
    width: 800px;
    min-width: 800px;
}


.fieldw700 {
    width: 700px;
}
.fieldw500 {
    width: 500px;
}
.fieldw400 {
    width: 400px;
}
.fieldw300 {
    width: 300px;
}
.fieldw50 {
    width: 50px;
}


#face {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

#content {
    width: 99%;
    margin-right: auto;
    margin-left: auto;
}

.bt_edit {
    font-size: 70%;
    padding-left: 20px;
    text-align: left;
    height:100%;
    vertical-align: top;
}
.op_title {
    font-weight: bold;
    margin: 4px;
}
.op_box {
    margin-bottom: 20px;
}
.change_h a, .change_h a:visited {
    text-decoration: none;
}
.final_block {
    font-size: 80%;
    margin-top: 10px;
    text-align: center;
    padding: 10px;
    /*border: 1px solid #A60000;*/
}
#option {
    font-size: 70%;
    background-color: #F7F7F7;
    padding: 10px;
    margin: 10px;
    color: #000000;
    border: 1px solid #D0D0D0;
}
.description {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #996600;
}
.description20 {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #996600;
}
.description40 {
    margin-top: 40px;
    margin-bottom: 5px;
    color: #996600;
}


.wear {
    padding-left:10px;
    vertical-align: top;
}
.mode_d a:link, .mode_d a:visited {
    /*font-size: 80%;*/
    /*background-color: #CC0000;*/
    /*padding-top: 4px;*/
    padding-right: 4px;
    padding-bottom: px;
    margin-bottom:4px;
    padding-left: 4px;
    /*color: #FFFFFF;*/
    text-align:center;
}

.bt_edit ul {
    margin: 0px;
    padding: 0px;
}
#com_op {
    font-size: 80%;
    color: #333333;
    background-image: url(/sys_img/admin/bg_dots01.gif);
    margin-top: 10px;
}
#bt_help {
    font-size:80%;
    text-align:center;
}
#bt_help a {
    color: #FFFFFF;
}
#bt_preview a {
    font-size: 80%;
    color:#FFFFFF;
}

#footer {
    padding: 4px;
    text-align: center;
    font-size: 80%;
    background-color: #333333;
    color: #FFFFFF;
}
.ad_side {
    margin-top: 20px;
    text-align: center;
}
.iconInfo {
    margin-top: 20px;
    line-height: 150%;
    text-align: left;
}
.main_col .error {
/*  color: #FFFF00;*/
}
.error {
    color:#FF0000;
    font-size:12px;
    font-weight:bold;
    background-image: url(/sys_img/admin/ico_exclamation16x14.gif);
    background-repeat: no-repeat;
    padding-left: 18px;
    text-align: left;

}
.message {
    color:#FF0000;
    background-image: url(/sys_img/admin/ico_message16x14.gif);
    background-repeat: no-repeat;
    padding-left: 18px;
    text-align: left;
    font-weight:bold;
}
.field_op td {
    padding-bottom: 4px;
}
#entry_check {
    padding: 10px;
    border: 1px solid #CCC;
    font-size: 80%;
}
#entry_check dd {
    margin-bottom: 10px;
    margin-top: 2px;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #FF9393;
    padding-left: 6px;
}
#entry_check dt {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DFDFDF;
    padding-top: 4px;
}
.bt_submit {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999999;
    text-align: center;
    padding-top: 10px;
    margin-top: 15px;
    background-color:#FFFFFF;
}
#search_box {
    font-size: 80%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #CCCCCC;
}

.data_table {
    margin:4px 0px;
    border: 1px solid #CCCCCC;
}
.data_table th {
    padding: 4px 2px 4px 2px;
    background-color: #D7BF1C;
    color: #FFFFFF;
}
.data_table td {
    background-color: #F5EFD8;
    vertical-align: top;
    padding-top: 6px;
    padding-right: 2px;
    padding-bottom: 4px;
    padding-left: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.list_path {
    color: #999999;
}
.data_table span.draft {
    background-color: #FFCC00;
}
.bt_search {
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #CCCCCC;
    padding-top: 2px;
}
ul.note {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
    list-style-image: url(/sys_img/admin/ico_note12x12.gif);
    padding: 0px;
}

.note li {
    font-size: 80%;
    line-height: 140%;
}
ul.tmp_select {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 0px;
}
.tmp_select li {
    margin-bottom:4px;
}


.comment_txt textarea {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.edit_category {
    padding: 10px;
    color: #000000;
    margin-bottom: 6px;
    font-size: 80%;
}
#qr_category_name {
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
}
#template_disp textarea {
    width:480px;
    height:200px;
}
#template_disp textarea.color1 {
    background-color: #FFECEC;
    margin-bottom:14px;
}
#template_disp textarea.color2 {
    background-color: #FFF0C4;
    margin-bottom:14px;
}
#template_disp textarea.color3 {
    background-color: #E8FFA2;
    margin-bottom: 14px;
}
#template_disp textarea.color4 {
    background-color: #E4F1F1;
    margin-bottom: 14px;
}
#template_disp textarea.color5 {
    background-color: #F7E2F8;
    margin-bottom: 14px;
}
#template_disp textarea.color6 {
    background-color: #EEEEEE;
    margin-bottom: 14px;
}
#template_disp textarea.color7 {
    background-color: #DAFAFC;
    margin-bottom: 14px;
}
#template_disp textarea.colorS {
    background-color: #EBE7EF;
    margin-bottom: 14px;
}
.tmp_add_list td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding-bottom: 4px;
    margin-bottom: 4px;
}
.sideinform {
    border: 1px solid #CCCCCC;
    padding: 10px;
}
.sideinform .color1 {
    background-color:#E7E7E7;
}
#setup .title {
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: bold;
}
#setup th {
    text-align: right;
    width: 170px;
    vertical-align: top;
    padding-right: 20px;
}
#setup td {
    padding-bottom: 6px;
}
#setup .color1 {
    color: #996600;
    margin-top: 2px;
}
.thx_box {
    height: 200px;
    text-align: center;
    vertical-align: middle;
    line-height: 200px;
}
#content .main_col .color1 {
    color: #000;
}
#main_colframe {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

#withdrawal {
    font-size: 80%;
    padding: 10px;
    background-color: #E8E8E8;
    border: 1px dotted #999999;
    margin-bottom: 20px;
    line-height: 140%;
}
#withdrawal2 {
    font-size: 110%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    background-color: #E8E8E8;
    border: 1px dotted #999999;
    margin-bottom: 5px;
    line-height: 140%;
}

#lookbox {
    font-size: 80%;
    padding: 10px;
    background-color: #FFE88C;
    border: 1px dotted #999999;
    margin-bottom: 20px;
    line-height: 140%;
}



.tone_d {
    color: #666666;
}
#startpage td{
    vertical-align: top;
}
#another_qr {
    padding: 10px;
    margin-top: 10px;
}
#qr_mailto {
    margin-top: 10px;
}
.bargraph {
    border: 1px solid #000000;
    width: 50px;
    margin-left: 10px;
    background-color: #FFFFFF;
}
.bargraph_p {
    background-color: #FFCC00;
    height: 5px;
}

.check_url {
    padding: 10px;
    border: 1px solid #CCCCCC;
    font-size: 80%;
}
.check_url dl {
    margin-top: 0px;
    margin-bottom: 0px;
}
.null_box {
    padding: 20px 10px;
    border: 1px solid #CCCCCC;
    background-color: #EBEBEB;
    color: #666666;
}
.block p {
    line-height: 140%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.frameBox {
    padding: 10px;
    margin: 2px;
    background-image: url(/sys_img/admin/bg_dots01.gif);
}
.frame_box {
    padding: 10px;
    margin: 2px;
    height:100% /* フォトラバ対応 */
}
.frame_gray {
    border: 1px solid #ccc;
    margin: 2px 0px;
}

.error#keyword {
    padding: 10px 20px 20px 100px;
    margin-top: 10px;
    background-image: url(/sys_img/admin/ico_exclamation16x14.gif);
    background-repeat: no-repeat;
    background-position: 80px 10px;
}

/* affiliate_list.html アフィリエイト */

.txt_gray {
    color: #999999;
}
.point_menu {
    /* border: 1px solid #CCCCCC; */
    padding-left: 10px;
    font-size: 80%;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 140%;
}

td.data_total {
    background-color: #EDE7D6;
}

/* login.html ログイン画面 */

.remmind_link {
    font-size: 80%;
    margin-top: 6px;
    margin-bottom: 20px;
    padding-top: 2px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCCCCC;
}

/* ブログ環境設定画面 */

.possible_box {
    margin-top: 4px;
}

/* ヘッダー会員メニュー読み込み部分 */
.member_point {
    padding-bottom:4px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
}
.member_point span {
    font-size: 80%;
    color:#666666;
}
.member_nickname {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
}
.member_nickname span {
    font-size: 60%;
    color:#666666;
}
.blogname {
    font-size: 80%;
    margin-top: 0px;
}
.blogname span {
    font-size: 80%;
    padding: 2px;
    color: #FFFFFF;
    font-family: verdana, Arial, Helvetica, sans-serif;
    margin-right: 4px;
}
.adban img ,#ban_foot img { /*広告の背景に色を付ける*/
    background-color: #EBEBEB;
}

/* blog create */

#make_blog dt {
    font-size: 160%;
    font-weight: bold;
}
.input_step td {
    background-color: #FFFFCC;
    padding: 4px;
    border: 1px solid #CCCCCC;
    font-size: 80%;
}
.input_step td#here {
    background-color: #FFCC00;
    font-weight: bold;
}


/* blog delete , member retire */

#withdrawal .delete dd {
    margin-bottom: 10px;
    color: #FF0000;
    font-size: 120%;
}
#withdrawal .delete dt {
    margin-bottom: 4px;
}

/* guest mode */

#guest_entry {
    padding: 10px;
    background-color: #F2E6E6;
}
.mode_g {
    text-align: center;
}
#guest_entry .change_h a {
    color: #FF0000;
}
.data_table .color1 {
    background-color: #EEE4BD;
}

/* Ajax system up-down */

.bt_move_left a, .bt_move_right a{
    display: block;
    padding: 2px;
    border: 1px solid #FF0000;
    text-decoration: none;
    background-color: #F9F2F2;
    font-weight:bold;
}
.bt_move_left span, .bt_move_right span {
    font-size: 60%;
}
.bt_move_left em, .bt_move_right em {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FF0000;
    font-style: normal;
}
.bt_move_left u , .bt_move_right u{
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FF0000;
    text-decoration: none;
}
.bt_move_left a{
    margin-right:4px;
    display:block;
}
.bt_move_right a{
    margin-left:4px;
}

/* blog setup */

#link_hide {
    border: 1px solid #CCCCCC;
    margin: 4px 0px;
}
#link_hide td {
    background-color: #F5EFD8;
    padding: 2px;
}
.block_ptb {
    font-size: 80%;
    margin-bottom: 6px;
    padding: 8px;
    border: 1px solid #CCCCCC;
}
.block_ptb_panel {
    font-size: 80%;
    margin-left:3px;
    margin-right:3px;
    margin-bottom: 6px;
    border: 1px solid #CCCCCC;
    width: 120px;
    height:140px;
    text-align:center;
    float:left;
}

.frame_box .block_ptb_panel img {
    margin-top:10px;
}

.block_ptb dd {
    margin-top: 6px;
}
.ptb_url {
    font-size: 80%;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCCCCC;
    padding-top: 6px;
}

/* photo_trackback */

#mtb .title {
    padding-bottom: 2px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    margin-bottom: 2px;
    font-weight: bold;
}
table#mtb {
    table-layout        : fixed;
}

/* select_map-----------------------------*/

#position1, #position2 , #position3 {
    /*position: relative;*/
    padding-bottom:26px;
}
#position1 a, #position2 a , #position3 a {
    /*position: absolute;*/
    bottom: 4px;
}
#position1 {
    background-color:#F9F9AA;
}
#mtb .description {
    font-size: 80%;
    margin-bottom:0px;
}
#position1 .title {
    border-bottom-color: #887700;
}

/* ---- */

.table_head {
    padding-top: 6px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #990000;
    padding-bottom: 2px;
}

.bt_fake {
    border: 1px solid #CCCCCC;
    padding: 4px;
    margin: 10px 0px;
}

/* template customize */

.tmp_add_list {
    width: 130px;
    float: left;
    border: 1px solid #CCCCCC;
    height: 200px;
    padding: 4px;
    margin: 2px;
}
.tmp_add_list img {
    background-color: #CCCCCC;
    background-image: url(/sys_img/admin/help_tmp_np.gif);
    background-repeat: no-repeat;
    background-position: 22px 36px;
}

.tmp_add_list_bigger {
    width: 200px;
    float: left;
    border: 1px solid #CCCCCC;
    height: 230px;
    padding: 4px;
    margin: 2px;
}
.tmp_add_list_bigger img {
    background-color: #CCCCCC;
    background-image: url(/sys_img/admin/help_tmp_np.gif);
    background-repeat: no-repeat;
    background-position: 22px 36px;
}

.tmp_add_list_bigger .button {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 20px;
}

/* message-shortmail system */

.sample {
    background-color: #F0F0F0;
    font-size: 80%;
    padding: 10px;
    border: 1px solid #999999;
}
.sample p {
    margin-top: 0px;
    padding-top: 0px;
}
.sample .title {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #999999;
}
.sample .txt_gray {
    color: #000000;
    background-color: #D6D1BE;
    padding: 2px;
    font-weight: normal;
}

/*   */

#face .bt_edit li {
    list-style-image: url(/sys_img/admin/ico_mmenu.gif);
    padding-bottom:4px;
    color: #999999;
}
.bt_create {
    background-image: url(/sys_img/admin/ico_create16x14.gif);
    background-repeat: no-repeat;
    padding-left:18px;
}
.bt_rewite {
    background-image: url(/sys_img/admin/ico_rewrite16x14.gif);
    background-repeat: no-repeat;
    padding-left:18px;
}
.bt_delete {
    background-image: url(/sys_img/admin/ico_delete16x14.gif);
    background-repeat: no-repeat;
    padding-left:18px;
}.message .color1 {
    color: #333333;
}
#input_ypdata {
    padding-top: 20px;
}
.table_head strong {
    font-size: 120%;
    color: #990000;
}
.outer {
    padding: 10px;
    border: 1px solid #CCCCCC;
}

/* message mail comunity */
.message_stranger {
    font-size: 80%;
}



/* 共通 */
#content p {
    line-height: 140%;
}
.description .message {
    color: #0180C5;
}
.box {
    padding: 10px;
}
.null_box#zero_data {
    font-size: 80%;
}
.liquid_wh th {
    text-align: right;
    vertical-align: top;
    padding-top: 2px;
}
.ptb_select_cate {
    line-height: 140%;
}
.data_table .message_foreigner {
    background-color: #EFE7C2;
    background-position: left;
}

/*.data_table .message_foreigner strong {
    font-family: Arial, Helvetica, sans-serif;
}*/

.data_table .message_foreigner .message {
    color:#0066FF;
    margin-top: 4px;
}
/*.let_en {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}*/

.null_box p {
    font-size: 80%;
    margin-top:0px;
}

.goPagetop {
    text-align: right;
    font-size: 75%;
}

.goSub {
    float: right;
    text-align: right;
    font-size: 75%;
}

/* -- Menu equivalent to TopicPath ---------------------------*/

#MainNavi li a {
    text-decoration: none;
    color: #666;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    display: block;
}

#blog_menu .blog_menu{
    margin-top:4px;
}
#blog_menu .blog_menu,
#clml_entry .clml_entry,
#clml_entry_list .clml_entry_list,
#clml_member_list .clml_member_list,
#clml_member_regist .clml_member_regist,
#clml_member_state .clml_member_state,
#clml_target_setup .clml_target_setup,
#clml_sample_list .clml_sample_list,
#entry .entry,
#entry_list .entry_list,
#list_change .list_change,
#comment_list .comment_list,
#trackback_list .trackback_list,
#ptb_topic .ptb_topic,
#map_trackback_list .map_trackback_list,
#cal_trackback_list .cal_trackback_list,
#write_comment_list .write_comment_list,
#message_list .message_list,
#img_list .img_list,
#category .category,
#template_mnt .template_mnt,
#sidebar .sidebar,
#m_link .m_link,
#m_setup .m_setup,
#shop_setup .shop_setup,
#menu_setup .menu_setup,
#custom_template_setup .custom_template_setup,
#original_form_setup .original_form_setup,
#t_setup .t_setup,
#member_setup .member_setup,
#ashiato .ashiato,
#access_key .access_key,
#access_ref .access_ref,
#access_entry .access_entry,
#mt_index .mt_index,
#keyword_advice .keyword_advice,
#ask .ask,
#advert .advert,
#affiliate_list .affiliate_list,
#atja_point .atja_point,
#atja_buy .atja_buy,
#domain_setup .domain_setup,
#ex_service_member_setup .ex_service_member_setup,
#custom_entry1 .custom_entry1,
#custom_entry2 .custom_entry2,
#custom_entry3 .custom_entry3,
#webpage .webpage,
#webpage_list .webpage_list,
#entry_edit .entry_edit{
    background-color: #F2F2F2;
    font-weight: bold;
}
#entry .entry .entry_light {
    font-weight: normal;
    background-color: #FFF;
}


#blog_menu .blog_menu a,
#clml_entry .clml_entry a,
#clml_entry_list .clml_entry_list a,
#clml_member_list .clml_member_list a,
#clml_member_regist .clml_member_regist a,
#clml_member_state .clml_member_state a,
#clml_target_setup .clml_target_setup a,
#clml_sample_list .clml_sample_list a,
#entry .entry a,
#entry_list .entry_list a,
#list_change .list_change a,
#comment_list .comment_list a,
#trackback_list .trackback_list a,
#ptb_topic .ptb_topic a,
#map_trackback_list .map_trackback_list a,
#cal_trackback_list .cal_trackback_list a,
#write_comment_list .write_comment_list a,
#message_list .message_list a,
#img_list .img_list a,
#category .category a,
#template_mnt .template_mnt a,
#sidebar .sidebar a,
#m_link .m_link a,
#m_setup .m_setup a,
#shop_setup .shop_setup a,
#custom_template_setup .custom_template_setup a,
#menu_setup .menu_setup a,
#original_form_setup .original_form_setup a,
#t_setup .t_setup a,
#member_setup .member_setup a,
#ashiato .ashiato a,
#access_key .access_key a,
#access_ref .access_ref a,
#access_entry .access_entry a,
#mt_index .mt_index a,
#keyword_advice .keyword_advice a,
#ask .ask a,
#advert .advert a,
#affiliate_list .affiliate_list a,
#atja_point .atja_point a,
#atja_buy .atja_buy a,
#domain_setup .domain_setup a,
#ex_service_member_setup .ex_service_member_setup a,
#custom_entry1 .custom_entry1 a,
#custom_entry2 .custom_entry2 a,
#custom_entry3 .custom_entry3 a,
#webpage .webpage a,
#webpage_list .webpage_list a,
#entry_edit .entry_edit a{
    color: #000;
}


/* -----------------------------*/

/* Collor Pallet */
.colorPallet td{
    width:10px;height:10px;cursor:pointer;
    }
.colorPallet td span{
    font-size:5px;
    }
/* -----------------------------*/

/* Quick Help */
.quickhelp{
    filter: Alpha(opacity=90);
    font-size: 12px;
    line-height: 130%;
    padding: 5px;
    background-color: #FFFFCC;
    border: 1px solid #000000;
    }

.helpIcon{
    display: inline;
    padding: 1px;
    border: none;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    }

/* -----------------------------*/

/* blogmenuInfo */
.blogmenuInfo {
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    color: #CC3300;
    margin-top: 8px;
    margin-bottom: 0;
}

/* -----------------------------*/

/* input */
input.entryWakaba {
background-color:#EDEDED;
background-image:url(/sys_img/admin/wakaba16.gif);
background-repeat:no-repeat;
border-bottom:3px double #666;
border-left:3px double #ccc;
border-right:3px double #666;
border-top:3px double #ccc;
color:#333;
font-size:12px;
height:26px;
margin:0 3px 2px 0;
padding:2px 2px 3px 6px;
vertical-align:middle;
cursor: pointer;
}

input.button {
background-color:#EDEDED;
border-bottom:3px double #666;
border-left:3px double #ccc;
border-right:3px double #666;
border-top:3px double #ccc;
color:#333;
font-size:12px;
height:26px;
margin:2px 3px 2px 0;
padding:2px 2px 3px 3px;
vertical-align:middle;
cursor: pointer;
}

/* -----------------------------*/

/* -- advertisings setting -----------*/
.colorSetArea{
    width:370px;
    height:200px;
    border:1px solid #666;
    padding:5px;
    overflow:scroll;
    overflow-x:hidden;
}
.palletArea{
    margin: 2px 0px 10px 0px;
    font-size:14px;
}
.adsArea {
    padding: 0px;
    width: 180px;
    border: 1px solid #FFFFFF;
    text-align:left;
}
.adsArea dl{
    margin: 0px;
    padding: 5px 5px 10px;
    background-color:#FFFFFF;
    }
.adsArea dt {
    font-size: 12px;
    color: #0066FF;
    line-height: 16px;
    margin: 0px;
    font-weight: bold;
}
.adsArea dd {
    color: #000000;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    line-height: 14px;
}
.adsArea .url {
    color: #339900;
    font-size: 10px;
    letter-spacing: 0.1em;
}
/* -----------------------------*/

/* -- business_category setting -----------*/
p.category_title {
    background: none repeat scroll 0 0 #cccccc;
    font-weight: bold;
    margin-top: 0;
    padding: 5px 10px;
}
span.master_title {
    border-bottom: 3px double #cccccc;
    padding: 0 5px;
    margin: 0 5px;
}
div.category_list {
    padding: 5px 10px 10px;
}
p.bus_category {
    margin: 5px 0 0;
}
div#business_category {
    border: 1px solid #cccccc;
    overflow-y: scroll;
    max-height: 300px;
    padding: 10px;
}
/* -----------------------------*/
#MainNavi li {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
}

#MainNavi em {
    font-size: 90%;
    font-style: normal;
}
#MainNavi strong {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #C0B000;
    display: block;
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}
.final_block input.button {
    width: 200px;
}

#MainNavi a:hover,
#entry .entry a.entry_light:hover {
    background-color: #C0B000;
    color: #FFF;
}

#MainNavi #sideLogo a:hover {
    background-color: #FFF;
}

.iconColorSet {
    background-color: #D7BF1C;
    height: 53px;
    width: 62px;
    display: block;
    float: left;
}
.iconColorSetR {
    background-color: #D7BF1C;
    height: 53px;
    width: 62px;
    display: block;
    float: right;
}
#blogRegistPage {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    font-size: 90%;
}
#blogRegistPage th, #blogRegistPage td {
    vertical-align: top;
}
.uniNavigation {
    height: 53px;
    background-color: #D7BF1C;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #887700;
}
.uniNavigation a:hover {
    background-color: #C0B000;
}
#entry #uniWrite,
#blog_menu #uniMypage,
#member_setup #uniMemberSet {
    background-color: #BAA614; /*上部アイコンの色*/
}
#blogDaletePage {
    padding: 10px;
}
#memberDaletePage {
    padding: 10px;
}
#homeReturn {
    padding-top: 40px;
}
#blogRegistPage {
    padding: 10px;
}
#barPersonal {
    background-color: #FFFEE0;
}
.wear h1 {
    display: block;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    margin-bottom: 5px;
}
.check_url dd {
    margin-bottom: 6px;
}
a.entry_light {
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #CCC;
}

/* -- タグ入力 ---------------------------*/
div.tagsinput{
    border:1px solid #CCC;
    background:#FFF;
    padding:5px;
    width:300px;
    height:100px;
    overflow-y:auto;
}

div.tagsinput span.tag{
    border:1px solid #887700;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    display:block;
    float:left;
    padding:5px;
    text-decoration: none;
    color: #000000;
    margin-right:5px;
    margin-bottom:5px;
    font-size:13px;
    background-color: #F9F9AA;
}

div.tagsinput span.tag a{
    font-weight:bold;
    color: #000000;
    text-decoration:none;
    font-size:11px;
}

div.tagsinput input{
    width:150px;
    margin:0px;
    font-family:helvetica;
    font-size:13px;
    /*border:1px solid transparent;*/
    border:1px solid #999;
    padding:5px;
    background:transparent;
    color:#000;
    outline:0px;
    margin-right:5px;
    /*margin-bottom:5px;*/
}

div.tagsinput div{
    display:block;
    float:left;
}

.tags_clear{
    clear:both;
    width:100%;
    height:0px;
}

.not_valid{
    background:#FBD8DB!important;
    color:#90111A!important;
}
/* -----------------------------*/
input.button {
    /*background-color: #FC0;*/
}

/* staylishForm */
input[type="text"],
input[type="password"], textarea {
    /*width: 100%;*/
    border: 1px solid rgb(204, 204, 204);
    margin: 0px;
    margin-bottom: 3px;
    padding: 5px;
    border-radius: 2px 2px 2px 2px;
    background-clip: padding-box;
    box-shadow: 2px 2px 2px rgb(238, 238, 238) inset;
    -moz-box-sizing: border-box;
}
input[type="text"]:active, textarea:active {
    background-color: #FDFDD0;
}
input[type="text"]:focus, textarea:focus {
    border: 2px solid rgb(153, 153, 153);
}



/* CSS Tabs */
.navlist {
    padding: 3px 0;
    margin-left: 0;
    border-bottom: 1px solid #778;
    font: bold 12px Verdana, sans-serif;
}
.navlist li {
    list-style: none;
    margin: 0;
    display: inline;
}
.navlist li a {
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #778;
    border-bottom: none;
    background: #DDE;
    text-decoration: none;
}
.navlist li a:link {
    color: #448;
}
.navlist li a:visited {
    color: #667;
}
.navlist li a:hover {
    color: #000;
    background: #AAE;
    border-color: #227;
}
.navlist li a#current {
    background: white;
    border-bottom: 1px solid white;
}
#entry #content .entry_ex tr .wear form #com_op table tr td #option .op_box .field_op tr td label {
    font-size: 120%;
    line-height: 160%;
}
#adCenterTop {
    font-size: 84%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
}
#sideLogo {
    text-align: center;
    padding-bottom: 5px;
}
.selectBoxA {
    padding: 10px;
}
.selectBoxTable td {
    border: 1px solid #CCC;
}
.selectBoxTable td .selectBoxA .color1 {
    padding-top: 15px;
    padding-bottom: 15px;
}
#setup .selectBoxA strong {
    font-size: 120%;
}
.number {
    font-family: Arial, Helvetica, sans-serif;
}
#startpage .number strong {
    font-size: 140%;
}
#startpage#link_hide td.number {
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.settingTable {
    width: 100%;
}
.settingTable td,
.settingTable th {
    border-bottom-width: 1px;
    border-bottom-style:dashed;
    border-bottom-color: #CCC;
    padding-bottom: 14px;
    padding-top: 14px;
}
#memberRegistZone {
    width: auto;
    font-size: 90%;
}



.frameBox .inner {
    background-color: #FFF;
    padding: 20px;
}
#blogRegistPage .frameBox {
    margin-top: 20px;
}
#blogRegistPage td {
    vertical-align: middle;
}
#blogRegistPage .pic img {
    border: 5px solid #EFEFEF;
}
#blogCreateFinish {
    padding: 14px;
    border: 1px solid #CCC;
}
#blogCreateFinish dl {
    margin: 0px;
    padding: 0px;
}
#blogCreateFinish dt {
    font-weight: bold;
    font-size: 100%;
}
#blogCreateFinish dd {
    padding-bottom: 20px;
}

#memberRegistConf {
    padding-left: 20px;
}
#memberRegistZone th {
    padding-right: 40px;
}
#memberRegistZone em {
    font-size: 80%;
    color: #666;
}
.txt_red {
    color: #E10000;
}
.icon {
    vertical-align: text-bottom;
}
#memRegistStep {
    margin-bottom: 10px;
}
#memberRegistFinish .faceText {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro R", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "小塚ゴシック Pro R", sans-serif, Arial;
    font-size: 36px;
    color: #333;
}
#form_main .custom_menu em {
    font-size: 90%;
    font-style: normal;
}
#form_main .tabs {


}
.data_table td.bgCreate {
    background-color: #F7F3F0;
    background-image: url(/sys_img/admin/bg_dots01.gif);
}
.data_table .bgCreate .layoutEx {
    padding-left: 3%;
}
.data_table td img {
    vertical-align: text-bottom;
}
#tmpMobile {
    background-attachment: fixed;
    background-image: url(/sys_img/admin/txt_tmp_mobile.gif);
    background-repeat: no-repeat;
    background-position: 90% 60%;
}
#tmpSmartphone {
    background-attachment: fixed;
    background-image: url(/sys_img/admin/txt_tmp_smaphon.gif);
    background-repeat: no-repeat;
    background-position: 90% 60%;
}
#tmpTablet {
    background-attachment: fixed;
    background-image: url(/sys_img/admin/txt_tmp_tablet.gif);
    background-repeat: no-repeat;
    background-position: 90% 60%;
}
ul.tmpCategolyList {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}

/* pagenation */


ul.pageNav {
    margin: 0 0 10px;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 0px;/* 6 */
    padding-left: 10px;
    /*text-align: center;*/
}

ul.pageNav li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}

ul.pageNav li span,
ul.pageNav li a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 10px;
    background: #fff;
    border: 1px solid #aaa;
    text-decoration: none;
    vertical-align: middle;
    background-color: #C0E9FA;/*#F3F3F3*/
}

ul.pageNav li a:hover {
    border-color: #999;
    background-color: #81D2F5;
}
ul.pageNav li span {
    background-color: #FFFFFF;
    color: #000;

}

/* templatesEdit */
.tmpCategolyList li {
    background-image: url(/sys_img/admin/ico_folder16x16.gif);
    background-repeat: no-repeat;
    background-position: 1px 2px;
    padding-left: 20px;
}
.tmpCategolyList li {
    font-size: 90%;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-bottom: 4px;
}
.tmpSelectPageTitle {
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-left: 4px;
}
.pagenation {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-top-color: #CCC;
    border-bottom-color: #CCC;
}

/* Tooltip */
div.tooltip{
    width: 400px;
    position: absolute;
    left: -9999px;
    background: #EEE;
    padding: 5px;
    border: 1px solid #AAA;
}

div.tooltip p{
    color: #FFF;
    background: #222;
    padding: 5px 10px;
    font-size: 90%;
}
#help_t {
    padding-left: 5px;
}
.selectBoxArrow{
    margin-top:1px;
    float:left;
    position:absolute;
    right:1px;
}

.selectBoxInput{
    height:14px;
    width:50;
    position:absolute;
    top:-3px;
    left:-3px;
}
.selectBox{
    height:20px;
}
.selectBoxOptionContainer{
    position:absolute;
    border:1px solid #666;
    background-color:#FFF;
    top:20px;
    height:200px;
    visibility:hidden;
    overflow:auto;
    z-index:1000;
}
.selectBoxAnOption{
    cursor:default;
    margin:1px;
    overflow:hidden;
    white-space:nowrap;
}
.selectBoxIframe{
    position:absolute;
    background-color:#FFF;
    border:0px;
    z-index:999;
}

#categoryMemo {
    position: relative;
}
#categoryMemo #btnMemoSticky {
    position: absolute;
    left: 690px;
    top: -10px;
}
#memoWrep {
    /*background-image: url(/sys_img/admin/bg_dots01.gif);*/
    background-color: #FFFFCC;
}
#memoTitle {
    font-weight: bold;
    padding-bottom: 5px;
}
#underText {
    font-size: 80%;
}
#memoTxt01 {
    font-size: 80%;
    color: #960;
}
#underText {
    padding-top: 5px;
}
#btnMemoSubmit {
    width: 440px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
}
.editEntrySet {
    background-color: #FFF0F0;
    border: 3px solid #BAA614;
}
#editEntrytitleBox,
#editEntrytitleBox2 {
    background-color: #BAA614;
    padding: 5px;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    color: #FFF;
    letter-spacing: 0.12em;
}
#editEntrytitleBox{
    font-size: 90%;
}
#editEntrytitleBox span,
#editEntrytitleBox2 span {
    font-size: 80%;
}
.entry_theme_msg{
    color: #0080FF;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 100px;
    font-size: 90%;
    font-weight: bold;
    background-image: url(/sys_img/admin/ico_message16x14.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 20px;
}
