/**********************************************************/
/*                        基本項目                        */
/**********************************************************/

html, body, textarea {
    scrollbar-3dlight-color    :#a0d38d;
    scrollbar-arrow-color      :#a0d38d;
    scrollbar-darkshadow-color :#a0d38d;
    scrollbar-face-color       :#bbe0ae;
    scrollbar-highlight-color  :#fdf9f2;
    scrollbar-shadow-color     :#fdf9f2;
}
input, textarea, select {
    font-size        :9pt;
    color            :#666666;
    background-color :#f8fcf6;
    border           :1px solid #bbe0ae;
    margin           :2px 5px 2px 0;
}
input.orange {
    font-size        :9pt;
    color            :#666666;
    background-color :#fffdfb;
    border           :1px solid #ff8000;
    margin           :2px 5px 2px 0;
}
input.green {
    font-size        :9pt;
    color            :#666666;
    background-color :#f8fcf6;
    border           :1px solid #2eab15;
    margin           :2px 5px 2px 0;
}
textarea.gray {
    font-size        :9pt;
    color            :#666666;
    background-color :#ffffff;
    border           :1px solid #cccccc;

    scrollbar-3dlight-color    :#cccccc;
    scrollbar-arrow-color      :#cccccc;
    scrollbar-darkshadow-color :#cccccc;
    scrollbar-face-color       :#dddddd;
    scrollbar-highlight-color  :#ffffff;
    scrollbar-shadow-color     :#ffffff;
}
.f9 {
    font-size   :9pt;
    font-family :Tahoma, Helvetica, sans-serif;
}
.f8 {
    font-size   :8pt;
    font-family :Tahoma, Helvetica, sans-serif;
}
a:link, a:visited {
    color           :#2eab15;
    text-decoration :none;
}
a:hover {
    color           :#ff9900;
    text-decoration :none;
}
a.explain:link {
    color           :#696969;
    text-decoration :none;
}
a.explain:visited {
    color           :#696969;
    text-decoration :none;
}
a.explain:hover {
    color           :#696969;
    text-decoration :none;
}

