/* CSSリセット */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
P,
blockquote,
th,
td {
margin: 0px;
padding: 0px;
font-size: small;
}
table {
border-collapse: collapse;
border-spacing: 0px;
}
fieldset,
img {
border: 0px;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
font-style: normal;
font-weight:normal;
}
ol,
ul {
list-style:none;
}
caption,
th {
text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight:normal;
}
q:before,
q:after {
content: '';
}
abbr,
acronym {
border: 0px;
}
/* 共通設定 */
body{
margin: 0px;
padding: 0px;
background-color: #cccccc;
color: #888888;
/*
font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS Gothic","MS PGothic","ヒラギノ角ゴ Pro W3", Osaka-等幅, Osaka, 平成角ゴシック,sans-serif;
*/
font-family: "MS PGothic","ヒラギノ角ゴ Pro W3", Osaka-等幅, Osaka, 平成角ゴシック,sans-serif;
font-size: 12px;
text-decoration: none;
}
#base{
margin: 0px;
padding: 0px;
text-align: center;
}
#wrapper{
width: 950px;
margin-top: 10px;
margin-right: auto;
margin-left: auto;
}
#main_container{
text-align: left;
}

a {
text-decoration: none;
}
a:link{ color: #555555; }
a:visited{ color: #555555; }
a:active{ color: #009999; }
a:hover{ color: #009999; }

.nowrap{
white-space: nowrap;
}
.left{
text-align: left;
}
.right{
text-align: right;
}
.center{
text-align: center;
}
.clear{
clear: both;
}
.error{
color: #ff0000;
}
.orange{
color: #ff4d00;
}
.blue{
color: #009999;
}
.red{
color: #ff0000;
}
.disabled{
color: #cccccc;
}


/* ヘッダ */
#header{
width: 950px;
}
#header .header_line{
}
#header_logo{
width: 950px;
background-color: #ffffff;
}

#header_logo_left{
width: 210px;
float: left;
}
#header_logo_left img{
border-style: none;
margin-left: 10px;
}
#header_logo_right{
width: 720px;
margin-top: 10px;
margin-right: 10px;
float: right;
}
#header_logo_login{
text-align: right;
}
#header_logo_menu{
margin-top: 55px;
text-align: right;
}
#header_logo_menu a:link{ color: #888888; }
#header_logo_menu a:visited{ color: #888888; }
#header_logo_menu a:active{ color: #009999; }
#header_logo_menu a:hover{ color: #009999; }

/* ナビ */
#navi{
width: 950px;
margin-top: 10px;
}
#navi_body{
background-color: #ffffff;
text-align: center;
padding-top: 8px;
}
#navi_body .menu_l{
color: #676767;
margin-top: 0;
margin-bottom: 0;
margin-left: 13px;
width: 18px;
height: 39px;
float: left;
clear: left;
border-right: 1px solid #bebebe;
>margin-left: 13px;
>margin-top: 0px;
}
#navi_body .menu_r{
color: #676767;
margin-top: 0;
margin-bottom: 0;
width: 18px;
height: 39px;
float: left;
}

#navi_body .m1{
color: #696969;
font-size: 14px;
text-decoration: none;
background-image: url(/images/pc/bg_navi_home_off.png);
background-repeat: no-repeat;
background-position: 0 0;
text-align: center;
visibility: visible;
margin-top: 0;
margin-bottom: 0;
padding-top: 11px;
padding-left: 18px;
width: 110px;
height: 29px;
float: left;
border-right: 1px solid #bebebe;
>padding-top: 12px;
}
#navi_body .m1:link,
#navi_body .m1:visited{
}
#navi_body .m1:active,
#navi_body .m1:hover{
color: #ffffff;
background-image: url(/images/pc/bg_navi_home_on.png);
}

#navi_body .m2{
color: #333333;
font-size: 13px;
text-decoration: none;
background-image: url("/images/pc/bg_navi_button_off.png");
background-repeat: repeat-x;
background-position: 0 0;
text-align: center;
visibility: visible;
margin-top: 0;
margin-bottom: 0;
padding-top: 10px;
padding-right: 35px;
padding-left: 35px;
height: 29px;
float: left;
border-right: 1px solid #bebebe;
>padding-top: 12px;
}
#navi_body a.m2:link,
#navi_body a.m2:visited{
}
#navi_body a.m2:active,
#navi_body a.m2:hover{
color: #ffffff;
background-image: url("/images/pc/bg_navi_button_on.png");
}
#navi_body .disabled{
color: #999999;
font-size: 13px;
text-decoration: none;
background-image: url("/images/pc/bg_navi_button_off.png");
background-repeat: repeat-x;
background-position: 0 0;
text-align: center;
visibility: visible;
margin-top: 0;
margin-bottom: 0;
padding-top: 10px;
padding-right: 35px;
padding-left: 35px;
height: 29px;
float: left;
border-right: 1px solid #bebebe;
>padding-top: 12px;
}

/* コンテナ */
#container_line{
margin-top: 8px;
}
#container{
background-color: #ffffff;
}
#container_header{
padding-top: 10px;
padding-bottom: 10px;
margin-left: 20px;
margin-right: 20px;
border-bottom: 1px solid #b4b4b4;
}
#container_header_left{
width: 840px;
float: left;
font-size: 12px;
}
#container_header_right{
margin-left: 840px;
width: 70px;
font-size: 12px;
text-align: right;
}

