/*new_CSS
--------------------------*/

.dlstep {
  background-image:url(/img/commonnew/dlstep_bg.png);
  -moz-box-shadow:0 1px 3px #888888;
  -webkit-box-shadow:0 1px 3px #888888;
  box-shadow:0 1px 3px #888888;
  text-align: center;
  padding:10px 0;
}

.dl_box {
  background-image:url(/img/commonnew/dl_box_bg.png);
  background-repeat:no-repeat;
  background-position: center 3px;
  width:328px;
  background-color: white;
  float:left;
  height:319px;
  -moz-box-shadow:0 1px 3px #888888;
  -webkit-box-shadow:0 1px 3px #888888;
  box-shadow:0 1px 3px #888888;
}

.dl_box_body {
  margin:28px 38px 0;
}

.dl_box .name {
  padding:12px 0 0 0px;
  margin-left:62px;
  color:#23262D;
  font-size:30px;
  font-weight:bold;
  border-bottom:1px solid #59320A;
}
.dl_box .name2 {
  margin-bottom:5px;
  padding:0px 0 0 13px;
  border-bottom:2px solid #59320A;
}
.dl_box .version {
  text-align:right;
  font-size:11px;
  margin:5px 5px 0 0 ;
}
.dl_button {
  clear:both;
  margin-top:25px;
  display:block;
}

.dl_box .desc {
  line-height:200%;
  margin-top:25px;
}

.dlstep {
  background-image:url(/img/commonnew/dlstep_bg.png);
  margin:20px 0;
}

/*copi_index_CSS
--------------------------*/

h3.titleh3 {
  font-size : 20px;
}
p.lead {
  font-size : 15px;
  color : Maroon;
  margin-bottom : 6px;
  margin-left : 30px;
}
p.text {
  margin-left : 30px;
  margin-right:20px;
}

p.text img{
  margin:5px 0;
}
.copiB{
  text-align: center;
  padding: 20px;
}


#down {
  display:block;
  width:160px;
  height:37px;
  background:url("/img/copi/down.gif") no-repeat;
  float:left;
  padding-right:20px;
}
#howto {
  display:block;
  width:160px;
  height:37px;
  background:url("/img/copi/howto.gif") no-repeat;
  float:left;
  padding-left:20px;
}
#down:hover {
  background:url("/img/copi/downx.gif") no-repeat;
}
#howto:hover {
  background:url("/img/copi/howtox.gif") no-repeat;
}
div.buttonbox {
  margin: 0pt auto;
  width: 360px;
  padding:0 10px 0 10px;
}
div.buttonbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/*copi__E[hCSS
--------------------------*/
#Dl_content{
  margin-bottom: 10px;
}

.Dl_con_head{
  border: 1px solid #ddd4a8;
  background-color: #ffcc00;
  padding: 5px;
  font-weight: bold;
}

.kami{
  vertical-align:middle;
}

.Dl_con_main{
  border: 1px solid #ddd4a8;
  border-top: none;
  padding: 15px;
}

.Dl_button{
  display:block;
  width:283px;
  height:65px;
  overflow: hidden;
  text-indent:-9999px;
  background-image: url("/img/copi/L_down.gif");
  background-position:top;
  margin: 0 auto;
}

.Dl_button:hover {
  background-image: url("/img/copi/L_downx.gif");
  background-position:bottom;
}

.tbl_explan{
   border: 1px solid rgb(221, 212, 168);
   font-size: 12px;
   border-collapse: collapse;
   width:100%;
}

div.appendix {
  font-size:12px;
  line-height:13pt;
  padding-right: 28px;
}
div.appendix ul#foobar {
  margin-left:16px;
}

/*比較表
--------------------------*/

table.tbl_diff {
  font-size:14px;
  border-collapse:collapse;
  lapse;
  border:1px solid #DDD4A8;
  margin-bottom:20px;
  background-color:white;
}
table.tbl_diff #tbl_caption {
  text-align:left;
  padding-bottom:10px;
  font-weight:bold;
}
table.tbl_diff thead {
  text-align : center;
}
table.tbl_diff thead th {
  background-color:#bfae63;
}
table.tbl_diff th,
table.tbl_diff td {
  border-collapse:collapse;
  border:1px solid #DDD4A8;
  padding:3px 3px 3px 8px;
}
table.tbl_diff th {
  padding:5px 5px 5px 5px;
}
table.tbl_diff td {
  padding-top:3px;
  padding-right:3px;
  padding-bottom:3px;
}
table.tbl_diff th.tbl_category {
  text-align : left;
  font-weight : normal;
  background-color : #ffffcc;
}
table.tbl_diff tbody tr:hover {
  background-color: #f7fbff;
}
table.tbl_diff tbody td.featurename {
  padding-left:14px;
}
table.tbl_diff tbody td.tbl_textOK      {
  color:#66bc5a;
  text-align:center;
}
table.tbl_diff tbody td.tbl_textOK_lite {
  color:#688cc0;
  text-align:center;
}