a.orange:link, a.orange:visited {
    color           :#ff9900;
    text-decoration :none;
}
a.orange:hover {
    color           :#ff9900;
    text-decoration :underline;
}
a.green:link, a.green:visited {
    color           :#2eab15;
    text-decoration :none;
}
a.green:hover {
    color           :#2eab15;
    text-decoration :underline;
}
a.white:link, a.white:visited {
    color           :#ffffff;
    text-decoration :none;
}
a.white:hover {
    color           :#ffffff;
    text-decoration :underline;
}
a.reg:link, a.reg:visited {
    color            :#c3c2c2;
    background-color :#990000;
    margin           :0px;
    padding          :1px;
    font-family      :"MS Gothic";
    font-size        :12px;
    border           :1px solid #c3c2c2;
    text-decoration  :none;
}
a.unreg:link, a.unreg:visited {
    color            :#c3c2c2;
    background-color :transparent;
    margin           :0px;
    padding          :1px;
    font-family      :"MS Gothic";
    font-size        :12px;
    border           :1px solid #c3c2c2;
    text-decoration  :none;
}
a.add:link, a.add:visited {
    color            :#c3c2c2;
    background-color :transparent;
    margin           :0px;
    padding          :1px;
    font-family      :"MS Gothic";
    font-size        :12px;
    border           :1px dotted #c3c2c2;
    text-decoration  :none;
}
a.reg:hover, a.unreg:hover, a.add:hover {
    color            :#c3c2c2;
    background-color :#ff6f20;
    margin           :0px;
    padding          :1px;
    font-family      :"MS Gothic";
    font-size        :12px;
    border           :1px solid #c3c2c2;
    text-decoration  :none;
}
.sample {
    margin       :8px;
    padding      :8px;
    border-color :#999999;
    border-style :dashed;
    border-width :1px;
    font-family  :"MS Gothic";
    font-size    :12px;
}
body {
    margin     :0px;
    padding    :0px;
    background :url(images/09-bg.gif) #d2eac8;
    font-size  :12px;
    color      :#666666;
}
h1, h2, h3 {
    margin      :0;
    padding     :0;
    font-weight :normal;
    font-size   :12px;
    color       :#666666;
}
h3 {
    vertical-align :middle;
    font-weight    :bold;
    height         :17px;
    width          :300px;
    font-size      :12px;
    background     :#CCFF66;
    color          :#666666;
    padding-left   :10px;
    padding-top    :4px;
}
/*
form {
	width   :185px;
	margin  :0;
	padding :0;
}
*/
ul, li, ol {
    list-style-type :none;
    margin          :0;
    padding         :0;
}
table.basic {
    background :#2eab15;
}
table.aff {
    background :#ff8000;
}
table.del {
    background :#3C81C6;
}
tr.title {
    background :#a0d38d;
}
tr.odd {
    background :#edf7e9;
}
tr.aff {
    background-color :#ffca95;
}
tr.del {
    background-color :#cfe0f1;
}
tr.warning {
    background-color :#ffca95;
}
tr.strong {
    background-color :#cfe0f1;
}
tr.even {
    background :#ffffff;
}
th.title {
    background :#a0d38d;
}
th.title2 {
    background-color :#a0d38d;
    text-align       :left;
    padding-left     :0.7em;
}
th.aff {
    background :#ffca95;
}
th.del {
    background :#84AFDB;
}
td.odd {
    background :#edf7e9;
}
td.aff {
    background :#fff4ea;
}
td.del {
    background :#CFE0F1;
}
td.even {
    background :#ffffff;
}
td.err {
    background :#ffefcf;
}
td.line {
    background: #666666;
}
td.affline {
    background: #ff8800;
}
td.delline {
    background: #3C81C6;
}
td.normline {
    background: #2eab15;
}
td.aff5 {
    background: #ffca95;
}
td.aff4 {
    background: #ffd5aa;
}
td.aff3 {
    background: #ffdfbf;
}
td.aff2 {
    background: #ffead5;
}
td.aff1 {
    background: #;
}
td.norm5 {
    background: #a0d38d;
}
td.norm4 {
    background: #b7dda8;
}
td.norm3 {
    background: #cce8c1;
}
td.norm2 {
    background: #e0f1da;
}
td.norm1 {
    background: #edf7e9;
}
font.green {
    color :#2eab15;
}
font.err {
    color :#fc4d11;
}
font.aff {
    color :#ffca95;
}
font.del {
    color :#cfe0f1;
}
font.warning {
    color :#ffca95;
}
font.strong {
    color :#cfe0f1;
}

div.qr-s {
    position :relative;
}
div.qr-l {
    position :absolute;
    top      :1px;
    left     :50px;
    border   :4px solid #a0d38d;
    color    :#ffffff;
    display  :none;
}
font.help {
    border           :1px solid #939292;
    margin           :5px;
    padding          :0px;
    color            :#939292;
    background-color :transparent;
    font-family      :"MS Gothic";
    font-size        :10px;
    text-decoration  :none;
    cursor           :help;
}
font.close {
    border           :1px solid #939292;
    margin           :5px;
    padding          :0px;
    color            :#939292;
    background-color :transparent;
    font-family      :"MS Gothic";
    font-size        :10px;
    text-decoration  :none;
}
div.hidden {
    position         :absolute;
    border           :2px solid #c3c2c2;
    margin           :0px;
    padding          :8px;
    color            :#000000;
    background-color :#ffffff;
    display          :none;
}

/**********************************************************/
/*                        領域別                          */
/**********************************************************/

/**********/
/*  Home  */
/**********/

/*** 画面全体 ***/
div#all_contents { /* Home s_head t_head u_head */
    width        :776px;
    margin-left  :auto;
    margin-right :auto;
    background   :url(images/10-bg_left.gif) repeat-y left #ffffff;
}

/*** 画面全体 (フッタ以外) ***/
div#top-main_contents { /* Home s_head t_head u_head */
    margin-left   :13px;
    padding-right :13px;
    background    :url(images/11-bg_right.gif) repeat-y right #a5d764;
}