/* NOTICE */
#notice{
text-align: center;
margin-top: 5px;
}
#notice .title{
width: 828px;
margin-left: auto;
margin-right: auto;
}
#notice .article{
width: 828px;
margin-top: 6px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
#notice .article .subject{
font-weight: bold;
color: #333333;
}
#notice .article .body{
color: #666666;
margin-top: 5px;
line-height: 140%;
}
#notice .article .body .dtime{
text-align: right;
font-size: 11px;
}

/* 編集画面左 */
#container_left{
width: 250px;
float: left;
margin-top: 10px;
}

.left_title{
margin-left: 24px;
}

#org_tree,
.org_tree,
.tree{
margin-top: 6px;
margin-left: 4px;
}

#org_tree li,
.org_tree li,
.tree li{
margin-left: 20px;
font-size: 12px;
}

#org_tree li img,
.org_tree li img,
.tree li img{
vertical-align: middle;
}

#edit_form{
margin-top: 10px;
}

.query_tree{
margin-left: 20px;
}
#tree_query_tree{
width: 120px;
}
#container_left .empty{
margin-top: 10px;
margin-left: 20px;
color: #ff0000;
}


/* 編集画面右 */
#container_right{
width: 680px;
margin-left: 250px;
}
#edit_header{
padding-top: 5px;
}
#edit_header ul li{
display: inline;
}

/* テーブルデザイン */
table.line{
border-collapse: separate;
border-spacing: 1px;
}
table.w600{
width: 600px;
margin-left: auto;
margin-right: auto;
}
table.w900{
width: 900px;
margin-left: auto;
margin-right: auto;
}

table.line caption{
color: #333333;
}

table.w600 caption{
background-image: url("/images/pc/table_top_600.png");
background-repeat: no-repeat;
background-position: center 0;
padding: 4px 0px 0px 8px;
height: 21px;
}

table.w900 caption{
background-image: url("/images/pc/table_top_900.png");
background-repeat: no-repeat;
background-position: center 0;
padding: 4px 0px 0px 8px;
height: 21px;
}

table.line th{
background-color: #cccccc;
color: #333333;
font-size: 12px;
padding: 4px;
border-top: 1px solid #eeeeee;
border-left: 1px solid #eeeeee;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
}
table.line td{
background-color: #dddddd;
color: #333333;
font-size: 12px;
padding: 4px;
border-top: 1px solid #eeeeee;
border-left: 1px solid #eeeeee;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
line-height: 140%;
}
table.line td.button{
background-color: #cccccc;
color: #333333;
font-size: 12px;
padding: 4px;
border-top: 1px solid #eeeeee;
border-left: 1px solid #eeeeee;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
text-align: center;
}
table.line td.bottom{
padding: 0px;
border-style: none;
background-color: transparent;
}
table.line td table.inner_charge,
table.line td table.inner_dsend,
table.line td table.inner_ssend{
width: 100%;
}

table.line .inner_charge th{
background-color: #ccccdd;
width: 130px;
}
table.line .inner_dsend th{
background-color: #ddcccc;
width: 130px;
}
table.line .inner_ssend th{
background-color: #ccddcc;
width: 130px;
}
table.line tr.line_hidden{
visibility: collapse;
}

.help_msg{
color: #666666;
font-size: 11px;
}
.indisp{
color: #009999;
}
.desabled{
color: #999999;
}

td.w100,th.w100{
width: 100px;
}
td.w200,th.w200{
width: 200px;
}
td.w400,th.w400{
width: 400px;
}
td.w500,th.w500{
width: 500px;
}

tr.line_0 td{
background-color: #ffffff;
}
tr.line_1 td{
background-color: #e0e0e0;
}

.disp_inhrt{
font-size: 11px;
color: #888888;
}

/* mouseover */
tr.line_on th,
tr.line_on td{
background-color: #bfffff;
}

tr.line_active th,
tr.line_active td{
background-color: #ffdcdc;
}

/* 注文 */
div.order_data{
font-size: 12px;
line-height: 140%;
}
.order_data .strong{
font-weight: bold;
}

/* フッター */
#footer{
clear: both;
width: 950px;
}
#footer_navi{
color: #333333;
margin-top: 10px;
margin-right: 10px;
}
#footer_left{
width: 500px;
float: left;
font-size: 12px;
font-family: Helvetica, Geneva, Arial;
font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka-等幅, Osaka, 平成角ゴシック;
}
#footer_right{
width: 300px;
float: right;
}
#footer_right_menu{
text-align: right;
font-size: 12px;
font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka-等幅, Osaka, 平成角ゴシック;
}
#footer_right_menu a:link{ color: #555555; }
#footer_right_menu a:visited{ color: #555555; }
#footer_right_menu a:active{ color: #009999; }
#footer_right_menu a:hover{ color: #009999; }

#footer_left_smacom{
font-weight: bold;
/*font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;*/
}

/* 透過PNG */
.iepngfix{
behavior: expression(IEPNGFIX.fix(this));
}

.valign_middle{
vertical-align: middle;
}

.container_msg{
padding-top: 10px;
margin-left: 20px;
padding-bottom: 100px;
}

hr.order_form{
color: #999999;
}

