/* 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;
}
/*
PC画面スタイルシート
*/

/* 共通設定 */
body{
margin: 0px;
padding: 0px;
background-color: #f8f8f8;
color: #000000;
font-family: "メイリオ","ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka-等幅, Osaka, 平成角ゴシック;
font-size: 9pt;
text-decoration: none;
}
#base{
margin: 0px;
padding: 0px;
text-align: center;
}
#wrapper{
width: 1020px;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
background-image: url(/images/bg_wrapper.gif);
}
#main_container{
width: 1000px;
margin-left: 10px;
margin-right: 10px;
text-align: left;
}

.clear{
clear: both;
}

.right{
text-align: right;
}

.left{
text-align: left;
}

.center{
text-align: center;
}

table.line{
border-collapse: separate;
border-spacing: 1px;
}

table.line td{
padding: 5px;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

table.line th{
padding: 5px;
background-color: #e7e9f2;
color: #666666;
}

table.line td{
}

table.line td.left_line{
border-right: 1px solid #e7e9f2;
}

table.line th.line_header{
border-style: none;
padding: 0px;
}

table.line .help_icon{
width: 34px;
text-align: center;
}

table.line td.button{
text-align: right;
border-right: 1px solid #e7e9f2;
}
input.del_button{
background-color: #ffcccc;
}

.w758{
width: 758px;
}

.navi_page{
text-align: right;
}
.navi_page .now{
color: #ff0000;
font-weight: bold;
}

.error{
}

.error .err_msg{
color: #ff0000;
}

.error .wrn_msg{
color: #0000ff;
}

.disabled{
color: #cccccc;
}

.nowrap{
white-space: nowrap;
}

.display_off{
display: none;
}

/* ヘッダ */
#header{
height: 130px;
background-image: url(/images/bg_header.jpg);
}

#header_title_logo{
width: 600px;
float: left;
}
#header_title_body{
margin-left: 88px;
}
#header_title_body ul{
display: block;
text-align: right;
padding-top: 20px;
padding-right: 20px;
}
#header_title_body ul li{
display: inline;
}

/* 左メニュー */
#left_menu{
width: 200px;
float: left;
color: #666666;
}
#left_menu ul.pc_menu_0{
margin-left: 10px;
background-image: url(/images/bg_menu.gif);
background-repeat: repeat-y;
}
#left_menu ul.pc_menu_0 div.pc_menu_li_div_0{
background-image: url(/images/bg_menu_firstlevel_off.gif);
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
font-size: 12px;
}

#left_menu div.pc_menu_li_div_1{
padding-left: 20px;
padding-top: 4px;
padding-bottom: 4px;
font-size: 11px;
}

#left_menu ul.pc_menu li a:link{ color:#666666;}
#left_menu ul.pc_menu li a:visited{ color:#666666;}
#left_menu ul.pc_menu li a:active{ color:#0099cc;}
#left_menu ul.pc_menu li a:hover{ color:#0099cc;}

/* 右コンテンツ */
#right_contents{
width: 778px;
margin-left: 212px;
margin-right: 10px;
background-image: url(/images/bg_right_contents.gif);
background-repeat: repeat-y;
}
#right_container{
margin-left: 10px;
}

#right_contents h1{
width: 778px;
height: 85px;
background-image: url(/images/bg_h1.gif);
background-repeat: no-repeat;
color: #0099cc;
font-size: 24px;
font-weight: bold;
padding-top: 10px;
padding-left: 10px;
}

/* フッタ */
#footer{
margin-top: 10px;
}

#footer hr{
width: 920px;
}

#footer_signature{
text-align: center;
font-size: 10pt;
}

/* FEP切り替え */
.fep_auto{
ime-mode: auto;
}
.fep_active{
ime-mode: active;
}
.fep_inactive{
ime-mode: inactive;
}
.fep_deactivated{
ime-mode: deactivated;
}

