html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 100%;
    color: #000;
    background-color: #FFF
}

body {
    margin: 0;
    word-wrap: break-word
}

:active {
    outline: 0
}

:visited {
    outline: 0
}

:link,
:visited,
ins {
    text-decoration: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
video,
canvas {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

[hidden] {
    display: none
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
select,
textarea,
p,
blockquote,
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
}

fieldset,
iframe {
    border: 0 none
}

img {
    border: 0 none;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal
}

h1,
h2,
h3,
h4,
h5,
h6,
code,
kbd,
samp,
tt,
sup,
sub,
small,
input,
button,
textarea,
select {
    font-size: 100%
}

abbr,
acronym {
    border: 0 none;
    font-variant: normal
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

ol,
ul,
menu {
    list-style: none outside none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    vertical-align: top
}

caption,
th {
    text-align: left
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

mark {
    background-color: #FF6
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

input,
select,
button {
    vertical-align: middle
}

button {
    width: auto;
    cursor: pointer;
    overflow: visible
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box
}

button::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner {
    border: 0 none;
    padding: 0
}

html {
    background: url(images/bg.png) repeat
}

body {
    background: url(images/banner.png) center top no-repeat;
    font: 12px/1.5 tahoma, \5FAE\8F6F\96C5\9ED1, sans-serif
}

.hide {
    display: none !important
}

a {
    color: #1482be;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.header,
.content {
    margin-left: auto;
    margin-right: auto;
    width: 988px;
    *zoom: 1
}

.header:before,
.header:after,
.content:before,
.content:after {
    display: table;
    content: ""
}

.header:after,
.content:after {
    clear: both
}

.header {
    height: 320px
}

.header h1 {
    text-indent: -9999px
}

.content {
    background: url(images/tit_cont.png) no-repeat
}

.content .hd {
    position: relative;
    height: 83px
}

.content .hd h2 {
    text-indent: -9999px
}

.content .hd .ico-bowknot {
    position: absolute;
    top: 5px;
    left: -4px;
    display: block;
    width: 100px;
    height: 81px;
    background: url(images/ico_bowknot.png) no-repeat
}

.content .bd {
    padding: 30px;
    background: #fff
}