/*** トップのロゴ画像 ***/
div#top_img { /* Home */
    float      :left;
    width      :540px;
    height     :255px;
    background :#91D290 url(images/01-logo_top.jpg) no-repeat bottom;
}
div#top_img h1 { /* Home */
    display :none;
}

/*** 上部ログインフォーム全体 (トップロゴ画像領域を含む) ***/
div#top-login_contents { /* Home */
    height     :255px;
    background :#a5d764;
}

/*** 上部ログインフォーム全体 (サイトオーナーと広告主) ***/
div#top_login { /* Home */
    float :right;
    width :210px;
}
div#top_login a:link { /* Home */
    color           :#ffffff;
    text-decoration :none;
    font-weight     :bold;
}
div#top_login a:visited { /* Home */
    color           :#ffffff;
    text-decoration :none;
    font-weight     :bold;
}
div#top_login a:hover { /* Home */
    color           :#ff9900;
    text-decoration :none;
    font-weight     :bold;
}
div#top_login td.padding5px { /* Home */
    text-align :right;
    padding    :0 5px 0 0;
}
div#top_login td.bg_white { /* Home */
    background :#FFFFFF;
}
div#top_login tr.bg_white { /* Home */
    background :#FFFFFF;
}
div#top_login td.bg_orange { /* Home */
    background :#FFEDE1;
}
div#top_login td.bg_green { /* Home */
    background :#EDF7E9;
}

/*** 上部ログインフォーム (サイトオーナー) ***/
div#login_site_owner { /* Home t_right ULoginF */
    padding :10px 10px 10px 10px;
}

/*** 上部ログインテーブル (サイトオーナー) ***/
table#ulogin { /* Home.html t_right ULoginF */
    width           :190px;
    border          :1px solid #FF9900;
    border-collapse :collapse;
}
table#ulogin td { /* Home.html t_right ULoginF */
    border :1px solid #FF9900;
}
table#ulogin th { /* Home.html t_right ULoginF */
    width      :40px;
    border     :1px solid #FF9900;
    background :#FFBA53;
}
table#ulogin td.title { /* Home.html t_right ULoginF */
    background :url(images/02-ulogin.gif) no-repeat;
    height     :30px;
}
table#ulogin h2.title { /* Home.html t_right ULoginF */
    display:none;
}
table#ulogin input.ulogin { /* Home.html t_right ULoginF */
    ime-mode: disabled;
    margin           :2px 0 2px 10px;
    background-color :#fffdfb;
    border           :1px solid #ffd4a9;
}

/*** パスワード再送リンク ***/
div#remind_id { /* Home SLoginF t_right ULoginF */
    text-align: right;
    padding   :3px 3px 3px 3px;
}

/*** 上部ログインフォーム (広告主) ***/
div#login_client{ /* Home SLoginF t_right */
    padding :0 10px 0 10px;
}

/*** 上部ログインテーブル (広告主) ***/
table#slogin { /* Home SLoginF t_right */
    width           :190px;
    border          :1px solid #2EAB15;
    border-collapse :collapse;
}
table#slogin td { /* Home SLoginF t_right */
    border :1px solid #2EAB15;
}
table#slogin th { /* Home SLoginF t_right */
    background :#A0D38D;
    border     :1px solid #2EAB15;
    width      :40px;
}
table#slogin td.title { /* Home SLoginF t_right */
    background :url(images/03-slogin.gif) no-repeat;
    height     :30px;
}
table#slogin h2.title { /* Home SLoginF t_right */
    display :none;
}
table#slogin input.slogin { /* Home SLoginF t_right */
    ime-mode :disabled;
    margin   :2px 0 2px 10px;
    background-color :#f8fcf6;
    border   :1px solid #bbe0ae;
}

/*** メニュー枠 ***/
div#top_globalnavi { /* Home s_head t_head u_head */
    clear      :both;
    height     :40px;
    background :#91D290 url(images/04-bar_menu.gif) no-repeat bottom;
    text-align :left;
    padding    :8px 0 0 0;
    font-family :Tahoma, Helvetica, sans-serif;
}
div#top_globalnavi table { /* Home s_head t_head u_head */
    font-size   :9pt;
    font-family :Tahoma, Helvetica, sans-serif;
    background :#ffffff;
}
div#top_globalnavi td { /* Home s_head t_head u_head */
    text-align :center;
}

