﻿@charset "utf-8";

@import url("layout.css");
@import url("con_config.css");




/*********************************************************************** base css *************************************************************/


* { margin: 0; padding: 0;}

html { height: 100%; background-color:#000000; }

body { width:100%; height:100%; font-size: 11px; line-height: 1.3em; font-family:Verdana, sans-serif; color: #e8e8e8; letter-spacing:0; zoom:1;} 
img, input.type-image { border: none;}

fieldset, legend { border: 0;}

form, h1, h2, h3, h4, h5, h6, p, div, th, td, table, select, address { margin: 0; padding: 0;}

h1 { font-size: 14px;}
h2 { font-size: 13px;}
h3 { font-size: 12px;}
h4,h5,h6 { font-size: 11px;}

hr { display: none;}

ul, li, ol, dl, dt, dd { margin: 0; padding: 0; list-style: none;}

select, textarea { padding: 0; margin: 0;}

input { padding: 0; margin: 0;}

a:link, a:visited , a:active{ color:#9d8765; text-decoration: none;}
a:hover { color:#dac9ae; text-decoration: none;}

div{ border:none; margin:0; padding:0;}

.png24 { tmp:expression(setPng24(this));}

.line_inp {border:1px solid #7e7861; background:#171612; height:20px;}
.line_inp_s{padding-top:1px;}

.box{width:100%; text-align:left;}

.div_container {*zoom:1}
.div_container:after {content:" "; display:block; clear:both; height:0; visibility:hidden;}