@charset "utf-8";

/********* HTMLリセット *********************************************/
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd,
pre, blockquote, th, td, form, fieldset, input, textarea {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}
em, strong, code, address, th {
font-weight: normal;
font-style: normal;
}
ul, ol {
list-style: none;
}
q:before, q:after {
content: "";
}
abbr, acronym {
border: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;
}
fieldset, img {
border: 0;
}
/*共通**/
img {
/*vertical-align: middle;*/
margin: auto 1px;
}
a:link, a:visited {
color: #003399;
text-decoration: underline;
}
a:active, a:hover {
color: #003399;
text-decoration: none;
}
.right {
text-align: right;
}
.left {
text-align: left;
}

/*HTML基本設定*******************************************************/
body {
margin: 0px;
border: 0px;
padding: 0px;
background: #fff;
text-align: center;
color: #333;
font-size: 12px;
line-height: 20px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
background: url(../images/formbase.png) repeat-x top left #fff;
}

p {
margin-bottom: 30px;
width: 600px;
height: auto;
}

.copyright {
clear: both;
margin-bottom: 40px;
padding-top: 10px;
color: #333;
font-size: 10px;
font-family: "Times New Roman", Georgia, Times, serif;
text-align: center;
}

/*フォントサイズ設定*/
.small{
font-size: 10px;
line-height: normal;
}

.large{
font-size: 16px;
line-height: normal;
}

/*見出し設定*/
h1 {
display: block;
width: 600px;
height: 80px;
margin: 0px;
border: 0px;
padding: 0px;
background: url(../images/logo.png) no-repeat 0 0;
text-indent: -999999px;
}

h2 {
text-align: left;
margin-top: 0px;
margin-bottom: 30px;
padding-top: 9px;
padding-bottom: 10px;
text-indent: 30px;
background-color: transparent;
background-image: url(../images/h2.gif);
background-repeat: no-repeat;
background-attachment: scroll;
color: #ffffff;
height: 12px;
font-size: 14px;
line-height: 14px; 
}

h3 {
height: 17px;
border-bottom: #666 1px solid;
margin-bottom: 20px;
text-align: left;
font-size: 14px;
}

h4, h5, h6 {
border-bottom: #333 1px dotted;
margin-bottom: 15px;
text-align: left;
font-size: 12px;
line-height: 14px;
margin-bottom: 10px;
color: #333;
}


/***エラー画面のh1****/
.error {
display: block;
width: 600px;
height: 45px;
margin: 0px;
border: 0px;
padding: 0px;
background-image: none;
text-indent: 0px;
color: #000;
font-size: 12px;
line-height: 12px;
}

/************************/
ul {
/*margin: 10px 20px;*/
margin: 0px;
}

ul li {
list-style-position: outside;
list-style-type: none;
text-indent: 0px;
}


ol {
/*margin: 10px 30px;*/
margin: 0px 30px;
}
ol li {
list-style: decimal;
}

dl {
margin: 10px 0px 25px 0px;
}

dl dd {
margin-left: 30px;
margin-bottom: 5px;
padding: 2px 0;
}

dl dt {
padding: 2px 0;
}

pre {
overflow: auto;
margin: 10px 0;
padding: 10px;
border: 1px solid #DDDDDD;
}

code {
color: #000080;
}

pre, code {
line-height: 1.2;
font-size: 100%;
}

blockquote {
overflow: auto;
margin: 10px 0;
padding: 0 15px;
border-left: 2px solid #7777AA;
}

blockquote div, blockquote p, blockquote li, blockquote dt, blockquote dd {
color: #777777;
}

address {
padding-top: 10px;
border-top: 1px solid #999999;
}

/*テーブル*/
table {
margin-top: 10px;
margin-bottom: 30px;
border: 1px solid #666;
border-collapse: collapse;
font-size: 12px;
width: 100%;
}
table tr th {
border: 1px solid #666;
padding: 5px;
background-color: #EEE;
font-weight: bold;
text-align: center;
}
table tr td {
border: 1px solid #666;
padding: 5px;
background-color: #fff;
text-align: center;
}
table tr td input {
margin: 0px;
}


table.form {
margin-top: 10px;
margin-bottom: 30px;
border: 1px solid #666;
border-collapse: collapse;
font-size: 12px;
width: 100%;
}

table.form th {
border: 1px solid #666;
padding: 5px;
background-color: #EEE;
font-weight: bold;
text-align: center;
}

table.form td {
border: 1px solid #666;
padding: 5px;
background-color: #fff;
text-align: center;
}

table.form .cell1 {
width: 100px;
}

table.form .cell2 {
width: auto;
}

.number {
text-align: right;
width: auto;
}



/*基本構造 *************************************************/
div#container {
text-align: left;
width: 600px;
height: auto;
margin: 0px auto 0px auto;
padding: 0px;
border: 0px;
}

div#menu {
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
}

div#customer {
margin-bottom: 30px;
}

div#work {
margin-bottom: 30px;
}