/*** メイン領域 ***/
div#main_contents { /* Home s_head t_head u_head */
    background :#FFF7D7;
}

/*** メイン領域 (左部分) ***/
div#left_contents { /* Home */
    border-right :1px dotted #FF9900;
    float        :left;
    width        :509px;
    background   :#ffffff;
}
div#left_contents b {
    color           :#ff9900;
    font-weight     :bold;
}

/*** メイン領域内の小見出し (左部分) ***/
div.h3_text { /* Home */
    margin      :3px 20px 10px 20px;
    line-height :18px;
}

/*** メイン領域 (右部分) ***/
div#right_contents { /* Home */
    float :left;
    width :240px;
}

/*** Pマーク領域 ***/
div#privacy { /* Home */
    width      :750px;
    clear      :both;
    background :#ffffff;
}
div#privacy1 { /* Home */
    float      :left;
    width      :509px;
    height     :48px;
    background :#ffffff;
}
div#privacy2 { /* Home */
    width       :240px;
    border-left :1px dotted #FF9900;
    float       :left;
    text-align  :right;
    background  :#FFF7D7;
}
div#privacy2 img { /* Home */
    margin :0 15px 1px 1px;
    padding:2px;
    float  :right;
    background:#ffffff;
}

/*** フッタ ***/
div#footer1 { /* Home t_foot */
    padding    :10px 0 0 0;
    text-align :center;
    clear      :both;
    width      :750px;
    background :#A5D764;
}
div#footer2 { /* Home t_foot */
    clear      :both;
    padding    :5px 0 15px 0;
    background :url(images/13-bar_bottom.gif) bottom no-repeat;
}
address { /* Home t_foot */
    font-style  :normal;
    font-size   :8pt;
    font-family :Tahoma, Helvetica, sans-serif;
    color       :#2eab15;
}

/************/
/*  x_head  */
/************/

/*** メインコンテンツ ***/
div#inner_contents { /* s_head t_head u_head */
    background :#ffffff;
}

/*** 上部領域 (メニュー部分含む) ***/
div#top_all { /* s_head t_head u_head */
    background :#A5D764;
}

/*** 上部領域 (小さいロゴ部分) ***/
div#down_top { /* t_head */
    width :257px;
    float :left;
}

/*** 上部領域 (ご登録ボタン部分) ***/
div#down_newreg { /* t_head */
    float      :left;
    width      :493px;
    height     :88px;
    background :url(images/19-bar_wall.gif) no-repeat bottom;
    text-align :center;
}

/*** 上部領域 (各ご登録ボタン部分) ***/
div#down_newreg_btm { /* t_head */
    margin-left  :auto;
    margin-right :auto;
    padding      :11px 0 0 0;
    width        :420px;
}
div.down_newreg_btm { /* t_head */
    float :left;
    width :210px;
}

/***上部領域 (小さいロゴ部分) ***/
div#down2_top{ /* s_head u_head */
    background :#A5D764;
    padding    :5px 0 0 20px;
    width      :337px;
    float      :left;
}

/*** 上部領域 (担当者情報表示部分) ***/
div#down2_top_right{ /* s_head u_head */
    float      :left;
    width      :393px;
    height     :56px;
    background :#A5D764;
    text-align :right;
}
div#down2_top_right h1 { /* s_head u_head */
    padding     :3px 10px 3px 0;
    font-size   :13px;
    font-weight :bold;
    color       :#ffffff;
    margin      :25px 0 0 0;
}

/************/
/*  t_right */
/************/

/*** 右領域全て ***/
td#login { /* t_right */
    background :#fff7d7;
    border-left:1px dotted #ff9900;
}

/***********/
/*  UHome  */
/***********/

/*** ユーザーランク枠 ***/
div#user_rank td.line { /* UHome */
    background :#2eab15;
}


 p.label_name {
     width: 100px;
     height: 15px;
     overflow: hidden;
     padding: 0;
 }
