/* ===================================================================
CSS information
file name  :  style.css
style info :  All Page Desining
=================================================================== */
@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    /*-vertical-align: bottom;-*/
}

body{
background: #17252f;
height: auto!important;
height: 100%;
min-height: 100%;
}

img{
vertical-align: bottom;
border: none;
}


body, textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 100%;
}

/*--------
side
--------*/
#side {
  margin: 0 auto;
  padding: 0 auto;
  width: 100%;
  height: 100%;
  background-image: url(/m999/img/new_face/pc/uhu/side_line.png);
  background-repeat:repeat-y;
  background-position: top center;
  z-index: 8;
}

/*---------------------------------------------------------------------
  main_culumn
---------------------------------------------------------------------*/
#wrap{
min-width:980px;

text-align: center;
margin: 0 auto;
background-position:center top;
background-image:url(/m999/img/new_face/pc/uhu/bg_re.jpg);
background-repeat: repeat-y;
}


#wrap_master{
min-width:1000px;
width: 1000px;
text-align: center;
margin: 0 auto;
background-position:center top;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(244,217,206,1) 3%, rgba(244,217,206,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(3%,rgba(244,217,206,1)), color-stop(100%,rgba(244,217,206,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(244,217,206,1) 3%,rgba(244,217,206,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(244,217,206,1) 3%,rgba(244,217,206,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(244,217,206,1) 3%,rgba(244,217,206,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(244,217,206,1) 3%,rgba(244,217,206,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f4d9ce',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 10px 10px rgba(252,170,151,1);
  -webkit-box-shadow: 0px 10px 10px rgba(252,170,151,1);
  -moz-box-shadow: 0px 10px 10px rgba(252,170,151,1);
}

/*--------
footer
--------*/
a { text-decoration: none; }

#footer {
  margin: 0 auto;
  padding: 10px auto;
  text-align:center;
  /*-width: 960px;-*/
  height:80px;
  background-color: #000000;
}

#footer_menu {
  margin: 0px auto;
  padding-top:10px;
  text-decoration:none;
}

#footer ul {
  display: inline;
  border-left: 1px solid #f0dfdd;
  text-decoration:none;
}

#footer li {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #000000;
  font-size: 14px;
  text-decoration:none;
}