.catalogbox{
display: block;
width: 600px;
height: 160px;
margin: 0px;
border: 0px;
padding: 10px 0px 20px 0px;
}
.catalogbox .catalogleft{
display: block;
float: left;
width: 290px;
height: 170px;
border: 0px;
padding: 0px;
}
.catalogbox .catalogright{
display: block;
float: right;
width: 290px;
height: 170px;
border: 0px;
padding: 0px;
}

.catalogbox .catalogleft img, 
.catalogbox .catalogright img,
.catalogbox .catalogleft a img, 
.catalogbox .catalogright a img {
float: left;
width: 120px;
height: 170px;
margin-right: 5px;
border: 0px;
}

.radiomenu{
margin: 0px 0px 0px 20px;
}


/*Footer*/
div#footer {
clear: both;
width: 100%;
height: 100px;
padding: 45px 0 20px;
background: #fff url(../images/footer_bg.png) repeat-x 0 0;
}

div#footer img {
vertical-align: top;
}

div#footer div {
width: 600px;
line-height: 1;
margin: 0 auto;
text-align: left;
}

div#footer .footerlogo {
display: block;
float: left;
margin-bottom: 10px;
border-right: 1px solid #616161;
padding: 0 20px 5px 0;
width: 179px;
}

div#footer .footerlogo .logo {
display: block;
margin-bottom: 10px;
}

div#footer div ul {
float: right;
width: 400px;
}

div#footer div ul li {
float: right;
margin: 0 0 10px 12px;
padding-left: 8px;
background: url(../images/footer_icon.png) no-repeat 0 0;
}

div#footer div p {
clear: both;
margin: 0;
padding-top: 10px;
color: #333;
font-size: 10px;
font-family: "Times New Roman", Georgia, Times, serif;
text-align: center;
}

div#footer a {
font-size: 10px; 
text-decoration: underline;
}
div#footer a:link {
font-size: 10px; 
text-decoration: underline;
}
div#footer a:hover {
text-decoration: none;
}
div#footer a:visited {
font-size: 10px;
text-decoration: underline;
}

/********* メニュー *************************************************/
div#menu h2 {
display: none;
}
div#menu ul {
margin: 5px 0;
}
div#menu ul li {
display: inline;
list-style: none;
margin-right: 10px;
}

/********* 商品一覧 *************************************************/

div#catalog div.catalog {
margin: 15px 0;
padding: 0px;
border: 0px;
}

div#catalog dl {
padding: 10px;
border: 1px solid #DDDDDD;
background-color: #FFFFFF;
}

div#catalog dl dt {
float: left;
clear: left;
width: 60px;
}

div#catalog dl dd {
margin-left: 50px;
}

/********* ページ移動 ***********************************************/
div#page h2 {
display: none;
}
div#page ul {
margin: 5px 0;
}
div#page ul li {
display: inline;
margin-right: 10px;
}


/********* 下ナビゲーション *******************************************/
div#navi {
border-top: #333 solid 1px;
}
div#navi h2 {
display: none;
}
div#navi ul {
font-size: 10px;
margin: 5px 0;
text-align: right;
}
div#navi ul li {
display: inline;
margin-left: 5px;
}

/********* 顧客情報 *************************************************/
div#customer dl dt {
float: left;
clear: left;
width: 100px;
}

/********* 処理選択 *************************************************/

div#work form {
margin: 0px 0;
}
div#work form dl dt {
display: none;
}
div#work form dl dd {
margin: 0;
}

/********* フォーム *************************************************/
fieldset{
width: 600px;
display: block;
margin-bottom: 30px;
border-top: #333 dotted 1px;
padding-top: 10px;
padding-bottom: 10px;
}
fieldset.horo{
width: 578px;
display: block;
margin-bottom: 30px;
border: #ccc solid 1px;
padding: 20px 10px 20px 10px;
}
legend{
margin: 0px 0px 0px 15px;
padding: 0px 5px;
color: #666;
font-size: 12px;
border: 0px;
}
.formtextlong{
width: 440px;
margin: 0px;
background-color:#fff;
border-style: solid;
border-width: 1px;
border-color: #333333;
padding: 2px;
font-size: 12px; 
line-height: 14px;
}
.formtext{
width: 200px;
margin: 0px;
background-color:#fff;
border-style: solid;
border-width: 1px;
border-color: #333333;
padding: 2px;
font-size: 12px; 
line-height: 14px;
}
.formtextshort{
width: 45px;
margin: 0px;
background-color:#fff;
border-style: solid;
border-width: 1px;
border-color: #333333;
padding: 2px;
font-size: 12px; 
line-height: 14px;
}
.formarea{
width: 440px;
background-color:#fff;
margin: 0px;
border-style: solid;
border-width: 1px;
border-color: #333333;
padding: 2px;
font-size: 12px; 
line-height: 14px;
}

form input, form textarea {
/*padding: 1px;*/
}

form dl dt {
float: left;
clear: left;
/*width: 7em;*/
width: 150px;
}
form ul {
/*margin: 15px 0px;*/
margin: 5px 0px;
}
form ul li {
list-style: none;
}
form p input {
/*padding: 2px;*/
}

input.checkbox {
margin-right: 5px;
}

input.radio {
margin-right: 5px;
}

input.btn {
margin: 5px 1px 5px 1px;
border: 0px;
color: #fff;
width: 150px;
height: 28px;
background: url("../images/btn.png") top left no-repeat;
}
input.btn:hover {
margin: 5px 1px 5px 1px;
border: 0px;
color: #fff;
width: 150px;
height: 28px;
background: url("../images/btn.png") 0px -28px no-repeat;
cursor: pointer;
}


input.ireru {
margin: 5px 1px 5px 1px;
border: 0px;
color: #fff;
width: 150px;
height: 28px;
background: url("../images/btn.png") top left no-repeat;
}
input.ireru:hover {
margin: 5px 1px 5px 1px;
border: 0px;
color: #fff;
width: 150px;
height: 28px;
background: url("../images/btn.png") 0px -28px no-repeat;
cursor: pointer;
}


input.koshin {
margin: 5px 1px 5px 1px;
border: 0px;
color: #fff;
width: 150px;
height: 28px;
background: url("../images/btn.png") top left no-repeat;
}
input.ireru:hover {
margin: 5px 1px 5px 1px;
border: 0px;
color: #fff;
width: 150px;
height: 28px;
background: url("../images/btn.png") 0px -28px no-repeat;
cursor: pointer;
}


input.chumon {
margin: 5px 1px 5px 1px;
border: 0px;
color: #fff;
width: 150px;
height: 28px;
background: url("../images/btn.png") top left no-repeat;
}
input.ireru:hover {
margin: 5px 1px 5px 1px;
border: 0px;
color: #fff;
width: 150px;
height: 28px;
background: url("../images/btn.png") 0px -28px no-repeat;
cursor: pointer;
}


input.kara {
margin: 5px 1px 5px 1px;
border: 0px;
color: #fff;
width: 150px;
height: 28px;
background: url("../images/btn.png") top left no-repeat;
}
input.kara:hover {
margin: 5px 1px 5px 1px;
border: 0px;
color: #fff;
width: 150px;
height: 28px;
background: url("../images/btn.png") 0px -28px no-repeat;
cursor: pointer;
}


input.susumu1 {
margin: 5px 1px 5px 1px;
border: 0px;
color: #fff;
width: 150px;
height: 28px;
background: url("../images/btn.png") top left no-repeat;
}
input.susumu1:hover {
margin: 5px 1px 5px 1px;
border: 0px;
color: #fff;
width: 150px;
height: 28px;
background: url("../images/btn.png") 0px -28px no-repeat;
cursor: pointer;
}


input.susumu2 {
margin: 5px 1px 5px 1px;
border: 0px;
color: #fff;
width: 150px;
height: 28px;
background: url("../images/btn.png") top left no-repeat;
}
input.susumu2:hover {
margin: 5px 1px 5px 1px;
border: 0px;
color: #fff;
width: 150px;
height: 28px;
background: url("../images/btn.png") 0px -28px no-repeat;
cursor: pointer;
}


input.modoru {
margin: 5px 1px 5px 1px;
border: 0px;
color: #fff;
width: 150px;
height: 28px;
background: url("../images/btn.png") top left no-repeat;
}
input.modoru:hover {
margin: 5px 1px 5px 1px;
border: 0px;
color: #fff;
width: 150px;
height: 28px;
background: url("../images/btn.png") 0px -28px no-repeat;
cursor: pointer;
}


input.ninsho {
margin: 5px 1px 5px 1px;
border: 0px;
color: #fff;
width: 150px;
height: 28px;
background: url("../images/btn.png") top left no-repeat;
}
input.ninsho:hover {
margin: 5px 1px 5px 1px;
border: 0px;
color: #fff;
width: 150px;
height: 28px;
background: url("../images/btn.png") 0px -28px no-repeat;
cursor: pointer;
}

/*********ボタンレイアウト *************************************************/
.center{
display: block;
text-align: center;
}


/********* 設定編集 *************************************************/

div#config form div.data {
margin-bottom: 20px;
}
div#config form div.data h3 {
margin: 20px 0 15px 0;
padding: 3px;
background-color: #eee;
}
div#config form div.data p.comment {
margin: 0 3px 3px 3px;
}
div#config form div.data p.config {
margin: 0 3px 10px 3px;
}

/********* 個別指定 *************************************************/
.goodsname {
display: block;
width: 600px;
border-bottom: #333 dotted 1px;
margin-bottom: 10px;
margin-top: 5px;
font-size:12px;
}


.attention {
color: #FF0000;
font-weight: bold;
}

.none {
display: none;
}

.overflow {
margin-bottom: 20px;
border: #333 1px solid;
width: 598px;
height: 200px;
overflow: scroll;
}

/********* IE6用設定 ************************************************/

* html body {
text-align: center;
}
* html body div#container {
width: 590px;
text-align: left;
}
* html body pre {
width: 100%;
}
* html body table tr th, * html body table tr td {
font-size: 80%;
}

